Class TypeReference
Inheritance
TypeReference
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
[Serializable]
public sealed class TypeReference : IData, IHasId<string>, IHasName
Properties
|
Edit this page
View Source
AssemblyQualifiedName
Declaration
public string AssemblyQualifiedName { get; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonIgnore]
public string Id { get; }
Property Value
|
Edit this page
View Source
Name
Gets the name of this object.
Declaration
[JsonIgnore]
public string Name { get; }
Property Value
|
Edit this page
View Source
Namespace
Declaration
public string Namespace { get; }
Property Value
|
Edit this page
View Source
TypeName
Declaration
public string TypeName { get; }
Property Value
Implements
Extension Methods