SliceUpdate members
Represents an update to the serializer’s data that occurs after the data has been sliced but before it has been serialized.
The SliceUpdate type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SliceUpdate | Default constructor. |
Top
Properties
Name | Description | |
---|---|---|
GetAfterColumnKey | Gets or sets a delegate, which provides a way to specify where newly added columns are to be placed within the overall collection of columns. During serialization, it will be called with the key of each new column being added, and should return the key of the existing column that should precede the column being inserted. | |
GridColumns | Gets or sets the collection of GridColumn objects to be appended in this SliceUpdate. | |
GridFields | Gets or sets the collection of GridField objects to be appended when this SliceUpdate is applied. | |
NewValues | Gets or sets values that will be added to the serializer's data when this SliceUpdate is applied. Represented as a two level map: record keys to field keys to cell values. | |
PivotedColumns | Gets or sets the collection of PivotedGridColumn objects to be appended when this SliceUpdate is applied. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top