Initializes a new instance of the WopDefaultValueAttribute class.
Initializes a new instance of the WopDefaultValueAttribute class using a Boolean value.
public WopDefaultValueAttribute(bool);
Initializes a new instance of the WopDefaultValueAttribute class using an 8-bit unsigned integer.
public WopDefaultValueAttribute(byte);
Initializes a new instance of the WopDefaultValueAttribute class using a Unicode character.
public WopDefaultValueAttribute(char);
Initializes a new instance of the WopDefaultValueAttribute class using a double-precision floating point number.
public WopDefaultValueAttribute(double);
Initializes a new instance of the WopDefaultValueAttribute class using a 16-bit signed integer.
public WopDefaultValueAttribute(short);
Initializes a new instance of the WopDefaultValueAttribute class using a 32-bit signed integer.
public WopDefaultValueAttribute(int);
Initializes a new instance of the WopDefaultValueAttribute class using year, month and day.
public WopDefaultValueAttribute(int,int,int);
Initializes a new instance of the WopDefaultValueAttribute class using year, month, day, hour, minute and second.
public WopDefaultValueAttribute(int,int,int,int,int,int);
Initializes a new instance of the WopDefaultValueAttribute class using a 64-bit signed integer.
public WopDefaultValueAttribute(long);
Initializes a new instance of the WopDefaultValueAttribute class.
public WopDefaultValueAttribute(object);
Initializes a new instance of the WopDefaultValueAttribute class using a single-precision floating point number.
public WopDefaultValueAttribute(float);
Initializes a new instance of the WopDefaultValueAttribute class using a String.
public WopDefaultValueAttribute(string);
Initializes a new instance of the WopDefaultValueAttribute class, converting the specified value to the specified type, and using an invariant culture as the translation context.
public WopDefaultValueAttribute(Type,string);
WopDefaultValueAttribute Class | TechTalk.Genome.Wop Namespace