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

Inheritance: IFile
ファイルを表示 Open project: erminas/smartapi Class Usage Examples

Private Properties

Property Type Description
CreateThumbnailPath string
File System

Public Methods

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

Protected Methods

Method Description
Equals ( File other ) : bool

Private Methods

Method Description
CreateThumbnailPath ( ) : string
File ( IProject project, XmlElement xmlElement ) : System

Method Details

Delete() public method

public Delete ( ) : void
return void

Equals() protected method

protected Equals ( File other ) : bool
other File
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

File() public method

public File ( IFolder folder, string fileName ) : System
folder IFolder
fileName string
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

ReferenceCount() public method

public ReferenceCount ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string