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

The BusinessConstants type exposes the following members.

Constructors

  NameDescription
Public methodBusinessConstants

Methods

  NameDescription
Public methodStatic memberDefaultAccessAppend
Default value of the append access
Public methodStatic memberDefaultAccessDelete
default value of the delete access
Public methodStatic memberDefaultAccessRead
Default value of the read access
Public methodStatic memberDefaultAccessWrite
Default value of the write access
Public methodStatic memberEnabledAccessAppend
Shows if the append access can be enabled for a particular object type
Public methodStatic memberEnabledAccessDelete
Shows if the delete access can be enabled for the object type
Public methodStatic memberEnabledAccessRead
Shows if the read access can be enabled for a particular object type
Public methodStatic memberEnabledAccessWrite
Shows if the write access can be enabled for a particular object type.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExpensePaymentName
Returns the name of the expense payment type
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 methodStatic memberGetApplicationNameFromObjectId
Returns the application name given the object type id
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 methodStatic memberGetHtmlAccessString
Gets the Html access string for a combination of the access values
Public methodStatic memberGetObjectLevelColor
Gets the color corresponding to the various object levels. This is used to display various object types on the screen.
Public methodStatic memberGetObjectNameFromObjectType
Gets the object name from the object type id
Public methodStatic memberGetObjectTypes
Gets the type of the object
Public methodStatic memberGetTaskPriorityName
Gets the string name of the task priority
Public methodStatic memberGetTaskStatics
Gets the task static information. this contains the id and name for various task enumerated types.
Public methodStatic memberGetTaskStatusName
gets the task status name from the enumerated type
Public methodStatic memberGetTaskTypeName
Gets the string name of the task type
Public methodStatic memberGetTimesheetPeriodName
Returns the name of the timesheet period
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsSecurityObjectType
Returns if the object is associated with the security type
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberTestPasswordStrength
Tests the password strength based on the policy
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberCalendarBusyColor
Busy color of the calendar event
Public fieldStatic memberCalendarFreeAlternateColor
Free alternate color of the calendar event
Public fieldStatic memberCalendarFreeColor
Free color of the calendar event
Public fieldStatic memberCalendarNoneColor
Color when nothing is selected
Public fieldStatic memberCalendarOutOfOfficeColor
Out of Office color of the calendar event
Public fieldStatic memberCalendarTentativeColor
Tentative color of the calendar event
Public fieldStatic memberOCBlankEmail
The blank email address
Public fieldStatic memberSecurityObjectSize
The size of the security object

Properties

  NameDescription
Public propertyStatic memberSqlNVarCharMaxLimit
Limit imposed by the varchar size for the sql database. Returns 32000 if the sql server is 2005, or 4000 if it is 2000
Public propertyStatic memberTitleString
Returns the title string to be shown on the title bar of the browser

See Also