Show / Hide Table of Contents

Class GenericStringStringInfo

generic object to retrieve values from a dummy Core Data Service View

Inheritance
System.Object
COM
GenericStringStringInfo
Inherited Members
COM.UserProperties
COM.Equals(Object)
COM.Equals(COM)
COM.GetHashCode()
COM.IsValid()
COM.Guid
Namespace: BO4E.COM
Assembly: BO4Enet.dll
Syntax
public class GenericStringStringInfo : COM

Properties

| Improve this Doc View Source

KeyColumn

key (named differently because key is a reserved keyword)

Declaration
public string KeyColumn { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToKeyValuePair()

convert object to a key value pair

Declaration
public KeyValuePair<string, string> ToKeyValuePair()
Returns
Type Description
KeyValuePair<System.String, System.String>

Extension Methods

BusinessObjectExtensions.DeepClone<T>(T)
COMExtensions.DeepClone<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX