C# Class Chinchilla.Api.Permission

Show file Open project: jonnii/chinchilla Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Permission ( )
Permission ( string configure, string write, string read )

Protected Methods

Method Description
Equals ( Permission other ) : bool

Method Details

Equals() protected method

protected Equals ( Permission other ) : bool
other Permission
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Permission() public method

public Permission ( )

Permission() public method

public Permission ( string configure, string write, string read )
configure string
write string
read string