SelfLinkBuilder<T>.Factory Property
Gets the factory for generating links.
Namespace: System.Web.Http.OData.Builder
Assembly: System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public Func<EntityInstanceContext, T> Factory {
[CompilerGeneratedAttribute]
get;
[CompilerGeneratedAttribute]
private set;
}
public:
property Func<EntityInstanceContext^, T>^ Factory {
[CompilerGeneratedAttribute]
Func<EntityInstanceContext^, T>^ get();
[CompilerGeneratedAttribute]
private: void set(Func<EntityInstanceContext^, T>^ value);
}
member Factory : Func<EntityInstanceContext, 'T> with get, private set
Public Property Factory As Func(Of EntityInstanceContext, T)
Get
Private Set
End Property
Property Value
Type: System.Func<EntityInstanceContext, T>
See Also
SelfLinkBuilder<T> Class
System.Web.Http.OData.Builder Namespace
Return to top