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

Report Results. More...

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

Public Member Functions

 SReportResultRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsReportIdNull ()
 test for NULL value More...
 
void SetReportIdNull ()
 assign NULL value 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 IsParameterListNull ()
 test for NULL value More...
 
void SetParameterListNull ()
 assign NULL value More...
 
bool IsResultHtmlNull ()
 test for NULL value More...
 
void SetResultHtmlNull ()
 assign NULL value More...
 
bool IsSuccessNull ()
 test for NULL value More...
 
void SetSuccessNull ()
 assign NULL value More...
 
bool IsErrorMessageNull ()
 test for NULL value More...
 
void SetErrorMessageNull ()
 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 ReportId [get, set]
 This is the identifier of the report result. More...
 
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 ParameterList [get, set]
 Parameters list in json. More...
 
String ResultHtml [get, set]
 result represented in HTML More...
 
Boolean Success [get, set]
 Did the report finish successfully to be calculated? More...
 
String ErrorMessage [get, set]
 in case of failure, this contains the error message 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

Report Results.

Constructor & Destructor Documentation

◆ SReportResultRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsErrorMessageNull()

bool Ict.Petra.Shared.MSysMan.Data.SReportResultRow.IsErrorMessageNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsParameterListNull()

bool Ict.Petra.Shared.MSysMan.Data.SReportResultRow.IsParameterListNull ( )
inline

test for NULL value

◆ IsReportIdNull()

bool Ict.Petra.Shared.MSysMan.Data.SReportResultRow.IsReportIdNull ( )
inline

test for NULL value

◆ IsResultHtmlNull()

bool Ict.Petra.Shared.MSysMan.Data.SReportResultRow.IsResultHtmlNull ( )
inline

test for NULL value

◆ IsSessionIdNull()

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

test for NULL value

◆ IsSuccessNull()

bool Ict.Petra.Shared.MSysMan.Data.SReportResultRow.IsSuccessNull ( )
inline

test for NULL value

◆ IsValidUntilNull()

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

test for NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetErrorMessageNull()

void Ict.Petra.Shared.MSysMan.Data.SReportResultRow.SetErrorMessageNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetParameterListNull()

void Ict.Petra.Shared.MSysMan.Data.SReportResultRow.SetParameterListNull ( )
inline

assign NULL value

◆ SetReportIdNull()

void Ict.Petra.Shared.MSysMan.Data.SReportResultRow.SetReportIdNull ( )
inline

assign NULL value

◆ SetResultHtmlNull()

void Ict.Petra.Shared.MSysMan.Data.SReportResultRow.SetResultHtmlNull ( )
inline

assign NULL value

◆ SetSessionIdNull()

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

assign NULL value

◆ SetSuccessNull()

void Ict.Petra.Shared.MSysMan.Data.SReportResultRow.SetSuccessNull ( )
inline

assign NULL value

◆ SetValidUntilNull()

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

assign NULL value

Property Documentation

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ErrorMessage

String Ict.Petra.Shared.MSysMan.Data.SReportResultRow.ErrorMessage
getset

in case of failure, this contains the error message

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ ParameterList

String Ict.Petra.Shared.MSysMan.Data.SReportResultRow.ParameterList
getset

Parameters list in json.

◆ ReportId

String Ict.Petra.Shared.MSysMan.Data.SReportResultRow.ReportId
getset

This is the identifier of the report result.

◆ ResultHtml

String Ict.Petra.Shared.MSysMan.Data.SReportResultRow.ResultHtml
getset

result represented in HTML

◆ SessionId

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

This is the identifier of the session.

◆ Success

Boolean Ict.Petra.Shared.MSysMan.Data.SReportResultRow.Success
getset

Did the report finish successfully to be calculated?

◆ ValidUntil

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

This session is valid till this point in time.


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