Ejemplo n.º 1
0
 /// <summary>
 /// <para>Initializes a new instance of the <see cref="PropertyGroupLookup" />
 /// class.</para>
 /// </summary>
 /// <param name="value">The value</param>
 public PropertyGroupLookup(LookUpPropertiesError value)
 {
     this.Value = value;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// <para>Initializes a new instance of the <see cref="PropertiesError" />
 /// class.</para>
 /// </summary>
 /// <param name="value">The value</param>
 public PropertiesError(LookUpPropertiesError value)
 {
     this.Value = value;
 }