Version

DVS Class Members

The following tables list the members exposed by DVS.

Public Constructors
 NameDescription
Public ConstructorDVS ConstructorDVS; Delta View State is used to persist the web control's view state with page.  
Public Properties
 NameDescription
Public PropertySnapshotStateThe saved state.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)DigAndGetPropertyReflects and gets a property using the given path.  
Public Methodstatic (Shared in Visual Basic)DigAndSetPropertyReflects and sets a property using the given path.  
Public MethodGetChangesSinceLastSnapshotGets the changes in the component's state since the last snapshot was taken.  
Public MethodGetDefaultGets the default value at the specified index.  
Public Methodstatic (Shared in Visual Basic)GetProplistGets a list of properties for the given Type.  
Public MethodLoadViewStateLoads the ViewState for the given component.  
Public Methodstatic (Shared in Visual Basic)recurseAdds the given PropertyInfo to the list recursively, including sub-properties.  
Public MethodTakeSnapshotOfStateStores a snapshot of the component's state.  
Protected Methods
 NameDescription
Protected MethodGetCollectionDeltaGets the differing items between two lists.  
Protected MethodGetSimpleDeltaDetermines whether or not the snapshot state differs from the component state.  
See Also