C# 클래스 erminas.SmartAPI.CMS.Project.Folder.File

상속: IFile
파일 보기 프로젝트 열기: erminas/smartapi 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateThumbnailPath string
File System

공개 메소드들

메소드 설명
Delete ( ) : void
Equals ( object obj ) : bool
File ( IFolder folder, string fileName ) : System
GetHashCode ( ) : int
ReferenceCount ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( File other ) : bool

비공개 메소드들

메소드 설명
CreateThumbnailPath ( ) : string
File ( IProject project, XmlElement xmlElement ) : System

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Equals() 보호된 메소드

protected Equals ( File other ) : bool
other File
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

File() 공개 메소드

public File ( IFolder folder, string fileName ) : System
folder IFolder
fileName string
리턴 System

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ReferenceCount() 공개 메소드

public ReferenceCount ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string