Class
FetchFieldAttribute

Definition

Namespace:Telerik.OpenAccess

Assembly:Telerik.OpenAccess.dll

Syntax:

cs-api-definition
[AttributeUsage(AttributeTargets.Field, AllowMultiple = true)]
public sealed class FetchFieldAttribute : Attribute

Inheritance: objectAttributeFetchFieldAttribute

Constructors

FetchFieldAttribute(string)

Declaration

cs-api-definition
public FetchFieldAttribute(string fetchGroupName)

Parameters

fetchGroupName

string

Properties

Depth

Declaration

cs-api-definition
public int Depth { get; set; }

Property Value

int

KeyDepth

Declaration

cs-api-definition
public int KeyDepth { get; set; }

Property Value

int

KeyNext

Declaration

cs-api-definition
public string KeyNext { get; set; }

Property Value

string

KeyPath

Declaration

cs-api-definition
public string KeyPath { get; set; }

Property Value

string

Name

Declaration

cs-api-definition
public string Name { get; }

Property Value

string

Next

Declaration

cs-api-definition
public string Next { get; set; }

Property Value

string

Path

Declaration

cs-api-definition
public string Path { get; set; }

Property Value

string