Class MetadataObjectPath
Inheritance
System.Object
MetadataObjectPath
Namespace: Telerik.Reporting.Data.Schema
Assembly: Telerik.Reporting.Data.Schema.dll
Syntax
public class MetadataObjectPath
Properties
IsEmpty
Declaration
public bool IsEmpty { get; }
Property Value
System.
|
Lenght
Declaration
public int Lenght { get; }
Property Value
System.
|
Root
Declaration
public string Root { get; }
Property Value
System.
|
Methods
FromPath(String)
Declaration
public static MetadataObjectPath FromPath(string path)
Parameters
System.
|
Returns
Subpath(Int32)
Declaration
public MetadataObjectPath Subpath(int index)
Parameters
System.
|
Returns
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()