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

Volume to either represent a file directory or a volume relative to a parent volume. More...

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

Public Member Functions

 SVolumeRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsNameNull ()
 test for NULL value More...
 
void SetNameNull ()
 assign NULL value More...
 
bool IsParentVolumeNameNull ()
 test for NULL value More...
 
void SetParentVolumeNameNull ()
 assign NULL value More...
 
bool IsPathNull ()
 test for NULL value More...
 
void SetPathNull ()
 assign NULL value More...
 
bool IsCommentNull ()
 test for NULL value More...
 
void SetCommentNull ()
 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 Name [get, set]
 Name (Identifier) for the volume. More...
 
String ParentVolumeName [get, set]
 Name of the parent volume (use either Path or Parent Volume) More...
 
String Path [get, set]
 Path information (use either Path or Parent Volume) More...
 
String Comment [get, set]
 Comment for the user. 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

Volume to either represent a file directory or a volume relative to a parent volume.

Constructor & Destructor Documentation

◆ SVolumeRow()

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

Constructor.

Member Function Documentation

◆ InitValues()

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

set default values

◆ IsCommentNull()

bool Ict.Petra.Shared.MSysMan.Data.SVolumeRow.IsCommentNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

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

test for NULL value

◆ IsDateCreatedNull()

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

test for NULL value

◆ IsDateModifiedNull()

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

test for NULL value

◆ IsModificationIdNull()

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

test for NULL value

◆ IsModifiedByNull()

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

test for NULL value

◆ IsNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SVolumeRow.IsNameNull ( )
inline

test for NULL value

◆ IsParentVolumeNameNull()

bool Ict.Petra.Shared.MSysMan.Data.SVolumeRow.IsParentVolumeNameNull ( )
inline

test for NULL value

◆ IsPathNull()

bool Ict.Petra.Shared.MSysMan.Data.SVolumeRow.IsPathNull ( )
inline

test for NULL value

◆ SetCommentNull()

void Ict.Petra.Shared.MSysMan.Data.SVolumeRow.SetCommentNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

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

assign NULL value

◆ SetDateCreatedNull()

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

assign NULL value

◆ SetDateModifiedNull()

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

assign NULL value

◆ SetModificationIdNull()

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

assign NULL value

◆ SetModifiedByNull()

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

assign NULL value

◆ SetNameNull()

void Ict.Petra.Shared.MSysMan.Data.SVolumeRow.SetNameNull ( )
inline

assign NULL value

◆ SetParentVolumeNameNull()

void Ict.Petra.Shared.MSysMan.Data.SVolumeRow.SetParentVolumeNameNull ( )
inline

assign NULL value

◆ SetPathNull()

void Ict.Petra.Shared.MSysMan.Data.SVolumeRow.SetPathNull ( )
inline

assign NULL value

Property Documentation

◆ Comment

String Ict.Petra.Shared.MSysMan.Data.SVolumeRow.Comment
getset

Comment for the user.

◆ CreatedBy

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

User ID of who created this record.

◆ DateCreated

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

The date the record was created.

◆ DateModified

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

The date the record was modified.

◆ ModificationId

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

This identifies the current version of the record.

◆ ModifiedBy

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

User ID of who last modified this record.

◆ Name

String Ict.Petra.Shared.MSysMan.Data.SVolumeRow.Name
getset

Name (Identifier) for the volume.

◆ ParentVolumeName

String Ict.Petra.Shared.MSysMan.Data.SVolumeRow.ParentVolumeName
getset

Name of the parent volume (use either Path or Parent Volume)

◆ Path

String Ict.Petra.Shared.MSysMan.Data.SVolumeRow.Path
getset

Path information (use either Path or Parent Volume)


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