Returns a Field-Path definition object in which the given property participates.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
C# |
---|
public BCFieldPathDefinition GetFieldPathDefinition( BCPropertyDef propertyDef ) |
Visual Basic |
---|
Public Function GetFieldPathDefinition ( _ propertyDef As BCPropertyDef _ ) As BCFieldPathDefinition |
Visual C++ |
---|
public: BCFieldPathDefinition^ GetFieldPathDefinition( BCPropertyDef^ propertyDef ) |
Parameters
- propertyDef
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..BCPropertyDef
The definition of the property that the Field-Path definition will return.