C# Класс SenseNet.ContentRepository.Storage.BinaryFileName

BinaryFileName handles the filename of the data was saved in a BinaryData.
Показать файл Открыть проект Примеры использования класса

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

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