Class StructuralMetadata.ClassType

StructuralMetadata.ClassType class

public class ClassType

Constructors

NameDescription
ClassType(string, string, string, List<Property>)

Properties

NameDescription
Description { get; set; }
DisplayName { get; set; }
Name { get; }
Properties { get; }

Methods

NameDescription
AddProperty(Property)
AddProperty(string, Type)
AddProperty(string, EnumType, bool, int?)
AddProperty(string, string, string, EnumType, bool, int?)
AddProperty(string, string, string, Type, bool, int?)
override ToString()

See Also