Class KnownResourceAttribute
Attribute to denote known resources, which can be represented using a URI.
Inheritance
System.Object
KnownResourceAttribute
Namespace: Reaqtor
Assembly: Reaqtor.Shared.Model.dll
Syntax
public sealed class KnownResourceAttribute : Attribute
Constructors
KnownResourceAttribute(String)
Creates a new attribute with the specified URI identifying the resource the attribute is applied to.
Declaration
public KnownResourceAttribute(string uri)
Parameters
Type | Name | Description |
---|---|---|
System.String | uri | URI that identifies the resource. |
Properties
Uri
Gets the URI that identifies the resource.
Declaration
public string Uri { get; }
Property Value
Type | Description |
---|---|
System.String |