ErrorCheckOptionCollection
Contents
[
Hide
]ErrorCheckOptionCollection class
Represents all error check option.
class ErrorCheckOptionCollection;
Methods
| Method | Description |
|---|---|
| get(number) | Gets ErrorCheckOption object by the given index. |
| add() | Add an error check option. |
| getCount() | @deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in. |
| isNull() | Checks whether the implementation object is null. |
get(number)
Gets ErrorCheckOption object by the given index.
get(index: number) : ErrorCheckOption;
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | number | The index |
Returns
Return ErrorCheckOption object
add()
Add an error check option.
add() : number;
getCount()
@deprecated. Please use the ‘count’ property instead. Gets the number of elements contained in.
getCount() : number;
isNull()
Checks whether the implementation object is null.
isNull() : boolean;