Share via


ExpandTermToken Constructors

Definition

Overloads

ExpandTermToken(PathSegmentToken)

Create an expand term token using only a property

ExpandTermToken(PathSegmentToken, SelectToken, ExpandToken)

Create an expand term using only the property and its subexpand/select

ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken)

Create an expand term token

ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken, ComputeToken)

Create an expand term token

ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken, ComputeToken, IEnumerable<QueryToken>)

Create an expand term token

ExpandTermToken(PathSegmentToken)

Create an expand term token using only a property

public ExpandTermToken (Microsoft.OData.UriParser.PathSegmentToken pathToNavigationProp);
new Microsoft.OData.UriParser.ExpandTermToken : Microsoft.OData.UriParser.PathSegmentToken -> Microsoft.OData.UriParser.ExpandTermToken
Public Sub New (pathToNavigationProp As PathSegmentToken)

Parameters

pathToNavigationProp
PathSegmentToken

the path to the navigation property

Applies to

ExpandTermToken(PathSegmentToken, SelectToken, ExpandToken)

Create an expand term using only the property and its subexpand/select

public ExpandTermToken (Microsoft.OData.UriParser.PathSegmentToken pathToNavigationProp, Microsoft.OData.UriParser.SelectToken selectOption, Microsoft.OData.UriParser.ExpandToken expandOption);
new Microsoft.OData.UriParser.ExpandTermToken : Microsoft.OData.UriParser.PathSegmentToken * Microsoft.OData.UriParser.SelectToken * Microsoft.OData.UriParser.ExpandToken -> Microsoft.OData.UriParser.ExpandTermToken
Public Sub New (pathToNavigationProp As PathSegmentToken, selectOption As SelectToken, expandOption As ExpandToken)

Parameters

pathToNavigationProp
PathSegmentToken

the path to the navigation property for this expand term

selectOption
SelectToken

the sub select for this token

expandOption
ExpandToken

the sub expand for this token

Applies to

ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken)

Create an expand term token

public ExpandTermToken (Microsoft.OData.UriParser.PathSegmentToken pathToNavigationProp, Microsoft.OData.UriParser.QueryToken filterOption, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.OrderByToken> orderByOptions, long? topOption, long? skipOption, bool? countQueryOption, long? levelsOption, Microsoft.OData.UriParser.QueryToken searchOption, Microsoft.OData.UriParser.SelectToken selectOption, Microsoft.OData.UriParser.ExpandToken expandOption);
new Microsoft.OData.UriParser.ExpandTermToken : Microsoft.OData.UriParser.PathSegmentToken * Microsoft.OData.UriParser.QueryToken * seq<Microsoft.OData.UriParser.OrderByToken> * Nullable<int64> * Nullable<int64> * Nullable<bool> * Nullable<int64> * Microsoft.OData.UriParser.QueryToken * Microsoft.OData.UriParser.SelectToken * Microsoft.OData.UriParser.ExpandToken -> Microsoft.OData.UriParser.ExpandTermToken
Public Sub New (pathToNavigationProp As PathSegmentToken, filterOption As QueryToken, orderByOptions As IEnumerable(Of OrderByToken), topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countQueryOption As Nullable(Of Boolean), levelsOption As Nullable(Of Long), searchOption As QueryToken, selectOption As SelectToken, expandOption As ExpandToken)

Parameters

pathToNavigationProp
PathSegmentToken

the nav prop for this expand term

filterOption
QueryToken

the filter option for this expand term

orderByOptions
IEnumerable<OrderByToken>

the orderby options for this expand term

topOption
Nullable<Int64>

the top option for this expand term

skipOption
Nullable<Int64>

the skip option for this expand term

countQueryOption
Nullable<Boolean>

the query count option for this expand term

levelsOption
Nullable<Int64>

the levels option for this expand term

searchOption
QueryToken

the search option for this expand term

selectOption
SelectToken

the select option for this expand term

expandOption
ExpandToken

the expand option for this expand term

Applies to

ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken, ComputeToken)

Create an expand term token

