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

Inheritance: PartialRedDotObject, IApplicationServer
Show file Open project: erminas/smartapi

Public Methods

Method Description
ApplicationServer ( Session session, System.Guid guid ) : System
Refresh ( ) : void

Protected Methods

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

Private Methods

Method Description
ApplicationServer ( Session session, XmlElement element ) : System
EnsureServerCheck ( ) : void
LoadXml ( ) : void

Method Details

ApplicationServer() public method

public ApplicationServer ( Session session, System.Guid guid ) : System
session Session
guid System.Guid
return System

LoadWholeObject() protected method

protected LoadWholeObject ( ) : void
return void

Refresh() public method

public Refresh ( ) : void
return void

RetrieveWholeObject() protected method

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