BCEnvironmentGetFieldPathDefinition Method |
Returns a Field-Path definition object in which the given property participates.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.25.0)
Syntaxpublic BCFieldPathDefinition GetFieldPathDefinition(
BCPropertyDef propertyDef
)
Public Function GetFieldPathDefinition (
propertyDef As BCPropertyDef
) As BCFieldPathDefinition
public:
BCFieldPathDefinition^ GetFieldPathDefinition(
BCPropertyDef^ propertyDef
)
member GetFieldPathDefinition :
propertyDef : BCPropertyDef -> BCFieldPathDefinition
Parameters
- propertyDef
- Type: BlueCieloECM.InnoCielo.Meridian.ServerBCPropertyDef
The definition of the property that the Field-Path definition will return.
Return Value
Type:
BCFieldPathDefinition
The Field-Path definition object in which the given property participates,
or null if the property is not part of the Field-Path definition.
See Also