/// <summary> /// Initializes a new instance of the <see cref="ODataQueryOptionsLicenseRuntimeDto" /> class. /// </summary> /// <param name="IfMatch">IfMatch.</param> /// <param name="IfNoneMatch">IfNoneMatch.</param> /// <param name="Context">Context.</param> /// <param name="Request">Request.</param> /// <param name="RawValues">RawValues.</param> /// <param name="SelectExpand">SelectExpand.</param> /// <param name="Apply">Apply.</param> /// <param name="Filter">Filter.</param> /// <param name="OrderBy">OrderBy.</param> /// <param name="Skip">Skip.</param> /// <param name="Top">Top.</param> /// <param name="Count">Count.</param> /// <param name="Validator">Validator.</param> public ODataQueryOptionsLicenseRuntimeDto(Object IfMatch = default(Object), Object IfNoneMatch = default(Object), ODataQueryContext Context = default(ODataQueryContext), Object Request = default(Object), ODataRawQueryOptions RawValues = default(ODataRawQueryOptions), SelectExpandQueryOption SelectExpand = default(SelectExpandQueryOption), ApplyQueryOption Apply = default(ApplyQueryOption), FilterQueryOption Filter = default(FilterQueryOption), OrderByQueryOption OrderBy = default(OrderByQueryOption), SkipQueryOption Skip = default(SkipQueryOption), TopQueryOption Top = default(TopQueryOption), CountQueryOption Count = default(CountQueryOption), ODataQueryValidator Validator = default(ODataQueryValidator)) { this.IfMatch = IfMatch; this.IfNoneMatch = IfNoneMatch; this.Context = Context; this.Request = Request; this.RawValues = RawValues; this.SelectExpand = SelectExpand; this.Apply = Apply; this.Filter = Filter; this.OrderBy = OrderBy; this.Skip = Skip; this.Top = Top; this.Count = Count; this.Validator = Validator; }