Class Form
Inheritance
System.Object
Form
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Form
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class Form
Fields
View SourceFields
Declaration
public List<Field> Fields
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Field> |
FormKey
Declaration
public string FormKey
Field Value
Type | Description |
---|---|
System.String |
FormName
Declaration
public string FormName
Field Value
Type | Description |
---|---|
System.String |
Instructions
Declaration
public string Instructions
Field Value
Type | Description |
---|---|
System.String |
Ordinal
Declaration
public int Ordinal
Field Value
Type | Description |
---|---|
System.Int32 |