C# Class Microsoft.ResourceManagement.ObjectModel.RmAttributeValueSingle

Inheritance: RmAttributeValue
Afficher le fichier Open project: Predica/FimClient Class Usage Examples

Méthodes publiques

Méthode Description
RmAttributeValueSingle ( ) : System

Constructor.

RmAttributeValueSingle ( IComparable value ) : System

Constructor.

Méthodes protégées

Méthode Description
RmAttributeValueSingle ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

Method Details

RmAttributeValueSingle() public méthode

Constructor.
public RmAttributeValueSingle ( ) : System
Résultat System

RmAttributeValueSingle() public méthode

Constructor.
public RmAttributeValueSingle ( IComparable value ) : System
value IComparable The value.
Résultat System

RmAttributeValueSingle() protected méthode

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.
Résultat System