Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

Wasabi.Person.API.Employee

class Wasabi.Person.API.Employee extends Wasabi.Person.API.Person

Property Inventory

Properties

property Active as %Boolean;
Property methods: ActiveDisplayToLogical(), ActiveGet(), ActiveIsValid(), ActiveLogicalToDisplay(), ActiveLogicalToXSD(), ActiveNormalize(), ActiveSet(), ActiveXSDToLogical()
property Email as Wasabi.Common.DT.Email;
Property methods: EmailDisplayToLogical(), EmailGet(), EmailIsValid(), EmailLogicalToDisplay(), EmailLogicalToOdbc(), EmailNormalize(), EmailSet()
property HireDate as %Date;
Property methods: HireDateDisplayToLogical(), HireDateGet(), HireDateIsValid(), HireDateLogicalToDisplay(), HireDateLogicalToOdbc(), HireDateLogicalToXSD(), HireDateNormalize(), HireDateOdbcToLogical(), HireDateSet(), HireDateXSDToLogical()
property Jobs as list of Wasabi.Data.Job;
Property methods: JobsBuildValueArray(), JobsCollectionToDisplay(), JobsCollectionToOdbc(), JobsDisplayToCollection(), JobsGet(), JobsGetObject(), JobsGetObjectId(), JobsGetSwizzled(), JobsIsValid(), JobsOdbcToCollection(), JobsSet(), JobsSetObject(), JobsSetObjectId()
property Location as Wasabi.Data.AddressPersistent;
Property methods: LocationGet(), LocationGetObject(), LocationGetObjectId(), LocationGetSwizzled(), LocationIsValid(), LocationNewObject(), LocationSet(), LocationSetObject(), LocationSetObjectId(), LocationUnSwizzle()
property Manager as Wasabi.Data.Employee;
Property methods: ManagerGet(), ManagerGetObject(), ManagerGetObjectId(), ManagerGetSwizzled(), ManagerIsValid(), ManagerNewObject(), ManagerSet(), ManagerSetObject(), ManagerSetObjectId(), ManagerUnSwizzle()
property Picture as %Stream.GlobalBinary;
Property methods: PictureDelete(), PictureGet(), PictureGetObject(), PictureGetObjectId(), PictureGetSwizzled(), PictureIsValid(), PictureNewObject(), PictureOid(), PictureOpen(), PictureSet(), PictureSetObject(), PictureSetObjectId(), PictureUnSwizzle()
property SSN as %String;
Property methods: SSNDisplayToLogical(), SSNGet(), SSNIsValid(), SSNLogicalToDisplay(), SSNLogicalToOdbc(), SSNNormalize(), SSNSet()
property SeparationDate as %Date;
Property methods: SeparationDateDisplayToLogical(), SeparationDateGet(), SeparationDateIsValid(), SeparationDateLogicalToDisplay(), SeparationDateLogicalToOdbc(), SeparationDateLogicalToXSD(), SeparationDateNormalize(), SeparationDateOdbcToLogical(), SeparationDateSet(), SeparationDateXSDToLogical()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab