C# 클래스 SenseNet.ContentRepository.Storage.BinaryFileName

BinaryFileName handles the filename of the data was saved in a BinaryData.
파일 보기 프로젝트 열기: maxpavlov/FlexNet 1 사용 예제들

공개 메소드들

메소드 설명
BinaryFileName ( string fullFileName ) : System

Initializes a new instance of the BinaryFileName struct.

BinaryFileName ( string fileNameWithoutExtension, string extension ) : System

Initializes a new instance of the BinaryFileName struct.

Equals ( object obj ) : bool

Indicates whether this instance and a specified object are equal.

GetHashCode ( ) : int

Returns the hash code for this instance.

ToString ( ) : string

Returns the fully qualified type name of this instance.

비공개 메소드들

메소드 설명
GetExtension ( string fileName ) : string
GetFileNameWithoutExtension ( string fileName ) : string

메소드 상세

BinaryFileName() 공개 메소드

Initializes a new instance of the BinaryFileName struct.
public BinaryFileName ( string fullFileName ) : System
fullFileName string Full name of the file.
리턴 System

BinaryFileName() 공개 메소드

Initializes a new instance of the BinaryFileName struct.
public BinaryFileName ( string fileNameWithoutExtension, string extension ) : System
fileNameWithoutExtension string The file name without extension.
extension string The extension.
리턴 System

Equals() 공개 메소드

Indicates whether this instance and a specified object are equal.
public Equals ( object obj ) : bool
obj object Another object to compare to.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this instance.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Returns the fully qualified type name of this instance.
public ToString ( ) : string
리턴 string