C# 클래스 ScrewTurn.Wiki.AclEngine.AclEntry

Represents an ACL Entry.
파일 보기 프로젝트 열기: mono/ScrewTurnWiki 1 사용 예제들

공개 메소드들

메소드 설명
AclEntry ( string resource, string action, string subject, Value value ) : System

Initializes a new instance of the T:AclEntry class.

Equals ( AclEntry other ) : bool

Determines whether this instance equals another (by value).

Equals ( AclEntry x, AclEntry y ) : bool

Determines whether two instances of T:AclEntry are equal (by value).

Equals ( object obj ) : bool

Determines whether this object equals another (by value).

GetHashCode ( ) : int

Gets a hash code for the current object.

ToString ( ) : string

Gets a string representation of the current object.

메소드 상세

AclEntry() 공개 메소드

Initializes a new instance of the T:AclEntry class.
If , or are null. If , or are empty.
public AclEntry ( string resource, string action, string subject, Value value ) : System
resource string The controlled resource.
action string The controlled action on the resource.
subject string The subject whose access to the resource/action is controlled.
value Value The entry value.
리턴 System

Equals() 공개 메소드

Determines whether this instance equals another (by value).
public Equals ( AclEntry other ) : bool
other AclEntry The other instance.
리턴 bool

Equals() 공개 정적인 메소드

Determines whether two instances of T:AclEntry are equal (by value).
public static Equals ( AclEntry x, AclEntry y ) : bool
x AclEntry The first instance.
y AclEntry The second instance.
리턴 bool

Equals() 공개 메소드

Determines whether this object equals another (by value).
public Equals ( object obj ) : bool
obj object The other object.
리턴 bool

GetHashCode() 공개 메소드

Gets a hash code for the current object.
public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

Gets a string representation of the current object.
public ToString ( ) : string
리턴 string