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

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

Защищенные свойства (Protected)

Свойство Тип Описание
attributeValues List

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

Метод Описание
Clone ( ) : object

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

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.

ToString ( ) : string

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

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

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

Constructor.

RmAttributeValue ( bool isMultiValue ) : System

Constructor.

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

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

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

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 SerializationInfo The to populate with data.
context StreamingContext The destination (see ) for this serialization.
Результат void

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

Constructor.
protected RmAttributeValue ( SerializationInfo info, StreamingContext context, bool multiValue ) : System
info SerializationInfo The info.
context StreamingContext The context.
multiValue bool if set to true multi value.
Результат System

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

Constructor.
protected RmAttributeValue ( bool isMultiValue ) : System
isMultiValue bool if set to true is multi value.
Результат System

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

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

Описание свойств

attributeValues защищенное свойство

The values of the attribute.
protected List attributeValues
Результат List