This class represents a mapping between two fields names.
Definition
Namespace:Telerik.Windows.Data
Assembly:Telerik.Windows.Data.dll
Syntax:
C#
public class FieldDescriptorNamePair
Inheritance: objectFieldDescriptorNamePair
Constructors
Initializes a new instance of the FieldDescriptorNamePair class.
C#
public FieldDescriptorNamePair()
Initializes a new instance of the FieldDescriptorNamePair class.
Properties
Gets or sets the name of the child field descriptor. This property points to the field descriptor from the child data source in a relation.
C#
public string ChildFieldDescriptorName { get; set; }
The name of the child field descriptor.
Gets or sets the name of the parent field descriptor. This property points to the field descriptor from the parent data source in a relation.
C#
public string ParentFieldDescriptorName { get; set; }
The name of the parent field descriptor.