C# 클래스 Microsoft.ResourceManagement.ObjectModel.RmAttributeName

상속: ISerializable
파일 보기 프로젝트 열기: Predica/FimClient 1 사용 예제들

공개 메소드들

메소드 설명
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