public ExpandTermToken (Microsoft.OData.UriParser.PathSegmentToken pathToNavigationProp, Microsoft.OData.UriParser.QueryToken filterOption, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.OrderByToken> orderByOptions, long? topOption, long? skipOption, bool? countQueryOption, long? levelsOption, Microsoft.OData.UriParser.QueryToken searchOption, Microsoft.OData.UriParser.SelectToken selectOption, Microsoft.OData.UriParser.ExpandToken expandOption, Microsoft.OData.UriParser.ComputeToken computeOption);
new Microsoft.OData.UriParser.ExpandTermToken : Microsoft.OData.UriParser.PathSegmentToken * Microsoft.OData.UriParser.QueryToken * seq<Microsoft.OData.UriParser.OrderByToken> * Nullable<int64> * Nullable<int64> * Nullable<bool> * Nullable<int64> * Microsoft.OData.UriParser.QueryToken * Microsoft.OData.UriParser.SelectToken * Microsoft.OData.UriParser.ExpandToken * Microsoft.OData.UriParser.ComputeToken -> Microsoft.OData.UriParser.ExpandTermToken
Public Sub New (pathToNavigationProp As PathSegmentToken, filterOption As QueryToken, orderByOptions As IEnumerable(Of OrderByToken), topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countQueryOption As Nullable(Of Boolean), levelsOption As Nullable(Of Long), searchOption As QueryToken, selectOption As SelectToken, expandOption As ExpandToken, computeOption As ComputeToken)

Parameters

pathToNavigationProp
PathSegmentToken

the nav prop for this expand term

filterOption
QueryToken

the filter option for this expand term

orderByOptions
IEnumerable<OrderByToken>

the orderby options for this expand term

topOption
Nullable<Int64>

the top option for this expand term

skipOption
Nullable<Int64>

the skip option for this expand term

countQueryOption
Nullable<Boolean>

the query count option for this expand term

levelsOption
Nullable<Int64>

the levels option for this expand term

searchOption
QueryToken

the search option for this expand term

selectOption
SelectToken

the select option for this expand term

expandOption
ExpandToken

the expand option for this expand term

computeOption
ComputeToken

the compute option for this expand term.

Applies to

ExpandTermToken(PathSegmentToken, QueryToken, IEnumerable<OrderByToken>, Nullable<Int64>, Nullable<Int64>, Nullable<Boolean>, Nullable<Int64>, QueryToken, SelectToken, ExpandToken, ComputeToken, IEnumerable<QueryToken>)

Create an expand term token

public ExpandTermToken (Microsoft.OData.UriParser.PathSegmentToken pathToNavigationProp, Microsoft.OData.UriParser.QueryToken filterOption, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.OrderByToken> orderByOptions, long? topOption, long? skipOption, bool? countQueryOption, long? levelsOption, Microsoft.OData.UriParser.QueryToken searchOption, Microsoft.OData.UriParser.SelectToken selectOption, Microsoft.OData.UriParser.ExpandToken expandOption, Microsoft.OData.UriParser.ComputeToken computeOption, System.Collections.Generic.IEnumerable<Microsoft.OData.UriParser.QueryToken> applyOptions);
new Microsoft.OData.UriParser.ExpandTermToken : Microsoft.OData.UriParser.PathSegmentToken * Microsoft.OData.UriParser.QueryToken * seq<Microsoft.OData.UriParser.OrderByToken> * Nullable<int64> * Nullable<int64> * Nullable<bool> * Nullable<int64> * Microsoft.OData.UriParser.QueryToken * Microsoft.OData.UriParser.SelectToken * Microsoft.OData.UriParser.ExpandToken * Microsoft.OData.UriParser.ComputeToken * seq<Microsoft.OData.UriParser.QueryToken> -> Microsoft.OData.UriParser.ExpandTermToken
Public Sub New (pathToNavigationProp As PathSegmentToken, filterOption As QueryToken, orderByOptions As IEnumerable(Of OrderByToken), topOption As Nullable(Of Long), skipOption As Nullable(Of Long), countQueryOption As Nullable(Of Boolean), levelsOption As Nullable(Of Long), searchOption As QueryToken, selectOption As SelectToken, expandOption As ExpandToken, computeOption As ComputeToken, applyOptions As IEnumerable(Of QueryToken))

Parameters

pathToNavigationProp
PathSegmentToken

the nav prop for this expand term

filterOption
QueryToken

the filter option for this expand term

orderByOptions
IEnumerable<OrderByToken>

the orderby options for this expand term

topOption
Nullable<Int64>

the top option for this expand term

skipOption
Nullable<Int64>

the skip option for this expand term

countQueryOption
Nullable<Boolean>

the query count option for this expand term

levelsOption
Nullable<Int64>

the levels option for this expand term

searchOption
QueryToken

the search option for this expand term

selectOption
SelectToken

the select option for this expand term

expandOption
ExpandToken

the expand option for this expand term

computeOption
ComputeToken

the compute option for this expand term.

applyOptions
IEnumerable<QueryToken>

the apply options for this expand term.

Applies to