Class StructuralMetadata.ClassType

StructuralMetadata.ClassType class

public class ClassType

构造函数

名称描述
ClassType(string, string, string, List<Property>)

属性

名称描述
Description { get; set; }
DisplayName { get; set; }
Name { get; }
Properties { get; }

方法

名称描述
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()

另请参见