Get, set the dictionary of delegates, pointing to the data method for performing
selection of PositionedRelations (relation with specific position information for each item).
The dictionary is indexed by type of target for the relations object to retrieve.
Namespace: Cartella.InterfacesAssembly: CartellaData (in CartellaData.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
Dictionary<string, SelectPositionedRelationsProcedure> Procedures_SelectPositionedRelations { get; set; } |
Visual Basic |
---|
Property Procedures_SelectPositionedRelations As Dictionary(Of String, SelectPositionedRelationsProcedure)
Get
Set |
Visual C++ |
---|
property Dictionary<String^, SelectPositionedRelationsProcedure^>^ Procedures_SelectPositionedRelations {
Dictionary<String^, SelectPositionedRelationsProcedure^>^ get ();
void set (Dictionary<String^, SelectPositionedRelationsProcedure^>^ value);
} |
Field Value
Dictionary<Type, SelectPositionedRelationsProcedure>
See Also