csc.update.SettingFunctionAttributeId¶
- class csc.update.SettingFunctionAttributeId¶
SettingFunctionAttributeId is defined by the SettingFunctionId and the index of the attribute
Implements the SettingFunctionAttributeId.
- Variables
function_id – Get SettingFunctionId
attribute_index – Get index of the attribute
attribute_sub_index – Get index of the attribute in array
- __init__(self: csc.update.SettingFunctionAttributeId, function_id: csc.model.SettingFunctionId, attribute_index: int, attribute_sub_index: int = 0) None ¶
Methods
__init__
(self, function_id, attribute_index)Attributes
- __init__(self: csc.update.SettingFunctionAttributeId, function_id: csc.model.SettingFunctionId, attribute_index: int, attribute_sub_index: int = 0) None ¶
- __module__ = 'csc.update'¶
- property attribute_index¶
- property attribute_sub_index¶
- property function_id¶