[This is preliminary documentation and is subject to change.]

The Constants type exposes the following members.

Constructors

  NameDescription
Public methodConstants

Methods

  NameDescription
Public methodStatic memberDecimalValidationLooseRegularExpression
Regular expression for the decimal expression loosely
Public methodStatic memberDecimalValidationRegularExpressionOverloaded.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberNumericValidationRegularExpressionOverloaded.
Public methodStatic memberTimesheetTimeRegularExpression
Validates a signed decimal of any length.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberAccountingTrialPeriodUsersMin
This is the minimum number of users added to th accounting table if accounting is turned off.
Public fieldStatic memberApplicationEndingProgram
This is where the application will be redirected when the session is over
Public fieldStatic memberApplicationNameExpenses
This name should be exactly same as the name of the timesheet program in the application table.
Public fieldStatic memberApplicationNameTimesheets
This name should be exactly same as the name of the expense report program in the application table.
Public fieldStatic memberApplicationStartupProgram
This is where the application will be send back after exit or logout
Public fieldStatic memberBooleanNo
Defines boolean value Yes will be interpreted in the tracker
Public fieldStatic memberBooleanUnspecified
Defines boolean value Unspecified will be interpreted in the tracker
Public fieldStatic memberBooleanYes
Defines boolean value Yes will be interpreted in the tracker
Public fieldStatic membercompatibleMicrosoftAccountingAddInVersion
Gives the compatible MS Accounting addin version. This means that this version of the product will work effectively with the MS Accounting add in version mentioned. If the versions do not match then the MS Accounting addin will not work.
Public fieldStatic membercompatibleOfflineTimeExpenseVersion
Gives the compatible Offline Timesheet version. This means that this version of the product will work effectively with the Offline Timesheet add in version mentioned. If the versions do not match then the Offline Timesheet addin will not work.
Public fieldStatic membercompatibleOutlookAddInVersion
Gives the compatible outlook addin version. This means that this version of the product will work effectively with the outlook add in version mentioned. If the versions do not match then the outlook addin will not work.
Public fieldStatic membercompatibleQuickbooksAddInVersion
Gives the compatible Quickbooks addin version. This means that this version of the product will work effectively with the quickbooks add in version mentioned. If the versions do not match then the Quickbooks addin will not work.
Public fieldStatic memberDBDateMaxValue
The sql server max date is not same as the .net maxvalue, so this will be used to pass to the sql server.
Public fieldStatic memberDBDateMinValue
The sql server min date is not same as the .net minvalue, so this will be used for the sql server
Public fieldStatic memberDefaultDevelopmentFolder
The default development folder, for internal OfficeClip use
Public fieldStatic memberdefaultTEAllowSelfApprove
The default time and expenses self approve status
Public fieldStatic memberdefaultTENumberOfRows
The default time and expenses number of rows on the entry screen
Public fieldStatic memberdefaultTEWeekStartDay
The default Time & Expenses start day
Public fieldStatic memberdocGifTypes
A list of all the document types. This is used to show the bitmaps of these types in the document management screen
Public fieldStatic memberEmailAddressMultipleValidationRegularExpression
The regular expression for validating Multiple Email Addresses
Public fieldStatic memberEmailAddressValidationRegularExpression
The regular expression for validating Email Address
Public fieldStatic memberFixedHugeTextName
The huge text (usually 64K for sql server 2005 but 4K for sql server 2000
Public fieldStatic memberFixedLongTextName
The long text field name, usually reserved for description, resolution and comments. Only used in the service layer.
Public fieldStatic memberIsCodeProtected
The name of the variable used to internally keep track of code changes. Helps separate what needs to go into release and what doesn't need to.
Public fieldStatic memberLicenseValidErrFlag
The license validate error flag, is checked during login
Public fieldStatic membermaxRowsToShowTopButtons
The maximum number of rows so that the top buttons are shows when the row number exceeds this value
Public fieldStatic memberNotAvailable
The value is not available. This should be used to return undeterministic return value from the library.
Public fieldStatic memberNumberOfPeriodForwards
Public fieldStatic memberOneKB
numeric value of bytes in one kilobyte
Public fieldStatic memberOneMB
numberic value of bytes in one megabyte
Public fieldStatic memberOutlookContactsName
The name of the outlook address book that is created for synchronization with outlook
Public fieldStatic memberpatchLevel
The patch level, this entry and the assembly info file version should be changed for each patch.
Public fieldStatic memberPercentageReqularValidationExpression
The regular expression for percentage
Public fieldStatic memberproductSignature
The signature of the OfficeClip product. This signature may appear in various places including the browser title.
Public fieldStatic memberproductVersion
The current OfficeClip product version. The product version consists of Major Version number, Minor Version number and the Release number. This constant need to be changed every time a new release is made.
Public fieldStatic memberResTraceFlag
The Trace nuame for the appliction level resource
Public fieldStatic memberSelectAll
Constants for all the selection in the checkbox or list box
Public fieldStatic memberUdfBooleanName
The default udf boolean name, used to denote decimals
Public fieldStatic memberUdfDateName
The default udf date name
Public fieldStatic memberUdfDecimalName
The default udf decimal name, used to denote decimals
Public fieldStatic memberUdfEMailName
The default udf email name
Public fieldStatic memberUdfListName
The default udf list name
Public fieldStatic memberUdfNumberName
The default udf number name, used to denote numbers
Public fieldStatic memberUdfTextName
The default udf text name
Public fieldStatic memberUdfUserName
The default udf user name
Public fieldStatic memberWorkflowStatusSaved
The name of the saved workflow status

Properties

  NameDescription
Public propertyStatic memberBlank
Returns the blank string in various locale.
Public propertyStatic memberPrivateFolderName
Returns the default private folder name alias
Public propertyStatic memberSelect
Returns the select string in various locale.
Public propertyStatic memberUnspecified
Returns the unspecified string in various locale.

See Also