IMinute Methods

The following tables list the members exposed by the IMinute type.

Methods
 
Name Description
Public method ClearRowValues(int) Clears all data on a particular row, just as it is after you insert a new row.
Public method DeleteRow(int, int, bool) Deletes one or more rows from the minute.
Public method GetBlob(int, string, ref string) Reads the content of the blob belonging to a column of a minute row.
Public method GetFieldValue(int, string) Returns a value of a specified field from a minute cell.
Public method GetFieldsValues(int, int, List<String>, bool) Returns values of multiple fields in multiple rows in a minute.
Public method GetFullData() Gets the full data of the minute - all rows with all specified fields.
Public method GetMultipleTaskInGanttAssignation(int) Returns an IGanttTasksAssignation object representing Gantt Tasks being referenced in the row. It is to be used when multiple Gantt tasks are pointed out by the same row.
Public method GetRowsCount() Returns the count of rows in the minute.
Public method GetSetImageAsObject(int) Gets the information about inputs to the set.
Public method GetSetImageAsWorkbook(int) Gets a workbook image of the workbook being in the set database used to fill in the row.
Public method GetTypeOfSetImage(int) Determines the type of the set image being in the minute row.
Public method GroupRows(int, int) Groups specified rows.
Public method InsertRows(int, int) Inserts one or more empty rows into the minute.
Public method InsertSetAtRow(int, string, int, string, double) Inserts a set into a minute from the specified database.
Public method InsertSetAtRow(int, string, int, string, double, InputFieldsFromSetImage) Inserts a set into a minute from the specified database.
Public method SetFieldValue(int, string, object) Writes a value to a minute cell.
Public method SetFieldValue(int, Dictionary<StringObject>) Writes values to a minute row.
Public method StoreBlob(int, string, byte[], string) Writes a blob to a row to the specified column.
Public method StoreSetImageAsObject(int, InputFieldsFromSetImage) Stores the information about inputs to the set.
Public method UngroupRows(int, int) Ungroups specified rows.
Public method UpdateRowsFromDatabases(int, int, List<String>, List<String>, List<String>) Updates specified rows when they come from article databases.
Public method UpdateValuesConditionally(string, object, string, object, WhereConditionType, bool) Updates field values of the minute if the minute row satisfies the test condition.
Top

In this article

Definition