Click or drag to resize

MetadataTypeInfo Constructor

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected TypeInfo(
	string name,
	string displayName,
	MetadataTypeInfo baseType,
	MetadataTypeClassification classification,
	EDictionary<string, long> enumElements,
	bool enumFlags
)

Parameters

name
Type: SystemString
displayName
Type: SystemString
baseType
Type: NeoAxisMetadataTypeInfo
classification
Type: NeoAxisMetadataTypeClassification
enumElements
Type: NeoAxisEDictionaryString, Int64
enumFlags
Type: SystemBoolean
See Also