Class GridViewPersistantPropertyProvider
Provider for storing grid information persistant
Inheritance
System.Object
GridViewPersistantPropertyProvider
Namespace: Simplic.UI.GridView
Assembly: Simplic.UI.dll
Syntax
public class GridViewPersistantPropertyProvider : ICustomPropertyProvider
Methods
| Improve this Doc View SourceGetCustomProperties()
Get column infor descriptions
Declaration
public CustomPropertyInfo[] GetCustomProperties()
Returns
Type | Description |
---|---|
CustomPropertyInfo[] |
InitializeObject(Object)
Initialize new persistantable gridview
Declaration
public void InitializeObject(object context)
Parameters
Type | Name | Description |
---|---|---|
System.Object | context |
InitializeValue(CustomPropertyInfo, Object)
- Current not used! -
Declaration
public object InitializeValue(CustomPropertyInfo customPropertyInfo, object context)
Parameters
Type | Name | Description |
---|---|---|
CustomPropertyInfo | customPropertyInfo | |
System.Object | context |
Returns
Type | Description |
---|---|
System.Object |
ProvideValue(CustomPropertyInfo, Object)
Get values from provider
Declaration
public object ProvideValue(CustomPropertyInfo customPropertyInfo, object context)
Parameters
Type | Name | Description |
---|---|---|
CustomPropertyInfo | customPropertyInfo | |
System.Object | context |
Returns
Type | Description |
---|---|
System.Object |
RestoreValue(CustomPropertyInfo, Object, Object)
Restolre serialized values
Declaration
public void RestoreValue(CustomPropertyInfo customPropertyInfo, object context, object value)
Parameters
Type | Name | Description |
---|---|---|
CustomPropertyInfo | customPropertyInfo | |
System.Object | context | |
System.Object | value |