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

The ExpenseTypeInfo type exposes the following members.

Constructors

  NameDescription
Public methodExpenseTypeInfoOverloaded.

Methods

  NameDescription
Public methodCompareTo
Public methodEquals (Overrides Object..::.Equals(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 (Overrides Object..::.GetHashCode()()().)
Public methodGetObjectData
Gets the object data using the SerializationInfo and the StreamingContext.
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 methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAllowBillableModify
Shows whether modifications are allowed on the billable option for the expenses created using this type.
Public propertyExpenseName
The name of the expense type.
Public propertyExpenseTypeAndBillable
Public propertyExpenseTypeId
The unique identifier for the expense type.
Public propertyExpenseTypeKey
The expense type key for the expense type.
Public propertyExpenseTypeUniqueId
The expense template detail identifier for the expense type.
Public propertyGroupId
The group identifier for the group which owns the expense template.
Public propertyIsActive
Gets or set a expense type IsActive.Valid values are "Y" (type is active) or "N" (type is not active).
Public propertyIsBillable
Shows whether the expense created by this type is billable. The values can either be "Y" or "N".
Public propertyIsDetailMandatory
Shows if the detail is mandatory on the expense that uses this type.
Public propertyTemplateExpenseTypeName
The expense type name on the template.

See Also