C# Class erminas.SmartAPI.CMS.ServerManagement.User

A user in the RedDot system.
Inheritance: PartialRedDotObject, IUser
Mostrar archivo Open project: erminas/smartapi Class Usage Examples

Public Methods

Method Description
Commit ( ) : void
Delete ( ) : void
User ( ISession session, System.Guid userGuid ) : System

Protected Methods

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

Private Methods

Method Description
Init ( ) : void
LoadXml ( ) : void
User ( ISession session, XmlElement xmlElement ) : System

Reads user data from XML-Element "USER" like:

...

Method Details

Commit() public method

public Commit ( ) : void
return void

Delete() public method

public Delete ( ) : void
return void

LoadWholeObject() protected method

protected LoadWholeObject ( ) : void
return void

RetrieveWholeObject() protected method

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

User() public method

public User ( ISession session, System.Guid userGuid ) : System
session ISession
userGuid System.Guid
return System