C# 클래스 ParkitectNexus.Data.Assets.Asset

상속: IAsset
파일 보기 프로젝트 열기: ParkitectNexus/ParkitectNexusClient 1 사용 예제들

공개 메소드들

메소드 설명
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