StructuralMetadata.ClassType.AddProperty

AddProperty(string, EnumType, bool, int?)

public Property AddProperty(string name, EnumType type, bool array, int? count = null)

See Also


AddProperty(string, string, string, EnumType, bool, int?)

public Property AddProperty(string name, string displayName, string description, EnumType type, 
    bool array, int? count = null)

See Also


AddProperty(string, string, string, Type, bool, int?)

public Property AddProperty(string name, string displayName, string description, Type type, 
    bool normalized = false, int? count = null)

See Also


AddProperty(string, Type)

public Property AddProperty(string name, Type type)

See Also


AddProperty(Property)

public void AddProperty(Property property)

See Also