一个 PropertyPathPart 表示路径的单个元素。
PropertyPathPartKind.Name -> ".{name}" PropertyPathPartKind.Index -> "[{index}]" PropertyPathPartKind.Key -> "[{key}]"
索引 | 部分的索引。仅在使用 PropertyPathPartKind.Index 时设置。 |
IsIndex | 如果该部分为 PropertyPathPartKind.Index,则返回 true。 |
IsKey | 如果该部分为 PropertyPathPartKind.Key,则返回 true。 |
IsName | 如果该部分为 PropertyPathPartKind.Name,则返回 true。 |
键 | 部分的键。仅在使用 PropertyPathPartKind.Key 时设置。 |
种类 | 此路径的 PropertyPathPartKind。这决定了算法如何解析路径。 |
名称 | 部分的名称。仅在使用 PropertyPathPartKind.Name 时设置。 |
PropertyPathPart | 使用指定的名称初始化一个新的 PropertyPathPart。 |
Equals | 指示此实例和指定对象是否相等。 |