Class: OrgDto
Org DTO
Extends
Implements
Constructors
new OrgDto()
new OrgDto():
OrgDto
Returns
Inherited from
Properties
| Property | Type | Default value | Description | Inherited from |
|---|---|---|---|---|
active | boolean | true | Active | - |
dateCreated | Date | undefined | Date created | OrgInterface.dateCreated CommonEntityDto.dateCreated |
dateDeleted | AuditDateDeleted | undefined | Date deleted | OrgInterface.dateDeleted CommonEntityDto.dateDeleted |
dateUpdated | Date | undefined | Date updated | OrgInterface.dateUpdated CommonEntityDto.dateUpdated |
id | string | undefined | - | OrgInterface.id CommonEntityDto.id |
name | string | '' | Name | - |
owner | ReferenceIdInterface<string> | undefined | Owner | - |
version | number | undefined | Version | OrgInterface.version CommonEntityDto.version |