TechTalk Genome v4.2

GenomeDataSourceView Methods

The methods of the GenomeDataSourceView class are listed below. For a complete list of GenomeDataSourceView class members, see the GenomeDataSourceView Members topic.

Public Static Methods

GetOqlSortExpression

Protected Static Methods

GetPersistentElementType

Public Instance Methods

Delete (inherited from DataSourceView)Performs an asynchronous delete operation on the list of data that the DataSourceView object represents.
Equals (inherited from Object)Determines whether the specified object is equal to the current object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
Insert (inherited from DataSourceView)Performs an asynchronous insert operation on the list of data that the DataSourceView object represents.
Select (inherited from DataSourceView)Gets a list of data asynchronously from the underlying data storage.
ToString (inherited from Object)Returns a string that represents the current object.
Update (inherited from DataSourceView)Performs an asynchronous update operation on the list of data that the DataSourceView object represents.

Protected Instance Methods

ConvertPropertyValue
CreateObject
CreateResult
ExecuteDelete
ExecuteInsert
ExecuteSelect
ExecuteUpdate
Finalize (inherited from Object)Allows an object to attempt to free resources and perform other cleanup operations before the object is reclaimed by garbage collection.
GetDataDomain
GetDataDomainByRole
GetObjectByKeyValues
GetPropertyByName
MemberwiseClone (inherited from Object)Creates a shallow copy of the current object.
OnDataSourceViewChanged (inherited from DataSourceView)Raises the DataSourceView.DataSourceViewChanged event.
OnDeleted
OnDeleting
OnInserted
OnInserting
OnPinning
OnSelected
OnSelecting
OnUpdated
OnUpdating
RaiseUnsupportedCapabilityError (inherited from DataSourceView)Called by the DataSourceSelectArguments.RaiseUnsupportedCapabilitiesError method to compare the capabilities requested for an DataSourceView.ExecuteSelect operation against those that the view supports.
UpdateProperties

Explicit Interface Implementations

IStateManager.get_IsTrackingViewState
IStateManager.LoadViewState
IStateManager.SaveViewState
IStateManager.TrackViewState

See Also

GenomeDataSourceView Class | TechTalk.Genome.Extensions.Web.UI Namespace