C# Class SenseNet.ContentRepository.Storage.BinaryFileName

BinaryFileName handles the filename of the data was saved in a BinaryData.
Afficher le fichier Open project: maxpavlov/FlexNet Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
GetExtension ( string fileName ) : string
GetFileNameWithoutExtension ( string fileName ) : string

Method Details

BinaryFileName() public méthode

Initializes a new instance of the BinaryFileName struct.
public BinaryFileName ( string fullFileName ) : System
fullFileName string Full name of the file.
Résultat System

BinaryFileName() public méthode

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.
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

Returns the hash code for this instance.
public GetHashCode ( ) : int
Résultat int

ToString() public méthode

Returns the fully qualified type name of this instance.
public ToString ( ) : string
Résultat string