OpenPetra
Free Administration Software for Non-Profits
Ict.Petra.Shared.MCommon.MCommonConstants Class Reference

this class defines some data types that can be used for Office Specific Data Labels More...

Static Public Attributes

const System.Data.IsolationLevel CACHEABLEDT_ISOLATIONLEVEL = IsolationLevel.ReadCommitted
 Cacheable DataTables: Isolation Level used when reading them into memory More...
 
const String USERDEFAULT_IMPORTEDDATESMAYBEINTEGERS = "ImportedDatesMayBeIntegers"
 todoComment More...
 
static readonly string StrImportInformation = Catalog.GetString("Import Information")
 'Import Information' More...
 
static readonly string StrExceptionWhileParsingLine = Catalog.GetString("An exception occurred while parsing line {0}")
 'An exception occurred while parsing line {0}' More...
 
static readonly string StrExceptionWhileSavingTransactions = Catalog.GetString("An exception occurred while saving the transactions")
 'An exception occurred while saving the transactions' More...
 
static readonly string StrExceptionWhileSavingBatch
 'An exception occurred while saving the batch number {0}' More...
 
static readonly string StrDuplicateKeyExceptionWhileSavingBatch1
 'DuplicateKey exception while saving a batch' - part 1 More...
 
static readonly string StrDuplicateKeyExceptionWhileSavingBatch2
 'DuplicateKey exception while saving a batch' - part 2 More...
 
static readonly string StrDuplicateKeyExceptionWhileSavingBatch3
 'DuplicateKey exception while saving a batch' - part 3 More...
 
static readonly string StrParsingErrorInLine = Catalog.GetString("Parsing error in Line {0}")
 'Parsing error in Line {0}' More...
 
static readonly string StrParsingErrorInLineColumn = Catalog.GetString("Parsing error in line {0} - column '{1}'")
 'Parsing error in line {0} - column '{1}'' More...
 
static readonly string StrImportInformationForLine = Catalog.GetString("Import information for Line {0}")
 'Import information for Line {0}' More...
 
static readonly string StrImportValidationWarningInLine = Catalog.GetString("Import validation warning in Line {0}")
 'Import validation warning in Line {0}' More...
 
static readonly string StrImportValidationErrorInLine = Catalog.GetString("Import validation error in Line {0}")
 'Import validation error in Line {0}' More...
 
static readonly string StrValidationErrorInLine = Catalog.GetString("Validation error in line {0}")
 'Validation error in line {0}' More...
 
static readonly string StrErrorAddingTransactions = Catalog.GetString("Error adding transactions")
 'Error adding transactions' More...
 
static readonly string StrHintReviewJournalContent = Catalog.GetString("Please review the current content of this Journal")
 'Error adding transactions' More...
 
const String OFFICESPECIFIC_DATATYPE_CHAR = "char"
 string More...
 
const String OFFICESPECIFIC_DATATYPE_FLOAT = "float"
 decimal numbers More...
 
const String OFFICESPECIFIC_DATATYPE_DATE = "date"
 date More...
 
const String OFFICESPECIFIC_DATATYPE_TIME = "time"
 time More...
 
const String OFFICESPECIFIC_DATATYPE_INTEGER = "integer"
 integer More...
 
const String OFFICESPECIFIC_DATATYPE_CURRENCY = "currency"
 currency values More...
 
const String OFFICESPECIFIC_DATATYPE_BOOLEAN = "boolean"
 logical More...
 
const String OFFICESPECIFIC_DATATYPE_PARTNERKEY = "partnerkey"
 partner key More...
 
const String OFFICESPECIFIC_DATATYPE_LOOKUP = "lookup"
 lookup, refering to another table More...
 
const String FORM_CODE_SYSTEM = "SYSTEM"
 System More...
 
const String FORM_CODE_PARTNER = "PARTNER"
 Partner More...
 
const String FORM_CODE_PERSONNEL = "PERSONNEL"
 Personnel More...
 
const String FORM_CODE_CONFERENCE = "CONFERENCE"
 Conference More...
 
const String FORM_CODE_CHEQUE = "CHEQUE"
 Cheque More...
 
const String FORM_CODE_RECEIPT = "RECEIPT"
 Receipt More...
 
const String FORM_CODE_REMITTANCE = "REMITTANCE"
 Remittance More...
 
const string FORM_TYPE_CODE_STANDARD = "STANDARD"
 Form Design Type Code More...
 
const string FORM_TYPE_CODE_STANDARD_DESCRIPTION = "Standard Form or Letter"
 Form Design Type Code More...
 
const string FORM_TYPE_CODE_LABEL = "LABEL"
 Form Design Type Code More...
 
const string FORM_TYPE_CODE_LABEL_DESCRIPTION = "Special Form for Label Printing"
 Form Design Type Code More...
 
const string FORM_OPTION_ALL = "All"
 Form Design Gift Options More...
 
const string FORM_OPTION_GIFT_IN_KIND_ONLY = "Gift in Kind Only"
 Form Design Gift Options More...
 
const string FORM_OPTION_GIFTS_ONLY = "Gifts Only"
 Form Design Gift Options More...
 
