Show / Hide Table of Contents

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 Source

Fields

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

FormKey

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

FormName

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

Instructions

Declaration
public string Instructions
Field Value
Type Description
System.String
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