Class ResourceId<T>
Represents Id used to load resource.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: DevZest.Data.Presenters.Primitives
Assembly: DevZest.Data.WPF.dll
Syntax
public abstract class ResourceId<T>
where T : class
Type Parameters
Name | Description |
---|---|
T | The type of the resource. |
Constructors
Name | Description |
---|---|
ResourceId(Type) | Initializes a new instance of ResourceId<T> class. |
Properties
Name | Description |
---|---|
UriSuffix | Gets the URI suffix. |
Methods
Name | Description |
---|---|
GetOrLoad(Boolean) | Gets or loads the resource. |