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

Sessions. More...

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

Public Member Functions

 SSessionRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsSessionIdNull ()
 test for NULL value More...
 
void SetSessionIdNull ()
 assign NULL value More...
 
bool IsValidUntilNull ()
 test for NULL value More...
 
void SetValidUntilNull ()
 assign NULL value More...
 
bool IsSessionValuesNull ()
 test for NULL value More...
 
void SetSessionValuesNull ()
 assign NULL value More...
 
bool IsUserIdNull ()
 test for NULL value More...
 
void SetUserIdNull ()
 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 SessionId [get, set]
 This is the identifier of the session. More...
 
DateTime ValidUntil [get, set]
 This session is valid till this point in time. More...
 
String SessionValues [get, set]
 JSON encoded list of session values. More...
 
String UserId [get, set]
 This is the system user id. Each user of the system is allocated one. 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

Sessions.

Constructor & Destructor Documentation

◆ SSessionRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsSessionIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SSessionRow.IsSessionIdNull ( )
inline

test for NULL value

◆ IsSessionValuesNull()

bool Ict.Petra.Shared.MSysMan.Data.SSessionRow.IsSessionValuesNull ( )
inline

test for NULL value

◆ IsUserIdNull()

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

test for NULL value

◆ IsValidUntilNull()

bool Ict.Petra.Shared.MSysMan.Data.SSessionRow.IsValidUntilNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetSessionIdNull()

void Ict.Petra.Shared.MSysMan.Data.SSessionRow.SetSessionIdNull ( )
inline

assign NULL value

◆ SetSessionValuesNull()

void Ict.Petra.Shared.MSysMan.Data.SSessionRow.SetSessionValuesNull ( )
inline

assign NULL value

◆ SetUserIdNull()

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

assign NULL value

◆ SetValidUntilNull()

void Ict.Petra.Shared.MSysMan.Data.SSessionRow.SetValidUntilNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ SessionId

String Ict.Petra.Shared.MSysMan.Data.SSessionRow.SessionId
getset

This is the identifier of the session.

◆ SessionValues

String Ict.Petra.Shared.MSysMan.Data.SSessionRow.SessionValues
getset

JSON encoded list of session values.

◆ UserId

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

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

◆ ValidUntil

DateTime Ict.Petra.Shared.MSysMan.Data.SSessionRow.ValidUntil
getset

This session is valid till this point in time.


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