Class TypeMetaData
Container for meta information about vortex object type.
Inheritance
System.Object
TypeMetaData
Namespace: Vortex.Connector.LibraryDescriptors
Assembly: Vortex.Connector.dll
Syntax
public class TypeMetaData
Properties
Namespace
Gets or sets namespace of this vortex object type.
Declaration
public string Namespace { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TypeAttributes
Gets or sets attributes of this vortex object type.
Declaration
public string TypeAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TypeMetaInfo
Gets or sets information about this vortex object type complexity.
Declaration
public TypeComplexityEnum TypeMetaInfo { get; set; }
Property Value
Type | Description |
---|---|
TypeComplexityEnum |
TypeName
Gets or sets name of the this vortex object type.
Declaration
public string TypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |