예제 #1
0
 public GetItemHistoryLimitResponse(ServerInfoHeader ServerInfoHeader, int HistoryLimit, bool IsSystem, int SystemLimit)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.HistoryLimit     = HistoryLimit;
     this.IsSystem         = IsSystem;
     this.SystemLimit      = SystemLimit;
 }
예제 #2
0
 public PrepareQueryResponse(ServerInfoHeader ServerInfoHeader, DataSetDefinition DataSettings, bool Changed, string[] ParameterNames)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.DataSettings     = DataSettings;
     this.Changed          = Changed;
     this.ParameterNames   = ParameterNames;
 }
예제 #3
0
 public GetItemHistoryOptionsResponse(ServerInfoHeader ServerInfoHeader, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ScheduleDefinitionOrReference Item)
 {
     this.ServerInfoHeader             = ServerInfoHeader;
     this.EnableManualSnapshotCreation = EnableManualSnapshotCreation;
     this.KeepExecutionSnapshots       = KeepExecutionSnapshots;
     this.Item = Item;
 }
 public GetCacheRefreshPlanPropertiesResponse(ServerInfoHeader ServerInfoHeader, string Description, string LastRunStatus, CacheRefreshPlanState State, string EventType, string MatchData, ParameterValue[] Parameters)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.Description      = Description;
     this.LastRunStatus    = LastRunStatus;
     this.State            = State;
     this.EventType        = EventType;
     this.MatchData        = MatchData;
     this.Parameters       = Parameters;
 }
예제 #5
0
 public GetSubscriptionPropertiesResponse(ServerInfoHeader ServerInfoHeader, string Owner, ExtensionSettings ExtensionSettings, string Description, ActiveState Active, string Status, string EventType, string MatchData, ParameterValue[] Parameters)
 {
     this.ServerInfoHeader  = ServerInfoHeader;
     this.Owner             = Owner;
     this.ExtensionSettings = ExtensionSettings;
     this.Description       = Description;
     this.Active            = Active;
     this.Status            = Status;
     this.EventType         = EventType;
     this.MatchData         = MatchData;
     this.Parameters        = Parameters;
 }
예제 #6
0
 public ListModelItemChildrenResponse(ServerInfoHeader ServerInfoHeader, ModelItem[] ModelItems)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.ModelItems       = ModelItems;
 }
예제 #7
0
 public CreateDataSourceResponse(ServerInfoHeader ServerInfoHeader, CatalogItem ItemInfo)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.ItemInfo         = ItemInfo;
 }
 public ListSecurityScopesResponse(ServerInfoHeader ServerInfoHeader, string[] ListSecurityScopesResult)
 {
     this.ServerInfoHeader         = ServerInfoHeader;
     this.ListSecurityScopesResult = ListSecurityScopesResult;
 }
 public SetExecutionOptionsResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }
 public DeleteItemHistorySnapshotResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }
 public GetItemLinkResponse(ServerInfoHeader ServerInfoHeader, string Link)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.Link             = Link;
 }
 public SetSubscriptionPropertiesResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }
 public ListSubscriptionsUsingDataSourceResponse(ServerInfoHeader ServerInfoHeader, Subscription[] SubscriptionItems)
 {
     this.ServerInfoHeader  = ServerInfoHeader;
     this.SubscriptionItems = SubscriptionItems;
 }
예제 #14
0
 public GetSchedulePropertiesResponse(ServerInfoHeader ServerInfoHeader, Schedule Schedule)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.Schedule         = Schedule;
 }
 public ListModelPerspectivesResponse(ServerInfoHeader ServerInfoHeader, ModelCatalogItem[] ModelCatalogItems)
 {
     this.ServerInfoHeader  = ServerInfoHeader;
     this.ModelCatalogItems = ModelCatalogItems;
 }
예제 #16
0
 public GetItemReferencesResponse(ServerInfoHeader ServerInfoHeader, ItemReferenceData[] ItemReferences)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.ItemReferences   = ItemReferences;
 }
 public InheritParentSecurityResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }
 public CreateCacheRefreshPlanResponse(ServerInfoHeader ServerInfoHeader, string CacheRefreshPlanID)
 {
     this.ServerInfoHeader   = ServerInfoHeader;
     this.CacheRefreshPlanID = CacheRefreshPlanID;
 }
예제 #19
0
 public GetItemTypeResponse(ServerInfoHeader ServerInfoHeader, string Type)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.Type             = Type;
 }
 public SetCacheOptionsResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }
예제 #21
0
 public SetItemHistoryLimitResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }
예제 #22
0
 public GetCacheOptionsResponse(ServerInfoHeader ServerInfoHeader, bool CacheItem, ExpirationDefinition Item)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.CacheItem        = CacheItem;
     this.Item             = Item;
 }
 public LogonUserResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }
 public GenerateModelResponse(ServerInfoHeader ServerInfoHeader, CatalogItem ItemInfo, Warning[] Warnings)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.ItemInfo         = ItemInfo;
     this.Warnings         = Warnings;
 }
 public ListItemHistoryResponse(ServerInfoHeader ServerInfoHeader, ItemHistorySnapshot[] ItemHistory)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.ItemHistory      = ItemHistory;
 }
예제 #26
0
 public GetItemDataSourcePromptsResponse(ServerInfoHeader ServerInfoHeader, DataSourcePrompt[] DataSourcePrompts)
 {
     this.ServerInfoHeader  = ServerInfoHeader;
     this.DataSourcePrompts = DataSourcePrompts;
 }
 public SetRolePropertiesResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }
 public GetPoliciesResponse(ServerInfoHeader ServerInfoHeader, Policy[] Policies, bool InheritParent)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.Policies         = Policies;
     this.InheritParent    = InheritParent;
 }
예제 #29
0
 public GetPermissionsResponse(ServerInfoHeader ServerInfoHeader, string[] Permissions)
 {
     this.ServerInfoHeader = ServerInfoHeader;
     this.Permissions      = Permissions;
 }
예제 #30
0
 public MoveItemResponse(ServerInfoHeader ServerInfoHeader)
 {
     this.ServerInfoHeader = ServerInfoHeader;
 }