Click or drag to resize

RecroGridRGPropertyGetBasePropery Method

Ha a mező egy külső entitáshoz van kapcsolva, akkor visszaadja az EntityBase azon mezőjét, ahol az EntityBase.Alias megegyezik a mező ColName utolsó részével.

Namespace:  Recrovit.RecroGridFramework
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public RecroGridRGProperty GetBasePropery(
	IRGDataContext context,
	List<int> exclude
)

Parameters

context
Type: Recrovit.RecroGridFramework.DataIRGDataContext
The context.
exclude
Type: System.Collections.GenericListInt32
Excludes EntityId from Inheritance.

Return Value

Type: RecroGridRGProperty
Property or null.
See Also