Class ModelRepresentationClassAttribute
Declares that the given type represents a type from the metamodel
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Enum|AttributeTargets.Interface)]
public class ModelRepresentationClassAttribute : Attribute
- Inheritance
-
ModelRepresentationClassAttribute
- Inherited Members
Constructors
ModelRepresentationClassAttribute(string)
Declares that the given type represents a type from the metamodel
public ModelRepresentationClassAttribute(string uriString)
Parameters
uriString
stringThe URI of the type represented
Properties
UriString
Gets the URI of the type represented by this class
public string UriString { get; }