Click or drag to resize
GridTableViewRelation Class

A collection that stores GridRelationFields objects.

Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Kettic.AspNet.ControlsGridTableViewRelation

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class GridTableViewRelation : CollectionBase, 
	IStateManager

The GridTableViewRelation type exposes the following members.

Constructors
  NameDescription
Public methodGridTableViewRelation

Initializes a new instance of GridTableViewRelation.

Public methodGridTableViewRelation(GridRelationFields)

Initializes a new instance of GridTableViewRelation containing any array of GridRelationFields objects.

Public methodGridTableViewRelation(GridTableViewRelation)

Initializes a new instance of GridTableViewRelation based on another GridTableViewRelation.

Top
Methods
  NameDescription
Public methodAdd

Adds a GridRelationFields with the specified value to the GridTableViewRelation .

Public methodAddRange(GridRelationFields)

Copies the elements of an array to the end of the GridTableViewRelation.

Public methodAddRange(GridTableViewRelation)

Adds the contents of another GridTableViewRelation to the end of the collection.

Public methodClone
Public methodContains

Gets a value indicating whether the GridTableViewRelation contains the specified GridRelationFields.

Public methodCopyTo

Copies the GridTableViewRelation values to a one-dimensional Array instance at the specified index.

Public methodGetEnumerator

Returns an enumerator that can iterate through the GridTableViewRelation .

Public methodIndexOf

Returns the index of a GridRelationFields in the GridTableViewRelation .

Public methodInsert

Inserts a GridRelationFields into the GridTableViewRelation at the specified index.

Public methodLoadViewState
Public methodRemove

Removes a specific GridRelationFields from the GridTableViewRelation .

Public methodSaveViewState
Public methodTrackViewState
Top
Properties
  NameDescription
Public propertyIsTrackingViewState
Public propertyItem

Represents the entry at the specified index of the GridRelationFields.

Top
See Also

Reference

Kettic.AspNet.ControlsGridTableViewRelation