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.
|
System.
|
System.
|
System.
|
FetchPlanFragment(Type, String[], Boolean, String)
Declaration
public FetchPlanFragment(Type t, string[] path, bool associative, string ext)
Parameters
System.
|
System.
|
System.
|
System.
|
Fields
SeparatorAssociative
Declaration
public const string SeparatorAssociative = "#"
Field Value
System.
|
SeparatorPath
Declaration
public const string SeparatorPath = "|"
Field Value
System.
|
Properties
IsAssociative
Declaration
public bool IsAssociative { get; }
Property Value
System.
|
Path
Declaration
public string[] Path { get; }
Property Value
System.
|
PathExtension
Declaration
public string PathExtension { get; }
Property Value
System.
|
TypeName
Declaration
public string TypeName { get; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.Object.Equals(System.Object)
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
System.Object.GetHashCode()
ToString()
Declaration
public override string ToString()
Returns
System.
|
Overrides
System.Object.ToString()