Method | Description | |
---|---|---|
AssetService ( IConfigSource config ) : System | ||
Delete ( string id ) : bool | ||
Get ( string id ) : Aurora.Framework.AssetBase | ||
Get ( string id, Object sender, AssetRetrieved handler ) : bool | ||
GetCached ( string id ) : Aurora.Framework.AssetBase | ||
GetData ( string id ) : byte[] | ||
GetMetadata ( string id ) : AssetMetadata | ||
Store ( Aurora.Framework.AssetBase asset ) : string | ||
UpdateContent ( string id, byte data ) : bool |
Method | Description | |
---|---|---|
HandleDeleteAsset ( string module, string args ) : void | ||
HandleShowDigest ( string module, string args ) : void |
public AssetService ( IConfigSource config ) : System | ||
config | IConfigSource | |
return | System |
public Get ( string id ) : Aurora.Framework.AssetBase | ||
id | string | |
return | Aurora.Framework.AssetBase |
public Get ( string id, Object sender, AssetRetrieved handler ) : bool | ||
id | string | |
sender | Object | |
handler | AssetRetrieved | |
return | bool |
public GetCached ( string id ) : Aurora.Framework.AssetBase | ||
id | string | |
return | Aurora.Framework.AssetBase |
public GetMetadata ( string id ) : AssetMetadata | ||
id | string | |
return | AssetMetadata |
public Store ( Aurora.Framework.AssetBase asset ) : string | ||
asset | Aurora.Framework.AssetBase | |
return | string |
public UpdateContent ( string id, byte data ) : bool | ||
id | string | |
data | byte | |
return | bool |