OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow Class Reference

Security mappings of users to Petra database. More...

Inheritance diagram for Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow:

Public Member Functions

 SUserTableAccessPermissionRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 assign NULL value More...
 
bool IsTableNameNull ()
 test for NULL value More...
 
void SetTableNameNull ()
 assign NULL value More...
 
bool IsCanCreateNull ()
 test for NULL value More...
 
void SetCanCreateNull ()
 assign NULL value More...
 
bool IsCanModifyNull ()
 test for NULL value More...
 
void SetCanModifyNull ()
 assign NULL value More...
 
bool IsCanDeleteNull ()
 test for NULL value More...
 
void SetCanDeleteNull ()
 assign NULL value More...
 
bool IsCanInquireNull ()
 test for NULL value More...
 
void SetCanInquireNull ()
 assign NULL value More...
 
bool IsDateCreatedNull ()
 test for NULL value More...
 
void SetDateCreatedNull ()
 assign NULL value More...
 
bool IsCreatedByNull ()
 test for NULL value More...
 
void SetCreatedByNull ()
 assign NULL value More...
 
bool IsDateModifiedNull ()
 test for NULL value More...
 
void SetDateModifiedNull ()
 assign NULL value More...
 
bool IsModifiedByNull ()
 test for NULL value More...
 
void SetModifiedByNull ()
 assign NULL value More...
 
bool IsModificationIdNull ()
 test for NULL value More...
 
void SetModificationIdNull ()
 assign NULL value More...
 

Properties

String UserId [get, set]
 This is the system user id. Each user of the system is allocated one. More...
 
String TableName [get, set]
 
Boolean CanCreate [get, set]
 Permission to allow creation. More...
 
Boolean CanModify [get, set]
 Permission to allow modification. More...
 
Boolean CanDelete [get, set]
 Permission to allow deletion. More...
 
Boolean CanInquire [get, set]
 Permission to allow inquiry. More...
 
System.? DateTime DateCreated [get, set]
 The date the record was created. More...
 
String CreatedBy [get, set]
 User ID of who created this record. More...
 
System.? DateTime DateModified [get, set]
 The date the record was modified. More...
 
String ModifiedBy [get, set]
 User ID of who last modified this record. More...
 
DateTime ModificationId [get, set]
 This identifies the current version of the record. More...
 

Detailed Description

Security mappings of users to Petra database.

Constructor & Destructor Documentation

◆ SUserTableAccessPermissionRow()

Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SUserTableAccessPermissionRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.InitValues ( )
inlinevirtual

set default values

◆ IsCanCreateNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsCanCreateNull ( )
inline

test for NULL value

◆ IsCanDeleteNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsCanDeleteNull ( )
inline

test for NULL value

◆ IsCanInquireNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsCanInquireNull ( )
inline

test for NULL value

◆ IsCanModifyNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsCanModifyNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsTableNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsTableNameNull ( )
inline

test for NULL value

◆ IsUserIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.IsUserIdNull ( )
inline

test for NULL value

◆ SetCanCreateNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetCanCreateNull ( )
inline

assign NULL value

◆ SetCanDeleteNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetCanDeleteNull ( )
inline

assign NULL value

◆ SetCanInquireNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetCanInquireNull ( )
inline

assign NULL value

◆ SetCanModifyNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetCanModifyNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetTableNameNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetTableNameNull ( )
inline

assign NULL value

◆ SetUserIdNull()

void Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.SetUserIdNull ( )
inline

assign NULL value

Property Documentation

◆ CanCreate

Boolean Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.CanCreate
getset

Permission to allow creation.

◆ CanDelete

Boolean Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.CanDelete
getset

Permission to allow deletion.

◆ CanInquire

Boolean Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.CanInquire
getset

Permission to allow inquiry.

◆ CanModify

Boolean Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.CanModify
getset

Permission to allow modification.

◆ CreatedBy

String Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.DateModified
getset

The date the record was modified.

◆ ModificationId

DateTime Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.ModifiedBy
getset

User ID of who last modified this record.

◆ TableName

String Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.TableName
getset

◆ UserId

String Ict.Petra.Shared.MSysMan.Data.SUserTableAccessPermissionRow.UserId
getset

This is the system user id. Each user of the system is allocated one.


The documentation for this class was generated from the following file: