Click or drag to resize

Case Class

Represents Case (project).
Inheritance Hierarchy
SystemObject
  Severa.Entities.APICase
    Severa.Entities.APIInvoiceOriginDetailsCaseDetails

Namespace: Severa.Entities.API
Assembly: Severa.Entities.API (in Severa.Entities.API.dll) Version: 1.0.0
Syntax
public class Case

The Case type exposes the following members.

Constructors
 NameDescription
Public methodCaseInitializes a new instance of the Case class
Top
Properties
 NameDescription
Public propertyAccountGUID Account GUID.
Public propertyAccountName Account name.
Public propertyAccountNumber Account number.
Public propertyBillingAddress Not in use.
Public propertyBillingAddressGUID Case billing address GUID.
Public propertyBillingInternalNotes Not in use.
Public propertyBillingNotesBeforeGrid Invoicing notes.
Public propertyBusinessUnitGUID Business unit GUID of the case.
Public propertyBusinessUnitName Name of case's Business unit.
Public propertyBusinessUnitNumber Number of case's Business unit.
Public propertyCaseCompanyCurrencyGUID GUID of the case's company's currency. This is the base currency of the case.
Public propertyCaseNumber Case number.
Public propertyCaseOwnerUserCode Case owner code.
Public propertyCaseOwnerUserGUID Case owner GUID.
Public propertyClosedDate Date when Case was closed.
Public propertyCompletionEstimate Estimate for how much of the case is complete (percentage of total hours).
Public propertyContactGUID Account contact GUID.
Public propertyCostCenterGUID Identifies case cost center.
Public propertyCostCenterNumber Case cost center Identifier from Settings.
Public propertyCurrencyGUID GUID of the invoicing currency of the case.
Public propertyCurrencyShortform The ISO code of the case's invoicing currency.
Public propertyCurrencyShortformOfCaseCompanyCurrency The ISO code of the case's company's currency.
Public propertyCurrentCaseStatusDescription Description of the current status of the case.
Public propertyCurrentCaseStatusGUID Identifies the current status of the case.
Public propertyCurrentCaseStatusInsertTs The time in UTC when the case got its current status.
Public propertyDeadlineDate The deadline date for the case (read only).
Public propertyDescription Description / Notes of the Case.
Public propertyExpectedValue Expected value in the case's company's currency. The value is stored in case's invoicing currency, but recalculated for SOAP. Therefore on currency rate changes for some of these currencies, value may change.
Public propertyGUID Unique identifier of Case.
Public propertyIncludeExceptions OBSOLETED: Pricelists in Severa 3 are changed in structure, so exceptions for Phases, Users and Work types are handled different way. Case.IncludeExceptions is not used at all.
Public propertyIncludeOverTime Defines if overtime multiplier is used when work hours are invoiced.
Public propertyInsertTs Timestamp when Case was inserted.
Public propertyInternalName Case short name.
Public propertyInvoiceTemplateGUID Invoice template GUID.
Public propertyIsClosed Case open or closed.
Public propertyIsDailyAllowanceBillable Defines if per diem travel entries are invoiced from the customer.
Public propertyIsInternal Identifies if the case is customer case or internal case.
Public propertyIsMileageBillable Defines if mileage travel entries are invoiced from the customer.
Public propertyIsOtherTravelExpensesBillable Defines if other travel expense entries are invoiced from the customer.
Public propertyLatestEstimationDate Not in use.
Public propertyLeadRating Not in use.
Public propertyLeadSourceGUID Lead source GUID.
Public propertyName Case name.
Public propertyOrderNumber Order number of the Case.
Public propertyOurReference Our reference.
Public propertyOverdueInterest Not in use.
Public propertyPaymentTerm Payment term of the Case.
Public propertyPricelistGUID Price list GUID of the Case.
Public propertyPricingRule Not in use.
Public propertyPricingType OBSOLETED: Pricelists in Severa 3 are changed in structure, so exceptions for Phases, Users and Work types are handled different way. Case.PricingType is not used at all.
Public propertyPriority Not in use.
Public propertyProbability Sales probability of the case.
Public propertyRootTaskGUID Identifies the phase (task), which is the root of the Case.
Public propertySalesCloseDate Sales close date of the case.
Public propertySalesPersonUserCode Sales person Code.
Public propertySalesPersonUserGUID Sales person User GUID.
Public propertySalesProcessGUID Identifies the sales process of the case.
Public propertySalesStatusGUID Sales status GUID.
Public propertySharedToExtranet True when the case is shared in Extranet.
Public propertyStartDate The start date for the case (read only).
Public propertyUpdatedTs Timestamp when Case was last updated.
Public propertyUrlToCase Direct URL to the case.
Public propertyUseDefaultProductsInWorkTimeEntry Setting to have products from Settings available when users are making work hour entries to case.
Public propertyUseDefaultWorkTypes Setting to have work types from Settings available when users are making work hour entries to case.
Public propertyYourReference Your reference.
Top
See Also