Class ModelRepresentationClassAttribute
Inheritance
ModelRepresentationClassAttribute
Assembly: NMF.Models.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Enum|AttributeTargets.Interface)]
public class ModelRepresentationClassAttribute : Attribute
Constructors
|
Edit this page
View Source
ModelRepresentationClassAttribute(string)
Declaration
public ModelRepresentationClassAttribute(string uriString)
Parameters
Type |
Name |
Description |
string |
uriString |
|
Properties
|
Edit this page
View Source
UriString
Declaration
public string UriString { get; }
Property Value