ConnectedEntity
- class LOGS.Entity.ConnectedEntity.ConnectedEntity(ref=None, connection=None)[source]
Bases:
SerializableContent- property cacheDir: str | None
- property cacheId: str
- checkAndConvert(value, fieldType, fieldName=None, converter=None, allowNone=False)[source]
- Return type:
TypeVar(_T)
- classmethod checkAndConvertWithConnection(value, fieldType, fieldName=None, converter=None, allowNone=False, connection=None)[source]
- Return type:
TypeVar(_T)
- checkListAndConvert(value, fieldType, fieldName=None, converter=None, allowNone=False, singleToList=False, length=-1)[source]
- Return type:
List[TypeVar(_T)]
- classmethod checkListAndConvertWithConnection(value, fieldType, fieldName=None, converter=None, allowNone=False, connection=None)[source]
- Return type:
List[TypeVar(_T)]
- property identifier