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

Associates a Group with a Partner Set. This may be an inclusive or exclusive association and may be read, write, delete. More...

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

Public Member Functions

 SGroupPartnerSetRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsGroupIdNull ()
 test for NULL value More...
 
void SetGroupIdNull ()
 assign NULL value More...
 
bool IsGroupUnitKeyNull ()
 test for NULL value More...
 
void SetGroupUnitKeyNull ()
 assign NULL value More...
 
bool IsPartnerSetIdNull ()
 test for NULL value More...
 
void SetPartnerSetIdNull ()
 assign NULL value More...
 
bool IsPartnerSetUnitKeyNull ()
 test for NULL value More...
 
void SetPartnerSetUnitKeyNull ()
 assign NULL value More...
 
bool IsInclusiveOrExclusiveNull ()
 test for NULL value More...
 
void SetInclusiveOrExclusiveNull ()
 assign NULL value More...
 
bool IsReadAccessNull ()
 test for NULL value More...
 
void SetReadAccessNull ()
 assign NULL value More...
 
bool IsWriteAccessNull ()
 test for NULL value More...
 
void SetWriteAccessNull ()
 assign NULL value More...
 
bool IsDeleteAccessNull ()
 test for NULL value More...
 
void SetDeleteAccessNull ()
 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 GroupId [get, set]
 identifies a system group More...
 
Int64 GroupUnitKey [get, set]
 Field that the group belongs to. More...
 
String PartnerSetId [get, set]
 Identifier for the Partner Set. More...
 
Int64 PartnerSetUnitKey [get, set]
 Field that the Partner Set relates to. More...
 
Boolean InclusiveOrExclusive [get, set]
 Is the association between the Group and Partner Set inclusive or exclusive. More...
 
Boolean ReadAccess [get, set]
 If the association is inclusive this will grant read access to the Partners, otherwise it will deny read access to the Partners. More...
 
Boolean WriteAccess [get, set]
 If the association is inclusive this will grant write access to the Partners, otherwise it will deny write access to the Partners. More...
 
Boolean DeleteAccess [get, set]
 If the association is inclusive this will grant delete access to the Partners, otherwise it will deny delete access to the Partners. 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

Associates a Group with a Partner Set. This may be an inclusive or exclusive association and may be read, write, delete.

Constructor & Destructor Documentation

◆ SGroupPartnerSetRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsDeleteAccessNull()

bool Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.IsDeleteAccessNull ( )
inline

test for NULL value

◆ IsGroupIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.IsGroupIdNull ( )
inline

test for NULL value

◆ IsGroupUnitKeyNull()

bool Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.IsGroupUnitKeyNull ( )
inline

test for NULL value

◆ IsInclusiveOrExclusiveNull()

bool Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.IsInclusiveOrExclusiveNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsPartnerSetIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.IsPartnerSetIdNull ( )
inline

test for NULL value

◆ IsPartnerSetUnitKeyNull()

bool Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.IsPartnerSetUnitKeyNull ( )
inline

test for NULL value

◆ IsReadAccessNull()

bool Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.IsReadAccessNull ( )
inline

test for NULL value

◆ IsWriteAccessNull()

bool Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.IsWriteAccessNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetDeleteAccessNull()

void Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.SetDeleteAccessNull ( )
inline

assign NULL value

◆ SetGroupIdNull()

void Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.SetGroupIdNull ( )
inline

assign NULL value

◆ SetGroupUnitKeyNull()

void Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.SetGroupUnitKeyNull ( )
inline

assign NULL value

◆ SetInclusiveOrExclusiveNull()

void Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.SetInclusiveOrExclusiveNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetPartnerSetIdNull()

void Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.SetPartnerSetIdNull ( )
inline

assign NULL value

◆ SetPartnerSetUnitKeyNull()

void Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.SetPartnerSetUnitKeyNull ( )
inline

assign NULL value

◆ SetReadAccessNull()

void Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.SetReadAccessNull ( )
inline

assign NULL value

◆ SetWriteAccessNull()

void Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.SetWriteAccessNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ DeleteAccess

Boolean Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.DeleteAccess
getset

If the association is inclusive this will grant delete access to the Partners, otherwise it will deny delete access to the Partners.

◆ GroupId

String Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.GroupId
getset

identifies a system group

◆ GroupUnitKey

Int64 Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.GroupUnitKey
getset

Field that the group belongs to.

◆ InclusiveOrExclusive

Boolean Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.InclusiveOrExclusive
getset

Is the association between the Group and Partner Set inclusive or exclusive.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ PartnerSetId

String Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.PartnerSetId
getset

Identifier for the Partner Set.

◆ PartnerSetUnitKey

Int64 Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.PartnerSetUnitKey
getset

Field that the Partner Set relates to.

◆ ReadAccess

Boolean Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.ReadAccess
getset

If the association is inclusive this will grant read access to the Partners, otherwise it will deny read access to the Partners.

◆ WriteAccess

Boolean Ict.Petra.Shared.MSysMan.Data.SGroupPartnerSetRow.WriteAccess
getset

If the association is inclusive this will grant write access to the Partners, otherwise it will deny write access to the Partners.


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