Table of Contents

Class ModelRepresentationClassAttribute

Namespace
NMF.Models
Assembly
NMF.Models.dll

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 string

The URI of the type represented

Properties

UriString

Gets the URI of the type represented by this class

public string UriString { get; }

Property Value

string