Public Member Functions | |
| __getitem__ (self, int index) | |
| __init__ (self, _api.FailureObjectGroupCol failureObjectGroupCol) | |
| __iter__ (self) | |
| __len__ (self) | |
| FailureObjectGroup | Get (self, int id) |
| FailureObjectGroup | Get (self, item1=None) |
| FailureObjectGroup | Get (self, str name) |
| FailureObjectGroup | Get (self, types.ObjectGroup objectGroup) |
| Get FailureObjectGroup by hyperx.api.types.ObjectGroup enum. | |
| Public Member Functions inherited from hyperx.api.IdNameEntityCol | |
| __init__ (self, _api.IdNameEntityCol idNameEntityCol) | |
| Public Member Functions inherited from hyperx.api.IdEntityCol | |
| __init__ (self, _api.IdEntityCol idEntityCol) | |
| bool | Contains (self, int id) |
| int | Count (self) |
Properties | |
| FailureObjectGroupColList = property | |
| Properties inherited from hyperx.api.IdNameEntityCol | |
| Names = property | |
| Properties inherited from hyperx.api.IdEntityCol | |
| Ids = property | |
Additional Inherited Members | |
| Protected Attributes inherited from hyperx.api.IdNameEntityCol | |
| _CollectedClass = T | |
| Protected Attributes inherited from hyperx.api.IdEntityCol | |
| _Entity = idEntityCol | |
| hyperx.api.FailureObjectGroupCol.__init__ | ( | self, | |
| _api.FailureObjectGroupCol | failureObjectGroupCol ) |
| hyperx.api.FailureObjectGroupCol.__getitem__ | ( | self, | |
| int | index ) |
| hyperx.api.FailureObjectGroupCol.__iter__ | ( | self | ) |
| hyperx.api.FailureObjectGroupCol.__len__ | ( | self | ) |
| FailureObjectGroup hyperx.api.FailureObjectGroupCol.Get | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| FailureObjectGroup hyperx.api.FailureObjectGroupCol.Get | ( | self, | |
| item1 = None ) |
Get FailureObjectGroup by hyperx.api.types.ObjectGroup enum.
Reimplemented from hyperx.api.IdNameEntityCol.
| FailureObjectGroup hyperx.api.FailureObjectGroupCol.Get | ( | self, | |
| str | name ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| FailureObjectGroup hyperx.api.FailureObjectGroupCol.Get | ( | self, | |
| types.ObjectGroup | objectGroup ) |
Get FailureObjectGroup by hyperx.api.types.ObjectGroup enum.
Reimplemented from hyperx.api.IdNameEntityCol.
|
static |