const string FORM_OPTION_OTHER = "Other"
 Form Design Gift Options More...
 
const string FORM_OPTION_ADJUSTMENTS_ONLY = "Adjustments Only"
 Form Design Adjustment Options More...
 
const string FORM_OPTION_EXCLUDE_ADJUSTMENTS = "Exclude Adjustments"
 Form Design Adjustment Options More...
 
const string FORM_OPTION_BEST_EMAIL = "Best"
 Form Design Email Options More...
 
const string FORM_OPTION_SPLIT_EMAIL = "Split"
 Form Design Email Options More...
 
const string FORM_LETTER_CONTEXT_PARTNER_LETTER = "PARTNERLETTER"
 Form Letter Contexts More...
 
const string FORM_LETTER_CONTEXT_PARTNER_LABEL = "PARTNERLABEL"
 Form Letter Contexts More...
 
const string FORM_LETTER_CONTEXT_PERSONNEL = "PERSONNEL"
 Form Letter Contexts More...
 
const string FORM_LETTER_CONTEXT_CONFERENCE = "CONFERENCE"
 Form Letter Contexts More...
 

Detailed Description

this class defines some data types that can be used for Office Specific Data Labels

Member Data Documentation

◆ CACHEABLEDT_ISOLATIONLEVEL

const System.Data.IsolationLevel Ict.Petra.Shared.MCommon.MCommonConstants.CACHEABLEDT_ISOLATIONLEVEL = IsolationLevel.ReadCommitted
static

Cacheable DataTables: Isolation Level used when reading them into memory

◆ FORM_CODE_CHEQUE

const String Ict.Petra.Shared.MCommon.MCommonConstants.FORM_CODE_CHEQUE = "CHEQUE"
static

Cheque

◆ FORM_CODE_CONFERENCE

const String Ict.Petra.Shared.MCommon.MCommonConstants.FORM_CODE_CONFERENCE = "CONFERENCE"
static

Conference

◆ FORM_CODE_PARTNER

const String Ict.Petra.Shared.MCommon.MCommonConstants.FORM_CODE_PARTNER = "PARTNER"
static

Partner

◆ FORM_CODE_PERSONNEL

const String Ict.Petra.Shared.MCommon.MCommonConstants.FORM_CODE_PERSONNEL = "PERSONNEL"
static

Personnel

◆ FORM_CODE_RECEIPT

const String Ict.Petra.Shared.MCommon.MCommonConstants.FORM_CODE_RECEIPT = "RECEIPT"
static

Receipt

◆ FORM_CODE_REMITTANCE

const String Ict.Petra.Shared.MCommon.MCommonConstants.FORM_CODE_REMITTANCE = "REMITTANCE"
static

Remittance

◆ FORM_CODE_SYSTEM

const String Ict.Petra.Shared.MCommon.MCommonConstants.FORM_CODE_SYSTEM = "SYSTEM"
static

System

◆ FORM_LETTER_CONTEXT_CONFERENCE

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_LETTER_CONTEXT_CONFERENCE = "CONFERENCE"
static

Form Letter Contexts

◆ FORM_LETTER_CONTEXT_PARTNER_LABEL

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_LETTER_CONTEXT_PARTNER_LABEL = "PARTNERLABEL"
static

Form Letter Contexts

◆ FORM_LETTER_CONTEXT_PARTNER_LETTER

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_LETTER_CONTEXT_PARTNER_LETTER = "PARTNERLETTER"
static

Form Letter Contexts

◆ FORM_LETTER_CONTEXT_PERSONNEL

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_LETTER_CONTEXT_PERSONNEL = "PERSONNEL"
static

Form Letter Contexts

◆ FORM_OPTION_ADJUSTMENTS_ONLY

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_OPTION_ADJUSTMENTS_ONLY = "Adjustments Only"
static

Form Design Adjustment Options

◆ FORM_OPTION_ALL

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_OPTION_ALL = "All"
static

Form Design Gift Options

◆ FORM_OPTION_BEST_EMAIL

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_OPTION_BEST_EMAIL = "Best"
static

Form Design Email Options

◆ FORM_OPTION_EXCLUDE_ADJUSTMENTS

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_OPTION_EXCLUDE_ADJUSTMENTS = "Exclude Adjustments"
static

Form Design Adjustment Options

◆ FORM_OPTION_GIFT_IN_KIND_ONLY

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_OPTION_GIFT_IN_KIND_ONLY = "Gift in Kind Only"
static

Form Design Gift Options

◆ FORM_OPTION_GIFTS_ONLY

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_OPTION_GIFTS_ONLY = "Gifts Only"
static

Form Design Gift Options

◆ FORM_OPTION_OTHER

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_OPTION_OTHER = "Other"
static

Form Design Gift Options

◆ FORM_OPTION_SPLIT_EMAIL

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_OPTION_SPLIT_EMAIL = "Split"
static

Form Design Email Options

◆ FORM_TYPE_CODE_LABEL

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_TYPE_CODE_LABEL = "LABEL"
static

Form Design Type Code

