OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow Class Reference

Store information about the physical location of a file linked into Petra. More...

Inheritance diagram for Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow:

Public Member Functions

 PFileInfoRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsKeyNull ()
 test for NULL value More...
 
void SetKeyNull ()
 assign NULL value More...
 
bool IsPartnerKeyNull ()
 test for NULL value More...
 
void SetPartnerKeyNull ()
 assign NULL value More...
 
bool IsVolumeNameNull ()
 test for NULL value More...
 
void SetVolumeNameNull ()
 assign NULL value More...
 
bool IsPathNull ()
 test for NULL value More...
 
void SetPathNull ()
 assign NULL value More...
 
bool IsFileNameNull ()
 test for NULL value More...
 
void SetFileNameNull ()
 assign NULL value More...
 
bool IsNameNull ()
 test for NULL value More...
 
void SetNameNull ()
 assign NULL value More...
 
bool IsFileTypeNull ()
 test for NULL value More...
 
void SetFileTypeNull ()
 assign NULL value More...
 
bool IsCommentNull ()
 test for NULL value More...
 
void SetCommentNull ()
 assign NULL value More...
 
bool IsRestrictedNull ()
 test for NULL value More...
 
void SetRestrictedNull ()
 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

Int64 Key [get, set]
 
Int64 PartnerKey [get, set]
 Partner key that the file is linked with (needed for performance reasons) More...
 
String VolumeName [get, set]
 Volume this file can be found in (use either volume or path) More...
 
String Path [get, set]
 Path this file can be found in (use either volume or path) More...
 
String FileName [get, set]
 File name this file can be found under in given volume or path. More...
 
String Name [get, set]
 Internal name of the file, different from actual file name. More...
 
String FileType [get, set]
 Information about the file type. More...
 
String Comment [get, set]
 Comment for the user. More...
 
Boolean Restricted [get, set]
 Indicates whether or not the file info has restricted access. If it does then the access will be controlled by s_group_file_info. 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

Store information about the physical location of a file linked into Petra.

Constructor & Destructor Documentation

◆ PFileInfoRow()

Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.PFileInfoRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.InitValues ( )
inlinevirtual

set default values

◆ IsCommentNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsCommentNull ( )
inline

test for NULL value

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsFileNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsFileNameNull ( )
inline

test for NULL value

◆ IsFileTypeNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsFileTypeNull ( )
inline

test for NULL value

◆ IsKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsKeyNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsNameNull ( )
inline

test for NULL value

◆ IsPartnerKeyNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsPartnerKeyNull ( )
inline

test for NULL value

◆ IsPathNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsPathNull ( )
inline

test for NULL value

◆ IsRestrictedNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsRestrictedNull ( )
inline

test for NULL value

◆ IsVolumeNameNull()

bool Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.IsVolumeNameNull ( )
inline

test for NULL value

◆ SetCommentNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetCommentNull ( )
inline

assign NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetFileNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetFileNameNull ( )
inline

assign NULL value

◆ SetFileTypeNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetFileTypeNull ( )
inline

assign NULL value

◆ SetKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetKeyNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetNameNull ( )
inline

assign NULL value

◆ SetPartnerKeyNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetPartnerKeyNull ( )
inline

assign NULL value

◆ SetPathNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetPathNull ( )
inline

assign NULL value

◆ SetRestrictedNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetRestrictedNull ( )
inline

assign NULL value

◆ SetVolumeNameNull()

void Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.SetVolumeNameNull ( )
inline

assign NULL value

Property Documentation

◆ Comment

String Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.Comment
getset

Comment for the user.

◆ CreatedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.DateModified
getset

The date the record was modified.

◆ FileName

String Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.FileName
getset

File name this file can be found under in given volume or path.

◆ FileType

String Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.FileType
getset

Information about the file type.

◆ Key

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.Key
getset

◆ ModificationId

DateTime Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.ModifiedBy
getset

User ID of who last modified this record.

◆ Name

String Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.Name
getset

Internal name of the file, different from actual file name.

◆ PartnerKey

Int64 Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.PartnerKey
getset

Partner key that the file is linked with (needed for performance reasons)

◆ Path

String Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.Path
getset

Path this file can be found in (use either volume or path)

◆ Restricted

Boolean Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.Restricted
getset

Indicates whether or not the file info has restricted access. If it does then the access will be controlled by s_group_file_info.

◆ VolumeName

String Ict.Petra.Shared.MPartner.Partner.Data.PFileInfoRow.VolumeName
getset

Volume this file can be found in (use either volume or path)


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