C# 클래스 erminas.SmartAPI.CMS.Project.Keywords.Keyword

상속: PartialRedDotProjectObject, IKeyword
파일 보기 프로젝트 열기: erminas/smartapi

공개 메소드들

메소드 설명
Commit ( ) : void
Delete ( ) : void
DeleteForcibly ( ) : void
Rename ( string newKeywordName ) : void

보호된 메소드들

메소드 설명
LoadWholeObject ( ) : void
RetrieveWholeObject ( ) : XmlElement

비공개 메소드들

메소드 설명
IsKeywordStillUsed ( XmlElement keyword ) : bool
Keyword ( IProject project, System.Guid guid ) : System
Keyword ( IProject project, XmlElement xmlElement ) : System
LoadXml ( ) : void

메소드 상세

Commit() 공개 메소드

public Commit ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

DeleteForcibly() 공개 메소드

public DeleteForcibly ( ) : void
리턴 void

LoadWholeObject() 보호된 메소드

protected LoadWholeObject ( ) : void
리턴 void

Rename() 공개 메소드

public Rename ( string newKeywordName ) : void
newKeywordName string
리턴 void

RetrieveWholeObject() 보호된 메소드

protected RetrieveWholeObject ( ) : XmlElement
리턴 System.Xml.XmlElement