C# Class erminas.SmartAPI.CMS.Project.Keywords.Keyword

Inheritance: PartialRedDotProjectObject, IKeyword
Exibir arquivo Open project: erminas/smartapi

Public Methods

Method Description
Commit ( ) : void
Delete ( ) : void
DeleteForcibly ( ) : void
Rename ( string newKeywordName ) : void

Protected Methods

Method Description
LoadWholeObject ( ) : void
RetrieveWholeObject ( ) : XmlElement

Private Methods

Method Description
IsKeywordStillUsed ( XmlElement keyword ) : bool
Keyword ( IProject project, System.Guid guid ) : System
Keyword ( IProject project, XmlElement xmlElement ) : System
LoadXml ( ) : void

Method Details

Commit() public method

public Commit ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

DeleteForcibly() public method

public DeleteForcibly ( ) : void
return void

LoadWholeObject() protected method

protected LoadWholeObject ( ) : void
return void

Rename() public method

public Rename ( string newKeywordName ) : void
newKeywordName string
return void

RetrieveWholeObject() protected method

protected RetrieveWholeObject ( ) : XmlElement
return System.Xml.XmlElement