Skip to content

IExpandOptions<T> interface

Expand options.

public interface IExpandOptions<T>
parameter description
T Type to expand

Members

name description
Expand { get; } Expandable properties.
AddExpand(…) Add a property to the expansion list.
AddExpand<TProperty>(…) Add a property to the expansion list.

See Also