Skip to content

GroupOperation

reference
1 min readUpdated

Kind: Class

Source: Pams/Web/Pams.WebApp/Client/app/core/models/dashboard-data-fields.ts (line 222)

Part of: Pams

Methods

MethodSignatureReturns
SetStoredNameSetStoredName(name: string)void
GetFieldNameGetFieldName()string
SetFieldNameSetFieldName(name: string)void
GetTypeGetType()DateGroupEnum
SetTypeSetType(type: DateGroupEnum)void
GetCaptionGetCaption()string
SetCaptionSetCaption(input: string)void
SetDataTypeSetDataType(ty: DataTypeEnum)void
GetDataTypeGetDataType()DataTypeEnum
isHiddenisHidden()boolean
setHiddensetHidden(flag: boolean)void

Properties

PropertyType
CertainYearnumber
GetStoredNameany

Where it refuses work

  • GroupOperation stops the work with an early return when this.Field.StoredName.
  • GroupOperation stops the work with an early return when this.Field.FieldName.

Was this page helpful?

Download as PDF