Class FetchPlanFragment
Inheritance
System.Object
FetchPlanFragment
Namespace: Telerik.OpenAccess.SPI
Assembly: Telerik.OpenAccess.dll
Syntax
public class FetchPlanFragment
Constructors
FetchPlanFragment(String, String[], Boolean, String)
Declaration
public FetchPlanFragment(string fullName, string[] path, bool associative, string ext)
Parameters
|
System.String
fullName
|
|
System.String[]
path
|
|
System.Boolean
associative
|
|
System.String
ext
|
FetchPlanFragment(Type, String[], Boolean, String)
Declaration
public FetchPlanFragment(Type t, string[] path, bool associative, string ext)
Parameters
|
System.Type
t
|
|
System.String[]
path
|
|
System.Boolean
associative
|
|
System.String
ext
|
Fields
SeparatorAssociative
Declaration
public const string SeparatorAssociative = "#"
Field Value
|
System.String
|
SeparatorPath
Declaration
public const string SeparatorPath = "|"
Field Value
|
System.String
|
Properties
IsAssociative
Declaration
public bool IsAssociative { get; }
Property Value
|
System.Boolean
|
Path
Declaration
public string[] Path { get; }
Property Value
|
System.String[]
|
PathExtension
Declaration
public string PathExtension { get; }
Property Value
|
System.String
|
TypeName
Declaration
public string TypeName { get; }
Property Value
|
System.String
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
|
System.Object
obj
|
Returns
|
System.Boolean
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
|
System.Int32
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|
Overrides
System.Object.ToString()