PropertyPathPart Constructor

Declaration

public PropertyPathPart(string name);

Parameters

name The name of the part.

Description

Initializes a new PropertyPathPart with the specified name.


Declaration

public PropertyPathPart(int index);

Parameters

index The index of the part.

Description

Initializes a new PropertyPathPart with the specified index.


Declaration

public PropertyPathPart(object key);

Parameters

key The key of the part.

Description

Initializes a new PropertyPathPart with the specified key.


Did you find this page useful? Please give it a rating: