Свойство | Type | Description | |
---|---|---|---|
data |
Méthode | 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.
|
Méthode | Description | |
---|---|---|
AccessList ( string resource_name, string to_user, |
This contructor instanciates an Access List Kind.
|
|
SetHashCode ( ) : void |
public AccessList ( |
||
manager | ||
Résultat | System |
public AppProcedure ( |
||
transport | ||
kindRes | List |
|
Résultat | void |
public DataModel ( ) : ReloadGlobals.DataModel | ||
Résultat | ReloadGlobals.DataModel |
public Encapsulate ( System.Boolean exists ) : |
||
exists | System.Boolean | |
Résultat |
public Equals ( object obj ) : bool | ||
obj | object | ACL to compare. |
Résultat | bool |
public FromReader ( |
||
rm | Not used. | |
reader | Binary reader containing message byte stream. | |
usage_size | long | Not used. ACL has fix length. |
Résultat | IUsage |
public dump ( |
||
writer | Binary writer containing the message byte stream. | |
Résultat |