OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow Class Reference

This is the degree to which a language is spoken, e.g. a little, phrases, fluent. More...

Inheritance diagram for Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow:

Public Member Functions

 PtLanguageLevelRow (System.Data.DataRowBuilder rb)
 Constructor. More...
 
virtual void InitValues ()
 set default values More...
 
bool IsLanguageLevelNull ()
 test for NULL value More...
 
void SetLanguageLevelNull ()
 assign NULL value More...
 
bool IsLanguageLevelDescrNull ()
 test for NULL value More...
 
void SetLanguageLevelDescrNull ()
 assign NULL value More...
 
bool IsUnassignableFlagNull ()
 test for NULL value More...
 
void SetUnassignableFlagNull ()
 assign NULL value More...
 
bool IsUnassignableDateNull ()
 test for NULL value More...
 
void SetUnassignableDateNull ()
 assign NULL value More...
 
bool IsDeletableFlagNull ()
 test for NULL value More...
 
void SetDeletableFlagNull ()
 assign NULL value More...
 
bool IsLanguageCommentNull ()
 test for NULL value More...
 
void SetLanguageCommentNull ()
 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

Int32 LanguageLevel [get, set]
 This field is a numeric representation of level of language. More...
 
String LanguageLevelDescr [get, set]
 Describes the level of fluency in a language. More...
 
Boolean UnassignableFlag [get, set]
 Can this contact still be listed? More...
 
System.? DateTime UnassignableDate [get, set]
 This is the date from which this contact can no longer be assigned. More...
 
Boolean DeletableFlag [get, set]
 Indicates if a record can be deleted. More...
 
String LanguageComment [get, set]
 Exhaustive explanation of the Language Level. 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

This is the degree to which a language is spoken, e.g. a little, phrases, fluent.

Constructor & Destructor Documentation

◆ PtLanguageLevelRow()

Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.PtLanguageLevelRow ( System.Data.DataRowBuilder  rb)
inline

Constructor.

Member Function Documentation

◆ InitValues()

virtual void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.InitValues ( )
inlinevirtual

set default values

◆ IsCreatedByNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsCreatedByNull ( )
inline

test for NULL value

◆ IsDateCreatedNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsDateCreatedNull ( )
inline

test for NULL value

◆ IsDateModifiedNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsDateModifiedNull ( )
inline

test for NULL value

◆ IsDeletableFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsDeletableFlagNull ( )
inline

test for NULL value

◆ IsLanguageCommentNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsLanguageCommentNull ( )
inline

test for NULL value

◆ IsLanguageLevelDescrNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsLanguageLevelDescrNull ( )
inline

test for NULL value

◆ IsLanguageLevelNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsLanguageLevelNull ( )
inline

test for NULL value

◆ IsModificationIdNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsModificationIdNull ( )
inline

test for NULL value

◆ IsModifiedByNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsModifiedByNull ( )
inline

test for NULL value

◆ IsUnassignableDateNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsUnassignableDateNull ( )
inline

test for NULL value

◆ IsUnassignableFlagNull()

bool Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.IsUnassignableFlagNull ( )
inline

test for NULL value

◆ SetCreatedByNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetCreatedByNull ( )
inline

assign NULL value

◆ SetDateCreatedNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetDateCreatedNull ( )
inline

assign NULL value

◆ SetDateModifiedNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetDateModifiedNull ( )
inline

assign NULL value

◆ SetDeletableFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetDeletableFlagNull ( )
inline

assign NULL value

◆ SetLanguageCommentNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetLanguageCommentNull ( )
inline

assign NULL value

◆ SetLanguageLevelDescrNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetLanguageLevelDescrNull ( )
inline

assign NULL value

◆ SetLanguageLevelNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetLanguageLevelNull ( )
inline

assign NULL value

◆ SetModificationIdNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetModificationIdNull ( )
inline

assign NULL value

◆ SetModifiedByNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetModifiedByNull ( )
inline

assign NULL value

◆ SetUnassignableDateNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetUnassignableDateNull ( )
inline

assign NULL value

◆ SetUnassignableFlagNull()

void Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.SetUnassignableFlagNull ( )
inline

assign NULL value

Property Documentation

◆ CreatedBy

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.CreatedBy
getset

User ID of who created this record.

◆ DateCreated

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.DateCreated
getset

The date the record was created.

◆ DateModified

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.DateModified
getset

The date the record was modified.

◆ DeletableFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.DeletableFlag
getset

Indicates if a record can be deleted.

◆ LanguageComment

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.LanguageComment
getset

Exhaustive explanation of the Language Level.

◆ LanguageLevel

Int32 Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.LanguageLevel
getset

This field is a numeric representation of level of language.

◆ LanguageLevelDescr

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.LanguageLevelDescr
getset

Describes the level of fluency in a language.

◆ ModificationId

DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.ModificationId
getset

This identifies the current version of the record.

◆ ModifiedBy

String Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.ModifiedBy
getset

User ID of who last modified this record.

◆ UnassignableDate

System.? DateTime Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.UnassignableDate
getset

This is the date from which this contact can no longer be assigned.

◆ UnassignableFlag

Boolean Ict.Petra.Shared.MPersonnel.Personnel.Data.PtLanguageLevelRow.UnassignableFlag
getset

Can this contact still be listed?


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