C# Class Microsoft.ResourceManagement.ObjectModel.RmAttributeValue

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

Protected Properties

Property Type Description
attributeValues List

Public Methods

Method Description
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.

Protected Methods

Method Description
RmAttributeValue ( SerializationInfo info, StreamingContext context, bool multiValue ) : System

Constructor.

RmAttributeValue ( bool isMultiValue ) : System

Constructor.

Method Details

Clone() public method

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

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 SerializationInfo The to populate with data.
context StreamingContext The destination (see ) for this serialization.
return void

RmAttributeValue() protected method

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

RmAttributeValue() protected method

Constructor.
protected RmAttributeValue ( bool isMultiValue ) : System
isMultiValue bool if set to true is multi value.
return System

ToString() public method

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

Property Details

attributeValues protected_oe property

The values of the attribute.
protected List attributeValues
return List