[ whitefrost.com | Account Manager 4 Product Page ]

Core.Tools.AccountManager.SecureAccessLayer Class Reference

Inheritance diagram for Core.Tools.AccountManager.SecureAccessLayer:

Core.Tools.AccountManager.FactoryAccessLayer Core.Tools.AccountManager.Forum.ForumAccessLayer

List of all members.

Static Public Member Functions

static void Populate (Map.Account account)
static bool GetAccountNameExists (String account_name, Map.Organization organization)
static String GetAccountNameFromId (int account_id, Map.Organization organization)
static bool UpdateAccount (Map.Account admin, Map.Account account)
static bool AddAccount (Map.Account admin, Map.Account new_account, bool allot_contact_info)
static Map.Account NewAccount (String account_name, String password_hash, Organization organization)
static Map.Account GetAccount (Map.Account admin, String account_name, Map.Organization organization)
static Map.Account GetAccountById (Map.Account admin, int account_id, Map.Organization organization)
static bool ClearSession (String session_id)
static bool ClearSessions ()
static bool UpdateSession (Session.AccountSession session)
static Session.AccountSession CreateSession (String session_id)
static Session.AccountSession CreateSession (Map.Account account, String session_id)
static bool GetIsSessionValid (Session.AccountSession session)
static bool GetIsSessionLoggedIn (Session.AccountSession session)
static Session.AccountSession GetSession (String session_id)
static Session.AccountSession GetCreateSession (String session_id)
static Map.Account GetAccountBySession (Session.AccountSession session)
static Map.Account Login (String user_name, String password_hash, Organization organization)
static Map.Account Login (String user_name, String password_hash, Organization organization, bool populate_references)
static Map.Account Login (String session_id, String user_name, String password_hash, Organization organization, bool populate_references)
static Map.Account Login (Session.AccountSession session, String user_name, String password_hash, Organization organization)
static Map.Account Login (Session.AccountSession session, String user_name, String password_hash, Organization organization, bool populate_references)
static bool Logout (Map.Account account)
static Map.AccountRole GetSystemAdministratorRole (Account role_owner)
static Map.AccountRole GetDataAdministratorRole (Account role_owner)
static Map.AccountRole GetDataAdministratorRole (Organization organization)
static Map.AccountRole GetAccountAdministratorRole (Organization organization)
static Map.AccountRole GetAccountAdministratorRole (Account role_owner)
static Map.AccountRole GetAccountUsersRole (Account role_owner)
static Map.AccountRole GetAccountDevelopersRole (Account role_owner)
static void Populate (AccountRole role)
static AccountRole GetCreateAccountRole (Account role_owner, String role_name)
static AccountRole GetCreateAccountRole (Account role_owner, String role_name, AccountRole Parent)
static AccountRole GetAccountRole (String role_name, AccountRole Parent, Organization organization)
static bool GetIsAccountInRole (AccountRole role, Account account)
static bool GetIsAccountInRole (AccountRole role, Account account, BasePermission permission, AffectType affect_type)
static bool AddAccountToRole (Account role_admin, Account account, AccountRole role)
 Adds an account participation to a role participation, with no affect. Identifies role participation only, withou explicitly granting or denying permission to the role.
static bool AddAccountToRole (Account role_admin, Account account, AccountRole role, BasePermission permission, AffectType affect_type)
 Adds an account participation to a role participation, with affect.
static bool RemoveAccountFromRole (AccountRole role, Account account)
 Removes all participations for this role.
static AccountGroup GetCreateAccountGroup (Account group_owner, String group_name)
static AccountGroup GetCreateAccountGroup (Account group_owner, String group_name, BaseGroup Parent)
static AccountGroup GetAccountGroup (String group_name, AccountGroup Parent, Organization organization)
static bool GetIsAccountInGroup (AccountGroup group, Account account)
static bool GetIsAccountInGroup (AccountGroup group, Account account, BasePermission permission, AffectType affect_type)
static bool AddAccountToGroup (Account group_admin, Account account, AccountGroup group)
 Adds an account participation to a role participation, with no affect. Identifies role participation only, withou explicitly granting or denying permission to the role.
static bool AddAccountToGroup (Account group_admin, Account account, AccountGroup group, BasePermission permission, AffectType affect_type)
 Adds an account participation to a role participation, with affect.
