C# Класс Microsoft.ResourceManagement.ObjectModel.RmAttributeName

Наследование: ISerializable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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 !=.

Защищенные методы

Метод Описание
RmAttributeName ( SerializationInfo info, StreamingContext context ) : System

Serialization constructor.

Приватные методы

Метод Описание
ComputeKey ( ) : void

Описание методов

Clone() публичный Метод

Creates a new object that is a copy of the current instance.
public Clone ( ) : object
Результат object

CompareTo() публичный Метод

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.
Результат int

Equals() публичный Метод

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 .
Результат bool

GetHashCode() публичный Метод

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int

GetObjectData() публичный Метод

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.
Результат void

RmAttributeName() защищенный Метод

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.
Результат System

RmAttributeName() публичный Метод

Constructor.
public RmAttributeName ( String name ) : System
name String The name.
Результат System

RmAttributeName() публичный Метод

Constructor.
public RmAttributeName ( String name, CultureInfo culture ) : System
name String The name.
culture System.Globalization.CultureInfo The culture.
Результат System

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string

operator() публичный статический Метод

The operator !=.
public static operator ( ) : bool
Результат bool