Method | Description | |
---|---|---|
PostEntry ( string name, System.Guid value ) : System |
Initializes a new instance of the PostEntry class.
|
|
PostEntry ( string name, int value ) : System |
Initializes a new instance of the PostEntry class. This constructor uses CultureInfo.InvariantCulture to convert the value to a string. |
|
PostEntry ( string name, long value ) : System |
Initializes a new instance of the PostEntry class. This constructor uses CultureInfo.InvariantCulture to convert the value to a string. |
|
PostEntry ( string name, object value ) : System |
Initializes a new instance of the PostEntry class.
|
|
PostEntry ( string name, short value ) : System |
Initializes a new instance of the PostEntry class. This constructor uses CultureInfo.InvariantCulture to convert the value to a string. |
|
PostEntry ( string name, string value ) : System |
Initializes a new instance of the PostEntry class.
|
public PostEntry ( string name, System.Guid value ) : System | ||
name | string | /// The name. /// |
value | System.Guid | /// The value. /// |
return | System |
public PostEntry ( string name, int value ) : System | ||
name | string | /// The name. /// |
value | int | /// The value. /// |
return | System |
public PostEntry ( string name, long value ) : System | ||
name | string | /// The name. /// |
value | long | /// The value. /// |
return | System |
public PostEntry ( string name, object value ) : System | ||
name | string | /// The name. /// |
value | object | /// The value. /// |
return | System |
public PostEntry ( string name, short value ) : System | ||
name | string | /// The name. /// |
value | short | /// The value. /// |
return | System |
public PostEntry ( string name, string value ) : System | ||
name | string | /// The name. /// |
value | string | /// The value. /// |
return | System |