Property | Type | Description | |
---|---|---|---|
attributeValues | List |
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.
|
Method | Description | |
---|---|---|
RmAttributeValue ( SerializationInfo info, StreamingContext context, bool multiValue ) : System |
Constructor.
|
|
RmAttributeValue ( bool isMultiValue ) : System |
Constructor.
|
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void | ||
info | SerializationInfo | The |
context | StreamingContext | The destination (see |
return | void |
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 |
protected RmAttributeValue ( bool isMultiValue ) : System | ||
isMultiValue | bool | if set to true is multi value. |
return | System |