Interface IAsset
Common interface for all assets.
public interface IAsset
Properties
AssetHash
A hash of this asset, which is available at construction time.
string AssetHash { get; }
Property Value
Remarks
As this is a plain string, it can be used in construct IDs in order to enforce creation of a new resource when the content hash has changed.