CustomFieldModels

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

Bases: Enum

An enumeration.

Boolean = 'Boolean'
Dataset = 'Dataset'
DatasetArray = 'DatasetArray'
Date = 'Date'
DateArray = 'DateArray'
DateTime = 'DateTime'
DateTimeArray = 'DateTimeArray'
DateTimeRange = 'DateTimeRange'
EntityBarCode = 'EntityBarCode'
Float = 'Float'
FloatArray = 'FloatArray'
Instrument = 'Instrument'
InstrumentArray = 'InstrumentArray'
Integer = 'Integer'
IntegerArray = 'IntegerArray'
Inventory = 'Inventory'
InventoryArray = 'InventoryArray'
LabNotebook = 'LabNotebook'
LabNotebookArray = 'LabNotebookArray'
LabNotebookEntry = 'LabNotebookEntry'
LabNotebookEntryArray = 'LabNotebookEntryArray'
LabNotebookExperiment = 'LabNotebookExperiment'
LabNotebookExperimentArray = 'LabNotebookExperimentArray'
Method = 'Method'
MethodArray = 'MethodArray'
Organization = 'Organization'
OrganizationArray = 'OrganizationArray'
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'
ViewableEntity = 'ViewableEntity'
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'