Method FillArray
FillArray(List<QActionTableRow>, DateTime?)
Sets the content of the table to the provided content.
public object FillArray(List<QActionTableRow> rows, DateTime? timeInfo = null)
Parameters
rowsList<QActionTableRow>The rows of the table.
timeInfoDateTime?Timestamp.
Returns
Remarks
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<QActionTableRow>, DateTime?, bool)
Sets the content of the table to the provided content.
public object FillArray(List<QActionTableRow> rows, DateTime? timeInfo, bool useClearAndLeave)
Parameters
rowsList<QActionTableRow>The rows of the table.
timeInfoDateTime?Timestamp.
useClearAndLeaveboolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<QActionTableRow>, bool)
Sets the content of the table to the provided content.
public object FillArray(List<QActionTableRow> rows, bool useClearAndLeave)
Parameters
rowsList<QActionTableRow>The rows of the table.
useClearAndLeaveboolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<object[]>, DateTime?)
Sets the content of the table to the provided content.
public object FillArray(List<object[]> columns, DateTime? timeInfo = null)
Parameters
Returns
Remarks
- This overload is supported from DataMiner 10.2.7 onwards (RN 28573).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<object[]>, DateTime?, bool)
Sets the content of the table to the provided content.
public object FillArray(List<object[]> columns, DateTime? timeInfo, bool useClearAndLeave)
Parameters
columnsList<object[]>The columns of the table.
timeInfoDateTime?Timestamp.
useClearAndLeaveboolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(List<object[]>, bool)
Sets the content of the table to the provided content.
public object FillArray(List<object[]> columns, bool useClearAndLeave)
Parameters
columnsList<object[]>The columns of the table.
useClearAndLeaveboolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(object[], DateTime?)
Sets the content of the table to the provided content.
public object FillArray(object[] columns, DateTime? timeInfo = null)
Parameters
Returns
Remarks
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(object[], DateTime?, bool)
Sets the content of the table to the provided content.
public object FillArray(object[] columns, DateTime? timeInfo, bool useClearAndLeave)
Parameters
columnsobject[]The columns of the table.
timeInfoDateTime?Timestamp.
useClearAndLeaveboolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(object[], bool)
Sets the content of the table to the provided content.
public object FillArray(object[] columns, bool useClearAndLeave)
Parameters
columnsobject[]The columns of the table.
useClearAndLeaveboolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(QActionTableRow[], DateTime?)
Sets the content of the table to the provided content.
public object FillArray(QActionTableRow[] rows, DateTime? timeInfo = null)
Parameters
rowsQActionTableRow[]The rows of the table.
timeInfoDateTime?Timestamp.
Returns
Remarks
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(QActionTableRow[], DateTime?, bool)
Sets the content of the table to the provided content.
public object FillArray(QActionTableRow[] rows, DateTime? timeInfo, bool useClearAndLeave)
Parameters
rowsQActionTableRow[]The rows of the table.
timeInfoDateTime?Timestamp.
useClearAndLeaveboolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.
FillArray(QActionTableRow[], bool)
Sets the content of the table to the provided content.
public object FillArray(QActionTableRow[] rows, bool useClearAndLeave)
Parameters
rowsQActionTableRow[]The rows of the table.
useClearAndLeaveboolIndicates to consider the values corresponding with protocol.Clear and protocol.Leave as cell actions instead of an actual cell value.
Returns
Remarks
- This overload is supported from DataMiner 10.4.2 onwards (RN 38153).
- In case the table contained rows with other primary keys than the ones provided in the method call, these rows will be removed. In case this is undesired, use the FillArrayNoDelete method instead.
- In case the data contains null references, the corresponding cells will be cleared.