◆ FORM_TYPE_CODE_LABEL_DESCRIPTION

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_TYPE_CODE_LABEL_DESCRIPTION = "Special Form for Label Printing"
static

Form Design Type Code

◆ FORM_TYPE_CODE_STANDARD

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_TYPE_CODE_STANDARD = "STANDARD"
static

Form Design Type Code

◆ FORM_TYPE_CODE_STANDARD_DESCRIPTION

const string Ict.Petra.Shared.MCommon.MCommonConstants.FORM_TYPE_CODE_STANDARD_DESCRIPTION = "Standard Form or Letter"
static

Form Design Type Code

◆ OFFICESPECIFIC_DATATYPE_BOOLEAN

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_BOOLEAN = "boolean"
static

logical

◆ OFFICESPECIFIC_DATATYPE_CHAR

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_CHAR = "char"
static

string

◆ OFFICESPECIFIC_DATATYPE_CURRENCY

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_CURRENCY = "currency"
static

currency values

◆ OFFICESPECIFIC_DATATYPE_DATE

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_DATE = "date"
static

date

◆ OFFICESPECIFIC_DATATYPE_FLOAT

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_FLOAT = "float"
static

decimal numbers

◆ OFFICESPECIFIC_DATATYPE_INTEGER

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_INTEGER = "integer"
static

integer

◆ OFFICESPECIFIC_DATATYPE_LOOKUP

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_LOOKUP = "lookup"
static

lookup, refering to another table

◆ OFFICESPECIFIC_DATATYPE_PARTNERKEY

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_PARTNERKEY = "partnerkey"
static

partner key

◆ OFFICESPECIFIC_DATATYPE_TIME

const String Ict.Petra.Shared.MCommon.MCommonConstants.OFFICESPECIFIC_DATATYPE_TIME = "time"
static

time

◆ StrDuplicateKeyExceptionWhileSavingBatch1

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrDuplicateKeyExceptionWhileSavingBatch1
static
Initial value:
= Catalog.GetString(
"The data could not be saved because the Batch Number that was available at the start of the import had already been used. ")

'DuplicateKey exception while saving a batch' - part 1

◆ StrDuplicateKeyExceptionWhileSavingBatch2

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrDuplicateKeyExceptionWhileSavingBatch2
static
Initial value:
= Catalog.GetString(
"This could be because another user was importing batches at the same time as you. ")

'DuplicateKey exception while saving a batch' - part 2

◆ StrDuplicateKeyExceptionWhileSavingBatch3

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrDuplicateKeyExceptionWhileSavingBatch3
static
Initial value:
= Catalog.GetString(
"Please try to import the same file again, because another attempt may well be successful.")

'DuplicateKey exception while saving a batch' - part 3

◆ StrErrorAddingTransactions

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrErrorAddingTransactions = Catalog.GetString("Error adding transactions")
static

'Error adding transactions'

◆ StrExceptionWhileParsingLine

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrExceptionWhileParsingLine = Catalog.GetString("An exception occurred while parsing line {0}")
static

'An exception occurred while parsing line {0}'

◆ StrExceptionWhileSavingBatch

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrExceptionWhileSavingBatch
static
Initial value:
= Catalog.GetString(
"An exception occurred while saving the batch with description: '{0}'")

'An exception occurred while saving the batch number {0}'

◆ StrExceptionWhileSavingTransactions

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrExceptionWhileSavingTransactions = Catalog.GetString("An exception occurred while saving the transactions")
static

'An exception occurred while saving the transactions'

◆ StrHintReviewJournalContent

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrHintReviewJournalContent = Catalog.GetString("Please review the current content of this Journal")
static

'Error adding transactions'

◆ StrImportInformation

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrImportInformation = Catalog.GetString("Import Information")
static

'Import Information'

◆ StrImportInformationForLine

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrImportInformationForLine = Catalog.GetString("Import information for Line {0}")
static

'Import information for Line {0}'

◆ StrImportValidationErrorInLine

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrImportValidationErrorInLine = Catalog.GetString("Import validation error in Line {0}")
static

'Import validation error in Line {0}'

◆ StrImportValidationWarningInLine

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrImportValidationWarningInLine = Catalog.GetString("Import validation warning in Line {0}")
static

'Import validation warning in Line {0}'

◆ StrParsingErrorInLine

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrParsingErrorInLine = Catalog.GetString("Parsing error in Line {0}")
static

'Parsing error in Line {0}'

◆ StrParsingErrorInLineColumn

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrParsingErrorInLineColumn = Catalog.GetString("Parsing error in line {0} - column '{1}'")
static

'Parsing error in line {0} - column '{1}''

◆ StrValidationErrorInLine

readonly string Ict.Petra.Shared.MCommon.MCommonConstants.StrValidationErrorInLine = Catalog.GetString("Validation error in line {0}")
static

'Validation error in line {0}'

◆ USERDEFAULT_IMPORTEDDATESMAYBEINTEGERS

const String Ict.Petra.Shared.MCommon.MCommonConstants.USERDEFAULT_IMPORTEDDATESMAYBEINTEGERS = "ImportedDatesMayBeIntegers"
static

todoComment


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