C# Class Microsoft.ResourceManagement.ObjectModel.RmAttributeName

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

Méthodes publiques

Méthode Description
Clone ( ) : object

Creates a new object that is a copy of the current instance.

CompareTo ( object obj ) : int

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int

Serves as a hash function for a particular type.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.

RmAttributeName ( String name ) : System

Constructor.

RmAttributeName ( String name, CultureInfo culture ) : System

Constructor.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

operator ( ) : bool

The operator !=.

Méthodes protégées

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

Serialization constructor.

Private Methods

Méthode Description
ComputeKey ( ) : void

Method Details

Clone() public méthode

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Résultat object

CompareTo() public méthode

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
/// is not the same type as this instance. ///
public CompareTo ( object obj ) : int
obj object An object to compare with this instance.
Résultat int

Equals() public méthode

Determines whether the specified T:System.Object is equal to the current T:System.Object.
/// The parameter is null. ///
public Equals ( object obj ) : bool
obj object The to compare with the current .
Résultat bool

GetHashCode() public méthode

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Résultat int

GetObjectData() public méthode

Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
/// The caller does not have the required permission. ///
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The to populate with data.
context System.Runtime.Serialization.StreamingContext The destination (see ) for this serialization.
Résultat void

RmAttributeName() protected méthode

Serialization constructor.
protected RmAttributeName ( 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

RmAttributeName() public méthode

Constructor.
public RmAttributeName ( String name ) : System
name String The name.
Résultat System

RmAttributeName() public méthode

Constructor.
public RmAttributeName ( String name, CultureInfo culture ) : System
name String The name.
culture System.Globalization.CultureInfo The culture.
Résultat System

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string

operator() public static méthode

The operator !=.
public static operator ( ) : bool
Résultat bool