コード例 #1
0
 /// <summary>Initializes a new instance of a single value object attribute.</summary>
 /// <param name="staticOptions">
 /// The available static options of the single value object.
 /// </param>
 /// <param name="underlyingType">
 /// The underlying type of the single value object.
 /// </param>
 public SingleValueObjectAttribute(SingleValueStaticOptions staticOptions, Type underlyingType)
 {
     this.StaticOptions = staticOptions;
     this.UnderlyingType = underlyingType;
 }
コード例 #2
0
 /// <summary>Initializes a new instance of a single value object attribute.</summary>
 /// <param name="staticOptions">
 /// The available static options of the single value object.
 /// </param>
 /// <param name="underlyingType">
 /// The underlying type of the single value object.
 /// </param>
 public SingleValueObjectAttribute(SingleValueStaticOptions staticOptions, Type underlyingType)
 {
     this.StaticOptions  = staticOptions;
     this.UnderlyingType = underlyingType;
 }