PropertyPathGrammar.TypeQualifiedPropertySyntax Class
Definition
public class PropertyPathGrammar.TypeQualifiedPropertySyntax
Constructors
| Name | Description |
|---|---|
| PropertyPathGrammar.TypeQualifiedPropertySyntax | No summary available. |
PropertyPathGrammar.TypeQualifiedPropertySyntax Constructor
public PropertyPathGrammar.TypeQualifiedPropertySyntax()
Methods
| Name | Description |
|---|---|
| Equals | No summary available. |
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
Properties
| Name | Description |
|---|---|
| Name | No summary available. |
| TypeName | No summary available. |
| TypeNamespace | No summary available. |
Name Property
public string Name { get; set; }
TypeName Property
public string TypeName { get; set; }
TypeNamespace Property
public string TypeNamespace { get; set; }