csc.model.Setting¶
- class csc.model.Setting¶
Setting class
This class serves to represent int or bool value that using in the update calculation.
- Variables
id – Get csc.model.DataId
object_id – Get csc.model.ObjectId
name – Get string
type – Get int
mode – Get csc.model.SettingMode
- Parameters
object_id (csc.model.ObjectId) – object_id
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: csc.model.Setting, id: csc.model.SettingId, object_id: csc.model.ObjectId, name: str, type: int) -> None
__init__(self: csc.model.Setting, object_id: csc.model.ObjectId, name: str, type: int) -> None
Methods
__init__
(*args, **kwargs)Overloaded function.
Attributes
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: csc.model.Setting, id: csc.model.SettingId, object_id: csc.model.ObjectId, name: str, type: int) -> None
__init__(self: csc.model.Setting, object_id: csc.model.ObjectId, name: str, type: int) -> None
- __module__ = 'csc.model'¶
- property id¶
- property mode¶
- property name¶
- property object_id¶
- property type¶