CustomFieldModels

class LOGS.Entities.CustomFieldModels.CustomFieldDataType(value)[source]

Bases: Enum

An 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'
SharedContent = 'SharedContent'
SharedContentArray = 'SharedContentArray'
String = 'String'
StringArray = 'StringArray'
Time = 'Time'
TimeArray = 'TimeArray'
TimeRange = 'TimeRange'
Url = 'Url'
UrlArray = 'UrlArray'
class LOGS.Entities.CustomFieldModels.CustomFieldValueType(value)[source]

Bases: Enum

An enumeration.

CustomField = 'CustomField'
CustomTypeSection = 'CustomTypeSection'
class LOGS.Entities.CustomFieldModels.CustomFieldValuesSearchPredicate(value)[source]

Bases: Enum

An enumeration.

AND = 'AND'
OR = 'OR'
class LOGS.Entities.CustomFieldModels.CustomTypeEntityType(value)[source]

Bases: Enum

An enumeration.

Dataset = 'Dataset'
InventoryItem = 'InventoryItem'
Person = 'Person'
Project = 'Project'
Sample = 'Sample'
class LOGS.Entities.CustomFieldModels.CustomTypeEntityTypeMapper[source]

Bases: object

classmethod Dataset()[source]
classmethod InventoryItem()[source]
classmethod Person()[source]
classmethod Project()[source]
classmethod Sample()[source]
classmethod getClass(entityType)[source]
Return type:

Type[IEntityWithIntId]