C# 클래스 Concordion.Api.Resource

Represents a physical file on the filesystem
파일 보기 프로젝트 열기: concordion/concordion-net 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

GetRelativePath ( Resource resource ) : string

Gets the relative path.

GetRelativeResource ( string relativePath ) : Resource

Gets a resource relative to this one based on the path

Resource ( string path ) : System

Initializes a new instance of the Resource class.

Resource ( string path, string fixtureAssemblyName ) : System

메소드 상세

Equals() 공개 메소드

Determines whether the specified T:System.Object is equal to the current T:System.Object.
/// The parameter is null. ///
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

GetRelativePath() 공개 메소드

Gets the relative path.
public GetRelativePath ( Resource resource ) : string
resource Resource The resource.
리턴 string

GetRelativeResource() 공개 메소드

Gets a resource relative to this one based on the path
public GetRelativeResource ( string relativePath ) : Resource
relativePath string The relative path.
리턴 Resource

Resource() 공개 메소드

Initializes a new instance of the Resource class.
public Resource ( string path ) : System
path string The path.
리턴 System

Resource() 공개 메소드

public Resource ( string path, string fixtureAssemblyName ) : System
path string
fixtureAssemblyName string
리턴 System