Show / Hide Table of Contents

Class ComponentData

Inheritance
System.Object
ComponentData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Liminal.SDK.Serialization
Assembly: Liminal.SDK.dll
Syntax
[Serializable]
public class ComponentData

Fields

| Improve this Doc View Source

Fields

Declaration
public List<FieldData> Fields
Field Value
Type Description
System.Collections.Generic.List<FieldData>
| Improve this Doc View Source

Index

Declaration
public int Index
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Declaration
public string Name
Field Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX