Public Member Functions | |
| __getitem__ (self, int index) | |
| __init__ (self, _api.FailureCriterionCol failureCriterionCol) | |
| __iter__ (self) | |
| __len__ (self) | |
| FailureCriterion | Get (self, int id) |
| FailureCriterion | Get (self, item1=None) |
| FailureCriterion | Get (self, str name) |
| FailureCriterion | GetByIdentifier (self, str identifier) |
| Get a hyperx.api.FailureCriterion by hyperx.api.FailureCriterion.Identifier. | |
| 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 | |
| FailureCriterionColList = 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.FailureCriterionCol.__init__ | ( | self, | |
| _api.FailureCriterionCol | failureCriterionCol ) |
| hyperx.api.FailureCriterionCol.__getitem__ | ( | self, | |
| int | index ) |
| hyperx.api.FailureCriterionCol.__iter__ | ( | self | ) |
| hyperx.api.FailureCriterionCol.__len__ | ( | self | ) |
| FailureCriterion hyperx.api.FailureCriterionCol.Get | ( | self, | |
| int | id ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| FailureCriterion hyperx.api.FailureCriterionCol.Get | ( | self, | |
| item1 = None ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| FailureCriterion hyperx.api.FailureCriterionCol.Get | ( | self, | |
| str | name ) |
Reimplemented from hyperx.api.IdNameEntityCol.
| FailureCriterion hyperx.api.FailureCriterionCol.GetByIdentifier | ( | self, | |
| str | identifier ) |
Get a hyperx.api.FailureCriterion by hyperx.api.FailureCriterion.Identifier.
Throws a System.Collections.Generic.KeyNotFoundException if a hyperx.api.FailureCriterion with the identifier is not found.
| Collections.Generic.KeyNotFoundException |
|
static |