C# Class ParkitectNexus.Data.Assets.Asset

Inheritance: IAsset
Afficher le fichier Open project: ParkitectNexus/ParkitectNexusClient Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object.

GetHashCode ( ) : int

Serves as the default hash function.

GetImage ( ) : Image
Open ( ) : Stream
ToString ( ) : string

Returns a string that represents the current object.

Méthodes protégées

Méthode Description
Asset ( string path, IAssetMetadata metadata, IAssetCachedData cachedData, AssetType type ) : System
Equals ( Asset other ) : bool

Method Details

Asset() protected méthode

protected Asset ( string path, IAssetMetadata metadata, IAssetCachedData cachedData, AssetType type ) : System
path string
metadata IAssetMetadata
cachedData IAssetCachedData
type AssetType
Résultat System

Equals() protected méthode

protected Equals ( Asset other ) : bool
other Asset
Résultat bool

Equals() public méthode

Determines whether the specified object is equal to the current object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
Résultat bool

GetHashCode() public méthode

Serves as the default hash function.
public GetHashCode ( ) : int
Résultat int

GetImage() public abstract méthode

public abstract GetImage ( ) : Image
Résultat Image

Open() public méthode

public Open ( ) : Stream
Résultat Stream

ToString() public méthode

Returns a string that represents the current object.
public ToString ( ) : string
Résultat string