|
SkmXmlApi
|
Public Member Functions | |
| void | AddEvent (Event SkmEvent) |
| List< Event > | QueryLog (EventLogAggregate Aggregate, DateTime UtcStartTime, DateTime UtcEndTime, int ObjectId) |
| List< Event > | QueryLogLive (int PageSize) |
Public Member Functions inherited from SkmXmlApi.SkmBase | |
| SkmBase (SkmSession Session) | |
| Constructor More... | |
Static Public Member Functions | |
| static EventLog | NewEventLog (SkmSession Session) |
Additional Inherited Members | |
Protected Member Functions inherited from SkmXmlApi.APICommand | |
| APICommand (SkmSession Session) | |
| Constructor More... | |
Static Protected Member Functions inherited from SkmXmlApi.APICommand | |
| static XmlDocument | ExecuteCommand (WebClient client, string Url) |
| Executes a command via Http on the Skm server More... | |
Protected Attributes inherited from SkmXmlApi.SkmBase | |
| SkmSession | m_session |
| Reference to the Skm session of the object More... | |
Properties inherited from SkmXmlApi.APICommand | |
| string | BaseUrl [get] |
| Gets the base Url for making requests to the Skm Api More... | |
Properties inherited from SkmXmlApi.SkmBase | |
| SkmSession | Session [get] |
| The current Skm session of the Skm object More... | |