Click or drag to resize

RecroGridRGEntitySaveRGProperties Method

A tulajdonságok tárolása adatbázisba, majd újraolvassa az adatbázisból.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
public List<RecroGridRGProperty> SaveRGProperties(
	IRecroGridContext rgContext,
	IRGDataContext context,
	List<RecroGridRGProperty> rgProperties
)

Parameters

rgContext
Type: Recrovit.RecroGridFrameworkIRecroGridContext
The RecroGrid context.
context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
rgProperties
Type: System.Collections.GenericListRecroGridRGProperty
The properties.

Return Value

Type: ListRecroGridRGProperty
The properties.
See Also