C# Class erminas.SmartAPI.CMS.Project.Folder.File

Inheritance: IFile
Afficher le fichier Open project: erminas/smartapi Class Usage Examples

Private Properties

Свойство Type Description
CreateThumbnailPath string
File System

Méthodes publiques

Méthode Description
Delete ( ) : void
Equals ( object obj ) : bool
File ( IFolder folder, string fileName ) : System
GetHashCode ( ) : int
ReferenceCount ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( File other ) : bool

Private Methods

Méthode Description
CreateThumbnailPath ( ) : string
File ( IProject project, XmlElement xmlElement ) : System

Method Details

Delete() public méthode

public Delete ( ) : void
Résultat void

Equals() protected méthode

protected Equals ( File other ) : bool
other File
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

File() public méthode

public File ( IFolder folder, string fileName ) : System
folder IFolder
fileName string
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ReferenceCount() public méthode

public ReferenceCount ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string