Class
FieldDescriptorNamePair

This class represents a mapping between two fields names.

Definition

Namespace:Telerik.Windows.Data

Assembly:Telerik.Windows.Data.dll

Syntax:

cs-api-definition
public class FieldDescriptorNamePair

Inheritance: objectFieldDescriptorNamePair

Constructors

FieldDescriptorNamePair()

Initializes a new instance of the FieldDescriptorNamePair class.

Declaration

cs-api-definition
public FieldDescriptorNamePair()

FieldDescriptorNamePair(string, string)

Initializes a new instance of the FieldDescriptorNamePair class.

Declaration

cs-api-definition
public FieldDescriptorNamePair(string parentDescriptorFieldName, string childFieldDescriptorName)

Parameters

parentDescriptorFieldName

string

Name of the parent descriptor field.

childFieldDescriptorName

string

Name of the child field descriptor.

Properties

ChildFieldDescriptorName

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.

Declaration

cs-api-definition
public string ChildFieldDescriptorName { get; set; }

Property Value

string

The name of the child field descriptor.

ParentFieldDescriptorName

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.

Declaration

cs-api-definition
public string ParentFieldDescriptorName { get; set; }

Property Value

string

The name of the parent field descriptor.