C# Класс ParkitectNexus.Data.Assets.Asset

Наследование: IAsset
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
Asset ( string path, IAssetMetadata metadata, IAssetCachedData cachedData, AssetType type ) : System
Equals ( Asset other ) : bool

Описание методов

Asset() защищенный Метод

protected Asset ( string path, IAssetMetadata metadata, IAssetCachedData cachedData, AssetType type ) : System
path string
metadata IAssetMetadata
cachedData IAssetCachedData
type AssetType
Результат System

Equals() защищенный Метод

protected Equals ( Asset other ) : bool
other Asset
Результат bool

Equals() публичный Метод

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.
Результат bool

GetHashCode() публичный Метод

Serves as the default hash function.
public GetHashCode ( ) : int
Результат int

GetImage() публичный абстрактный Метод

public abstract GetImage ( ) : Image
Результат Image

Open() публичный Метод

public Open ( ) : Stream
Результат Stream

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string