Property | Type | Description | |
---|---|---|---|
ConnectedClients | HashSet |
Method | Description | |
---|---|---|
Disable ( System.Guid aGuid ) : void | ||
Enable ( System.Guid aGuid ) : void | ||
InVisible ( ) : void | ||
LoadByGuid ( Guid aGuid, bool aShowOfflineBots, int aCount, int aPage, string aSortBy, string aSort ) : Model.Domain.Result | ||
LoadByParameter ( string aSearch, Int64 aSize, bool aShowOfflineBots, int aCount, int aPage, string aSortBy, string aSort ) : Model.Domain.Result | ||
LoadByParentGuid ( Guid aParentGuid, bool aShowOfflineBots, int aCount, int aPage, string aSortBy, string aSort ) : Model.Domain.Result | ||
Visible ( ) : void |
Method | Description | |
---|---|---|
AddClient ( |
||
GetClient ( string connectionId ) : Client | ||
RemoveClient ( string connectionId ) : void |
Method | Description | |
---|---|---|
LoadBySearch ( XG aSearch, bool aShowOfflineBots, int aCount, int aPage, string aSortBy, string aSort ) : Model.Domain.Result |
protected AddClient ( |
||
aClient | ||
return | void |
protected GetClient ( string connectionId ) : Client | ||
connectionId | string | |
return | Client |
public LoadByGuid ( Guid aGuid, bool aShowOfflineBots, int aCount, int aPage, string aSortBy, string aSort ) : Model.Domain.Result | ||
aGuid | Guid | |
aShowOfflineBots | bool | |
aCount | int | |
aPage | int | |
aSortBy | string | |
aSort | string | |
return | Model.Domain.Result |
public LoadByParameter ( string aSearch, Int64 aSize, bool aShowOfflineBots, int aCount, int aPage, string aSortBy, string aSort ) : Model.Domain.Result | ||
aSearch | string | |
aSize | Int64 | |
aShowOfflineBots | bool | |
aCount | int | |
aPage | int | |
aSortBy | string | |
aSort | string | |
return | Model.Domain.Result |
public LoadByParentGuid ( Guid aParentGuid, bool aShowOfflineBots, int aCount, int aPage, string aSortBy, string aSort ) : Model.Domain.Result | ||
aParentGuid | Guid | |
aShowOfflineBots | bool | |
aCount | int | |
aPage | int | |
aSortBy | string | |
aSort | string | |
return | Model.Domain.Result |
protected RemoveClient ( string connectionId ) : void | ||
connectionId | string | |
return | void |