CustomType
- class LOGS.Entities.CustomType.CustomType(ref=None, id=None, connection=None)[source]
Bases:
IEntityWithIntId,GenericPermissionEntity,INamedEntity,IUniqueEntity,ICreationRecord,IModificationRecord,ISoftDeletable,IRelatedEntity[CustomTypeRelations],IHierarchyType- property customFields: List[CustomField]
- property description: str | None
- property entityType: CustomTypeEntityType | None
- property hasRestrictedAddPermission: bool | None
- property hasRestrictedEditPermission: bool | None
- property hasRestrictedReadPermission: bool | None
- property inventoryDescription: str | None
- property inventoryName: str | None
- property isEnabled: bool | None
- property isHierarchyRoot: bool | None
- property parentTypes: List[CustomTypeMinimal] | None
- property relations: CustomTypeRelations | None
- property rootHierarchy: CustomTypeMinimal | None
- property sections: List[CustomTypeSection] | None