Class FormGroup
Inheritance
System.Object
FormGroup
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 FormGroup
Fields
View SourceFormGroupId
Declaration
public long FormGroupId
Field Value
Type | Description |
---|---|
System.Int64 |
FormGroupName
Declaration
public string FormGroupName
Field Value
Type | Description |
---|---|
System.String |
Forms
Declaration
public List<Form> Forms
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<Form> |
IsJobAllocated
Declaration
public bool IsJobAllocated
Field Value
Type | Description |
---|---|
System.Boolean |
Ordinal
Declaration
public int Ordinal
Field Value
Type | Description |
---|---|
System.Int32 |