C# 클래스 Simple.Testing.PAssert.LocalizationRequiredAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: PaulUpson/PatientPending

Private Properties

프로퍼티 타입 설명
LocalizationRequiredAttribute System

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.

GetHashCode ( ) : int

Returns the hash code for this instance.

비공개 메소드들

메소드 설명
LocalizationRequiredAttribute ( bool required ) : System

Initializes a new instance of the LocalizationRequiredAttribute class.

메소드 상세

Equals() 공개 메소드

Returns whether the value of the given object is equal to the current LocalizationRequiredAttribute.
public Equals ( object obj ) : bool
obj object The object to test the value equality of.
리턴 bool

GetHashCode() 공개 메소드

Returns the hash code for this instance.
public GetHashCode ( ) : int
리턴 int