Show / Hide Table of Contents

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 Source

FormGroupId

Declaration
public long FormGroupId
Field Value
Type Description
System.Int64
View Source

FormGroupName

Declaration
public string FormGroupName
Field Value
Type Description
System.String
View Source

Forms

Declaration
public List<Form> Forms
Field Value
Type Description
System.Collections.Generic.List<Form>
View Source

IsJobAllocated

Declaration
public bool IsJobAllocated
Field Value
Type Description
System.Boolean
View Source

Ordinal

Declaration
public int Ordinal
Field Value
Type Description
System.Int32

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX