Пример #1
0
 /// <summary>
 /// Initializes a new instance of the
 /// <see cref="QvxFieldAttributesOverrideTypeAttribute"/> class.
 /// </summary>
 /// <param name="Type">The Field Type <see cref="FieldAttrType"/> Enum.</param>
 public QvxFieldAttributesOverrideTypeAttribute(FieldAttrType Type)
 {
     this.Type = Type;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the 
 /// <see cref="QvxFieldAttributesOverrideTypeAttribute"/> class.
 /// </summary>
 /// <param name="Type">The Field Type <see cref="FieldAttrType"/> Enum.</param>
 public QvxFieldAttributesOverrideTypeAttribute(FieldAttrType Type)
 {
     this.Type = Type;
 }