EntitySetLinkBuilderAnnotation Constructor
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EntitySetLinkBuilderAnnotation() | Initializes a new instance of the EntitySetLinkBuilderAnnotation class. | |
EntitySetLinkBuilderAnnotation(EntitySetConfiguration) | Constructs an instance of an EntitySetLinkBuilderAnnotation from an EntitySetConfiguration. | |
EntitySetLinkBuilderAnnotation(IEdmEntitySet, IEdmModel) | Initializes a new instance of the EntitySetLinkBuilderAnnotation class. | |
EntitySetLinkBuilderAnnotation(IEdmEntitySet, Func<FeedContext, Uri>, SelfLinkBuilder<String>, SelfLinkBuilder<Uri>, SelfLinkBuilder<Uri>) | Constructs an instance of an EntitySetLinkBuilderAnnotation. |
Top