Class SimplifiedAdditionalField
Inheritance
System.Object
SimplifiedAdditionalField
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Toolkits.Clarify
Assembly: FChoice.Toolkits.Clarify.dll
Syntax
public class SimplifiedAdditionalField
Constructors
SimplifiedAdditionalField(String, Object)
Declaration
public SimplifiedAdditionalField(string fieldName, object fieldValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | fieldName | |
System.Object | fieldValue |
Properties
FieldName
Declaration
public string FieldName { get; }
Property Value
Type | Description |
---|---|
System.String |
FieldValue
Declaration
public object FieldValue { get; }
Property Value
Type | Description |
---|---|
System.Object |