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

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

Private Properties

프로퍼티 타입 설명
ContentTag System
ContentTag System
ContentTag System

공개 메소드들

메소드 설명
BuildTagList ( System.Guid rootContentID ) : List
ContentTag ( ) : System
Delete ( ) : void
Equals ( Object obj ) : bool
Get ( System.Guid TagID ) : ContentTag
GetByURL ( System.Guid SiteID, string requestedURL ) : ContentTag
GetHashCode ( ) : int
GetSimilar ( System.Guid SiteID, System.Guid TagID, string tagSlug ) : int
GetSiteCount ( System.Guid siteID ) : int
Save ( ) : void
Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable

비공개 메소드들

메소드 설명
ContentTag ( carrot_ContentTag c ) : System
ContentTag ( vw_carrot_TagCounted c ) : System
ContentTag ( vw_carrot_TagURL c ) : System

메소드 상세

BuildTagList() 공개 정적인 메소드

public static BuildTagList ( System.Guid rootContentID ) : List
rootContentID System.Guid
리턴 List

ContentTag() 공개 메소드

public ContentTag ( ) : System
리턴 System

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

Equals() 공개 메소드

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

Get() 공개 정적인 메소드

public static Get ( System.Guid TagID ) : ContentTag
TagID System.Guid
리턴 ContentTag

GetByURL() 공개 정적인 메소드

public static GetByURL ( System.Guid SiteID, string requestedURL ) : ContentTag
SiteID System.Guid
requestedURL string
리턴 ContentTag

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetSimilar() 공개 정적인 메소드

public static GetSimilar ( System.Guid SiteID, System.Guid TagID, string tagSlug ) : int
SiteID System.Guid
TagID System.Guid
tagSlug string
리턴 int

GetSiteCount() 공개 정적인 메소드

public static GetSiteCount ( System.Guid siteID ) : int
siteID System.Guid
리턴 int

Save() 공개 메소드

public Save ( ) : void
리턴 void

Validate() 공개 메소드

public Validate ( System.ComponentModel.DataAnnotations.ValidationContext validationContext ) : IEnumerable
validationContext System.ComponentModel.DataAnnotations.ValidationContext
리턴 IEnumerable