Class FieldModel
Class that represents the data needed for a field model.
Inherited Members
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class FieldModel
Properties
View SourceFieldDisplayName
Declaration
public string FieldDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
FieldName
Declaration
public string FieldName { get; set; }
Property Value
Type | Description |
---|---|
string |
IsRichText
Declaration
public bool IsRichText { get; set; }
Property Value
Type | Description |
---|---|
bool |
ResolvedValue
Declaration
public object ResolvedValue { get; set; }
Property Value
Type | Description |
---|---|
object |