Show / Hide Table of Contents

Class TestClass

Inheritance
System.Object
TestClass
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)
Namespace: GDA
Assembly: Assembly-CSharp.dll
Syntax
public class TestClass

Fields

displayName

Declaration
public string displayName
Field Value
Type Description
System.String

type

Declaration
public string type
Field Value
Type Description
System.String

unit

Declaration
public string unit
Field Value
Type Description
System.String

value

Declaration
public string value
Field Value
Type Description
System.String

Properties

Id

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
In This Article
Back to top Generated by DocFX