/// <summary> /// Initializes a new instance of the <see cref="GlobalCheckAndIncrementResource" /> class. /// </summary> /// <param name="CheckValueResource">CheckValueResource.</param> /// <param name="Definition">Definition.</param> /// <param name="GlobalResource">GlobalResource.</param> /// <param name="Type">Type.</param> public GlobalCheckAndIncrementResource(ExpressionResource CheckValueResource = default(ExpressionResource), string Definition = default(string), ExpressionResource GlobalResource = default(ExpressionResource), string Type = default(string)) { this.CheckValueResource = CheckValueResource; this.Definition = Definition; this.GlobalResource = GlobalResource; this.Type = Type; }
/// <summary> /// Initializes a new instance of the <see cref="LookupResource" /> class. /// </summary> /// <param name="Definition">Definition.</param> /// <param name="LookupKey">LookupKey.</param> /// <param name="RequiredKeyType">RequiredKeyType.</param> /// <param name="Type">Type.</param> /// <param name="ValueType">ValueType.</param> public LookupResource(string Definition = default(string), ExpressionResource LookupKey = default(ExpressionResource), string RequiredKeyType = default(string), string Type = default(string), string ValueType = default(string)) { this.Definition = Definition; this.LookupKey = LookupKey; this.RequiredKeyType = RequiredKeyType; this.Type = Type; this.ValueType = ValueType; }