CustomFieldModels
- class LOGS.Entities.CustomFieldModels.CustomFieldDataType(value)[source]
Bases:
EnumAn enumeration.
- Attachment = 'Attachment'
- Barcode = 'Barcode'
- Boolean = 'Boolean'
- Dataset = 'Dataset'
- DatasetArray = 'DatasetArray'
- Date = 'Date'
- DateArray = 'DateArray'
- DateTime = 'DateTime'
- DateTimeArray = 'DateTimeArray'
- DateTimeRange = 'DateTimeRange'
- Float = 'Float'
- FloatArray = 'FloatArray'
- Integer = 'Integer'
- IntegerArray = 'IntegerArray'
- InventoryItem = 'InventoryItem'
- InventoryItemArray = 'InventoryItemArray'
- LabNotebook = 'LabNotebook'
- LabNotebookArray = 'LabNotebookArray'
- LabNotebookEntry = 'LabNotebookEntry'
- LabNotebookEntryArray = 'LabNotebookEntryArray'
- LabNotebookExperiment = 'LabNotebookExperiment'
- LabNotebookExperimentArray = 'LabNotebookExperimentArray'
- Method = 'Method'
- MethodArray = 'MethodArray'
- Person = 'Person'
- PersonArray = 'PersonArray'
- Project = 'Project'
- ProjectArray = 'ProjectArray'
- Sample = 'Sample'
- SampleArray = 'SampleArray'
- String = 'String'
- StringArray = 'StringArray'
- Time = 'Time'
- TimeArray = 'TimeArray'
- TimeRange = 'TimeRange'
- Url = 'Url'
- UrlArray = 'UrlArray'
- class LOGS.Entities.CustomFieldModels.CustomFieldValueType(value)[source]
Bases:
EnumAn enumeration.
- CustomField = 'CustomField'
- CustomTypeSection = 'CustomTypeSection'
- class LOGS.Entities.CustomFieldModels.CustomFieldValuesSearchPredicate(value)[source]
Bases:
EnumAn enumeration.
- AND = 'AND'
- OR = 'OR'
- class LOGS.Entities.CustomFieldModels.CustomTypeEntityType(value)[source]
Bases:
EnumAn enumeration.
- Dataset = 'Dataset'
- InventoryItem = 'InventoryItem'
- Person = 'Person'
- Project = 'Project'
- Sample = 'Sample'
- class LOGS.Entities.CustomFieldModels.CustomTypeEntityTypeMapper[source]
Bases:
object- classmethod getClass(entityType)[source]
- Return type:
Type[IEntityWithIntId]