Search Results for

    Show / Hide Table of Contents

    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 Source

    GetCustomProperties()

    Get column infor descriptions

    Declaration
    public CustomPropertyInfo[] GetCustomProperties()
    Returns
    Type Description
    CustomPropertyInfo[]
    | Improve this Doc View Source

    InitializeObject(Object)

    Initialize new persistantable gridview

    Declaration
    public void InitializeObject(object context)
    Parameters
    Type Name Description
    System.Object context
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    | Improve this Doc View Source

    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
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx