예제 #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ProcessHistoryObjectForDashboardRmSearchResponseRm" /> class.
 /// </summary>
 /// <param name="resultCount">resultCount.</param>
 /// <param name="items">Result list items.</param>
 public ProcessHistoryObjectForDashboardRmSearchResponseRm(SearchResultCountRm resultCount = default(SearchResultCountRm), List <ProcessHistoryObjectForDashboardRm> items = default(List <ProcessHistoryObjectForDashboardRm>))
 {
     this.ResultCount = resultCount;
     this.Items       = items;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ProcessVariableRmSearchResponseRm" /> class.
 /// </summary>
 /// <param name="resultCount">resultCount.</param>
 /// <param name="items">Result list items.</param>
 public ProcessVariableRmSearchResponseRm(SearchResultCountRm resultCount = default(SearchResultCountRm), List <AnyOfProcessVariableRmSearchResponseRmItemsItems> items = default(List <AnyOfProcessVariableRmSearchResponseRmItemsItems>))
 {
     this.ResultCount = resultCount;
     this.Items       = items;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="LogEntryRmSearchResponseRm" /> class.
 /// </summary>
 /// <param name="resultCount">resultCount.</param>
 /// <param name="items">Result list items.</param>
 public LogEntryRmSearchResponseRm(SearchResultCountRm resultCount = default(SearchResultCountRm), List <LogEntryRm> items = default(List <LogEntryRm>))
 {
     this.ResultCount = resultCount;
     this.Items       = items;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="DiagramInfoRmSearchResponseRm" /> class.
 /// </summary>
 /// <param name="resultCount">resultCount.</param>
 /// <param name="items">Result list items.</param>
 public DiagramInfoRmSearchResponseRm(SearchResultCountRm resultCount = default(SearchResultCountRm), List <DiagramInfoRm> items = default(List <DiagramInfoRm>))
 {
     this.ResultCount = resultCount;
     this.Items       = items;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ProcessDashboardSearchResponseRm" /> class.
 /// </summary>
 /// <param name="resultCount">resultCount.</param>
 /// <param name="items">List of result items.</param>
 /// <param name="counters">counters.</param>
 public ProcessDashboardSearchResponseRm(SearchResultCountRm resultCount = default(SearchResultCountRm), List <ProcessDashboardItemRm> items = default(List <ProcessDashboardItemRm>), ProcessDashboardCountersRm counters = default(ProcessDashboardCountersRm))
 {
     this.ResultCount = resultCount;
     this.Items       = items;
     this.Counters    = counters;
 }