C# 클래스 Carrotware.CMS.Core.CMSFilePath

파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC 1 사용 예제들

공개 메소드들

메소드 설명
CMSFilePath ( ) : System
CMSFilePath ( string fileName ) : System
CMSFilePath ( string fileName, System.Guid siteID ) : System
Equals ( Object obj ) : bool
GetHashCode ( ) : int

메소드 상세

CMSFilePath() 공개 메소드

public CMSFilePath ( ) : System
리턴 System

CMSFilePath() 공개 메소드

public CMSFilePath ( string fileName ) : System
fileName string
리턴 System

CMSFilePath() 공개 메소드

public CMSFilePath ( string fileName, System.Guid siteID ) : System
fileName string
siteID System.Guid
리턴 System

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int