Show / Hide Table of Contents

Class FieldModel

Class that represents the data needed for a field model.

Inheritance
object
FieldModel
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public class FieldModel

Properties

View Source

FieldDisplayName

Declaration
public string FieldDisplayName { get; set; }
Property Value
Type Description
string
View Source

FieldName

Declaration
public string FieldName { get; set; }
Property Value
Type Description
string
View Source

IsRichText

Declaration
public bool IsRichText { get; set; }
Property Value
Type Description
bool
View Source

ResolvedValue

Declaration
public object ResolvedValue { get; set; }
Property Value
Type Description
object
  • View Source
In this article
Back to top Generated by DocFX