Class ModelMetadataAttribute
Inheritance
ModelMetadataAttribute
Assembly: NMF.Models.dll
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple = true)]
public class ModelMetadataAttribute : Attribute
Constructors
|
Edit this page
View Source
Declaration
public ModelMetadataAttribute(string modelUri, string resourceName)
Parameters
Properties
|
Edit this page
View Source
Declaration
public Uri ModelUri { get; }
Property Value
|
Edit this page
View Source
Declaration
public string ResourceName { get; }
Property Value