C# Class Microsoft.ResourceManagement.ObjectModel.RmAttributeName

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

Public Methods

Method 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 !=.

Protected Methods

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

Serialization constructor.

Private Methods

Method Description
ComputeKey ( ) : void

Method Details

Clone() public method

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

CompareTo() public method

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.
return int

Equals() public method

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 .
return bool

GetHashCode() public method

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
return int

GetObjectData() public method

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.
return void

RmAttributeName() protected method

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.
return System

RmAttributeName() public method

Constructor.
public RmAttributeName ( String name ) : System
name String The name.
return System

RmAttributeName() public method

Constructor.
public RmAttributeName ( String name, CultureInfo culture ) : System
name String The name.
culture System.Globalization.CultureInfo The culture.
return System

ToString() public method

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

operator() public static method

The operator !=.
public static operator ( ) : bool
return bool