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

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

공개 메소드들

메소드 설명
Dispose ( ) : void
GetIDByType ( PageType contentType ) : System.Guid
GetTypeByID ( System.Guid contentTypeID ) : PageType
GetTypeByName ( string contentTypeValue ) : PageType

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetIDByType() 공개 정적인 메소드

public static GetIDByType ( PageType contentType ) : System.Guid
contentType PageType
리턴 System.Guid

GetTypeByID() 공개 정적인 메소드

public static GetTypeByID ( System.Guid contentTypeID ) : PageType
contentTypeID System.Guid
리턴 PageType

GetTypeByName() 공개 정적인 메소드

public static GetTypeByName ( string contentTypeValue ) : PageType
contentTypeValue string
리턴 PageType