Property | Type | Description | |
---|---|---|---|
data |
Method | Description | |
---|---|---|
AccessList ( |
||
AppProcedure ( |
||
Create ( int type ) : IUsage | ||
DataModel ( ) : ReloadGlobals.DataModel | ||
Encapsulate ( System.Boolean exists ) : |
||
Equals ( object obj ) : bool |
Compare of two ACLs are equal.
|
|
FromReader ( |
Deserializes AccessControlList Kind from byte stream.
|
|
GetHashCode ( ) : int | ||
Report ( ) : string | ||
dump ( |
Serializes the AccessControlList Kind.
|
Method | Description | |
---|---|---|
AccessList ( string resource_name, string to_user, |
This contructor instanciates an Access List Kind.
|
|
SetHashCode ( ) : void |
public AccessList ( |
||
manager | ||
return | System |
public AppProcedure ( |
||
transport | ||
kindRes | List |
|
return | void |
public DataModel ( ) : ReloadGlobals.DataModel | ||
return | ReloadGlobals.DataModel |
public Encapsulate ( System.Boolean exists ) : |
||
exists | System.Boolean | |
return |
public FromReader ( |
||
rm | Not used. | |
reader | Binary reader containing message byte stream. | |
usage_size | long | Not used. ACL has fix length. |
return | IUsage |
public dump ( |
||
writer | Binary writer containing the message byte stream. | |
return |