static bool RemoveAccountFromGroup (AccountGroup group, Account account)
 Removes all participations for this role.
static bool EnableEditData (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool DisableEditData (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool EnableCreateData (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool DisableCreateData (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool EnableViewData (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool DisableViewData (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool EnableDeleteData (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool DisableDeleteData (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool EnableDeleteRole (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool DisableDeleteRole (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool EnableCreateRole (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool DisableCreateRole (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool EnableViewRole (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool DisableViewRole (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool EnableChangeRole (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool DisableChangeRole (Map.Account admin, Map.Account account, Map.BaseRole role)
static bool EnableDeleteGroup (Map.Account admin, Map.Account account, Map.BaseGroup group)
static bool DisableDeleteGroup (Map.Account admin, Map.Account account, Map.BaseGroup group)
static bool EnableCreateGroup (Map.Account admin, Map.Account account, Map.BaseGroup group)
static bool DisableCreateGroup (Map.Account admin, Map.Account account, Map.BaseGroup group)
static bool EnableViewGroup (Map.Account admin, Map.Account account, Map.BaseGroup group)
static bool DisableViewGroup (Map.Account admin, Map.Account account, Map.BaseGroup group)
static bool EnableChangeGroup (Map.Account admin, Map.Account account, Map.BaseGroup group)
static bool DisableChangeGroup (Map.Account admin, Map.Account account, Map.BaseGroup group)
static bool EnableDeleteGroup (Map.Account admin, Map.BaseRole role, Map.BaseGroup group)
static bool DisableDeleteGroup (Map.Account admin, Map.BaseRole role, Map.BaseGroup group)
static bool EnableCreateGroup (Map.Account admin, Map.BaseRole role, Map.BaseGroup group)
static bool DisableCreateGroup (Map.Account admin, Map.BaseRole role, Map.BaseGroup group)
static bool EnableViewGroup (Map.Account admin, Map.BaseRole role, Map.BaseGroup group)
static bool DisableViewGroup (Map.Account admin, Map.BaseRole role, Map.BaseGroup group)
static bool EnableChangeGroup (Map.Account admin, Map.BaseRole role, Map.BaseGroup group)
static bool DisableChangeGroup (Map.Account admin, Map.BaseRole role, Map.BaseGroup group)
static bool EnableDeleteData (Map.Account admin, Map.BaseRole role, Map.Data data)
static bool DisableDeleteData (Map.Account admin, Map.BaseRole role, Map.Data data)
static bool EnableCreateData (Map.Account admin, Map.BaseRole role, Map.Data data)
static bool DisableCreateData (Map.Account admin, Map.BaseRole role, Map.Data data)
static bool EnableViewData (Map.Account admin, Map.BaseRole role, Map.Data data)
static bool DisableViewData (Map.Account admin, Map.BaseRole role, Map.Data data)
static bool EnableChangeData (Map.Account admin, Map.BaseRole role, Map.Data data)
static bool DisableChangeData (Map.Account admin, Map.BaseRole role, Map.Data data)
static bool EnableDeleteData (Map.Account admin, Map.Account account, Map.Data data)
static bool DisableDeleteData (Map.Account admin, Map.Account account, Map.Data data)
static bool EnableCreateData (Map.Account admin, Map.Account account, Map.Data data)
static bool DisableCreateData (Map.Account admin, Map.Account account, Map.Data data)
static bool EnableViewData (Map.Account admin, Map.Account account, Map.Data data)
static bool DisableViewData (Map.Account admin, Map.Account account, Map.Data data)
static bool EnableChangeData (Map.Account admin, Map.Account account, Map.Data data)
static bool DisableChangeData (Map.Account admin, Map.Account account, Map.Data data)


Member Function Documentation

static void Core.Tools.AccountManager.SecureAccessLayer.Populate ( Map.Account  account  )  [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.GetAccountNameExists ( String  account_name,
Map.Organization  organization 
) [static]

static String Core.Tools.AccountManager.SecureAccessLayer.GetAccountNameFromId ( int  account_id,
Map.Organization  organization 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.UpdateAccount ( Map.Account  admin,
Map.Account  account 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.AddAccount ( Map.Account  admin,
Map.Account  new_account,
bool  allot_contact_info 
) [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.NewAccount ( String  account_name,
String  password_hash,
Organization  organization 
) [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.GetAccount ( Map.Account  admin,
String  account_name,
Map.Organization  organization 
) [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.GetAccountById ( Map.Account  admin,
int  account_id,
Map.Organization  organization 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.ClearSession ( String  session_id  )  [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.ClearSessions (  )  [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.UpdateSession ( Session.AccountSession  session  )  [static]

static Session.AccountSession Core.Tools.AccountManager.SecureAccessLayer.CreateSession ( String  session_id  )  [static]

static Session.AccountSession Core.Tools.AccountManager.SecureAccessLayer.CreateSession ( Map.Account  account,
String  session_id 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.GetIsSessionValid ( Session.AccountSession  session  )  [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.GetIsSessionLoggedIn ( Session.AccountSession  session  )  [static]

static Session.AccountSession Core.Tools.AccountManager.SecureAccessLayer.GetSession ( String  session_id  )  [static]

static Session.AccountSession Core.Tools.AccountManager.SecureAccessLayer.GetCreateSession ( String  session_id  )  [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.GetAccountBySession ( Session.AccountSession  session  )  [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.Login ( String  user_name,
String  password_hash,
Organization  organization 
) [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.Login ( String  user_name,
String  password_hash,
Organization  organization,
bool  populate_references 
) [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.Login ( String  session_id,
String  user_name,
String  password_hash,
Organization  organization,
bool  populate_references 
) [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.Login ( Session.AccountSession  session,
String  user_name,
String  password_hash,
Organization  organization 
) [static]

static Map.Account Core.Tools.AccountManager.SecureAccessLayer.Login ( Session.AccountSession  session,
String  user_name,
String  password_hash,
Organization  organization,
bool  populate_references 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.Logout ( Map.Account  account  )  [static]

static Map.AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetSystemAdministratorRole ( Account  role_owner  )  [static]

static Map.AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetDataAdministratorRole ( Account  role_owner  )  [static]

static Map.AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetDataAdministratorRole ( Organization  organization  )  [static]

static Map.AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetAccountAdministratorRole ( Organization  organization  )  [static]

static Map.AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetAccountAdministratorRole ( Account  role_owner  )  [static]

static Map.AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetAccountUsersRole ( Account  role_owner  )  [static]

static Map.AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetAccountDevelopersRole ( Account  role_owner  )  [static]

static void Core.Tools.AccountManager.SecureAccessLayer.Populate ( AccountRole  role  )  [static]

static AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetCreateAccountRole ( Account  role_owner,
String  role_name 
) [static]

static AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetCreateAccountRole ( Account  role_owner,
String  role_name,
AccountRole  Parent 
) [static]

static AccountRole Core.Tools.AccountManager.SecureAccessLayer.GetAccountRole ( String  role_name,
AccountRole  Parent,
Organization  organization 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.GetIsAccountInRole ( AccountRole  role,
Account  account 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.GetIsAccountInRole ( AccountRole  role,
Account  account,
BasePermission  permission,
AffectType  affect_type 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.AddAccountToRole ( Account  role_admin,
Account  account,
AccountRole  role 
) [static]

Adds an account participation to a role participation, with no affect. Identifies role participation only, withou explicitly granting or denying permission to the role.

Parameters:
role_admin 
account 
role 
Returns:

static bool Core.Tools.AccountManager.SecureAccessLayer.AddAccountToRole ( Account  role_admin,
Account  account,
AccountRole  role,
BasePermission  permission,
AffectType  affect_type 
) [static]

Adds an account participation to a role participation, with affect.

Parameters:
role_admin 
account 
role 
permission 
affect_type 
Returns:

static bool Core.Tools.AccountManager.SecureAccessLayer.RemoveAccountFromRole ( AccountRole  role,
Account  account 
) [static]

Removes all participations for this role.

Parameters:
role 
account 
Returns:

static AccountGroup Core.Tools.AccountManager.SecureAccessLayer.GetCreateAccountGroup ( Account  group_owner,
String  group_name 
) [static]

static AccountGroup Core.Tools.AccountManager.SecureAccessLayer.GetCreateAccountGroup ( Account  group_owner,
String  group_name,
BaseGroup  Parent 
) [static]

static AccountGroup Core.Tools.AccountManager.SecureAccessLayer.GetAccountGroup ( String  group_name,
AccountGroup  Parent,
Organization  organization 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.GetIsAccountInGroup ( AccountGroup  group,
Account  account 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.GetIsAccountInGroup ( AccountGroup  group,
Account  account,
BasePermission  permission,
AffectType  affect_type 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.AddAccountToGroup ( Account  group_admin,
Account  account,
AccountGroup  group 
) [static]

Adds an account participation to a role participation, with no affect. Identifies role participation only, withou explicitly granting or denying permission to the role.

Parameters:
group_admin 
account 
role 
Returns:

static bool Core.Tools.AccountManager.SecureAccessLayer.AddAccountToGroup ( Account  group_admin,
Account  account,
AccountGroup  group,
BasePermission  permission,
AffectType  affect_type 
) [static]

Adds an account participation to a role participation, with affect.

Parameters:
group_admin 
account 
role 
permission 
affect_type 
Returns:

static bool Core.Tools.AccountManager.SecureAccessLayer.RemoveAccountFromGroup ( AccountGroup  group,
Account  account 
) [static]

Removes all participations for this role.

Parameters:
role 
account 
Returns:

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableEditData ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableEditData ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableCreateData ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableCreateData ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableViewData ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableViewData ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableDeleteData ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableDeleteData ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableDeleteRole ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableDeleteRole ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableCreateRole ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableCreateRole ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableViewRole ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableViewRole ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableChangeRole ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableChangeRole ( Map.Account  admin,
Map.Account  account,
Map.BaseRole  role 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableDeleteGroup ( Map.Account  admin,
Map.Account  account,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableDeleteGroup ( Map.Account  admin,
Map.Account  account,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableCreateGroup ( Map.Account  admin,
Map.Account  account,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableCreateGroup ( Map.Account  admin,
Map.Account  account,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableViewGroup ( Map.Account  admin,
Map.Account  account,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableViewGroup ( Map.Account  admin,
Map.Account  account,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableChangeGroup ( Map.Account  admin,
Map.Account  account,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableChangeGroup ( Map.Account  admin,
Map.Account  account,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableDeleteGroup ( Map.Account  admin,
Map.BaseRole  role,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableDeleteGroup ( Map.Account  admin,
Map.BaseRole  role,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableCreateGroup ( Map.Account  admin,
Map.BaseRole  role,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableCreateGroup ( Map.Account  admin,
Map.BaseRole  role,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableViewGroup ( Map.Account  admin,
Map.BaseRole  role,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableViewGroup ( Map.Account  admin,
Map.BaseRole  role,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableChangeGroup ( Map.Account  admin,
Map.BaseRole  role,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableChangeGroup ( Map.Account  admin,
Map.BaseRole  role,
Map.BaseGroup  group 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableDeleteData ( Map.Account  admin,
Map.BaseRole  role,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableDeleteData ( Map.Account  admin,
Map.BaseRole  role,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableCreateData ( Map.Account  admin,
Map.BaseRole  role,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableCreateData ( Map.Account  admin,
Map.BaseRole  role,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableViewData ( Map.Account  admin,
Map.BaseRole  role,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableViewData ( Map.Account  admin,
Map.BaseRole  role,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableChangeData ( Map.Account  admin,
Map.BaseRole  role,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableChangeData ( Map.Account  admin,
Map.BaseRole  role,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableDeleteData ( Map.Account  admin,
Map.Account  account,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableDeleteData ( Map.Account  admin,
Map.Account  account,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableCreateData ( Map.Account  admin,
Map.Account  account,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableCreateData ( Map.Account  admin,
Map.Account  account,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableViewData ( Map.Account  admin,
Map.Account  account,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableViewData ( Map.Account  admin,
Map.Account  account,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.EnableChangeData ( Map.Account  admin,
Map.Account  account,
Map.Data  data 
) [static]

static bool Core.Tools.AccountManager.SecureAccessLayer.DisableChangeData ( Map.Account  admin,
Map.Account  account,
Map.Data  data 
) [static]


The documentation for this class was generated from the following file:
Stephen W. Cote, 2009, whitefrost.com