C# Class Microsoft.ResourceManagement.ObjectModel.RmAttributeValueSingle

Inheritance: RmAttributeValue
显示文件 Open project: Predica/FimClient Class Usage Examples

Public Methods

Method Description
RmAttributeValueSingle ( ) : System

Constructor.

RmAttributeValueSingle ( IComparable value ) : System

Constructor.

Protected Methods

Method Description
RmAttributeValueSingle ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

Method Details

RmAttributeValueSingle() public method

Constructor.
public RmAttributeValueSingle ( ) : System
return System

RmAttributeValueSingle() public method

Constructor.
public RmAttributeValueSingle ( IComparable value ) : System
value IComparable The value.
return System

RmAttributeValueSingle() protected method

Serialization constructor.
protected RmAttributeValueSingle ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo Stores all the data needed to serialize or deserialize an object.
context System.Runtime.Serialization.StreamingContext Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.
return System