| Name | Description |
|---|
 | Equals(Object^) | |
 | Finalize() | |
 | FindBinding(NavigationPropertyConfiguration^) | |
 | FindBinding(NavigationPropertyConfiguration^, Boolean) | |
 | FindBinding(String^) | |
 | GetHashCode() | |
 | GetType() | |
 | HasEditLink(Func<EntityInstanceContext<TEntityType>^, String^>^, Boolean) |
Configures the edit link for the entities from this entity set.
|
 | HasEditLink(Func<EntityInstanceContext<TEntityType>^, Uri^>^, Boolean) |
Configures the edit link for the entities from this entity set.
|
 | HasFeedSelfLink(Func<FeedContext^, String^>^) |
Adds a self link to the feed.
|
 | HasFeedSelfLink(Func<FeedContext^, Uri^>^) |
Adds a self link to the feed.
|
 | HasIdLink(Func<EntityInstanceContext<TEntityType>^, String^>^, Boolean) |
Configures the ID link for the entities from this entity set.
|
 | HasManyBinding<TTargetType>(Expression<Func<TEntityType, IEnumerable<TTargetType>^>^>^, EntitySetConfiguration<TTargetType>^) |
Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasManyBinding<TTargetType>(Expression<Func<TEntityType, IEnumerable<TTargetType>^>^>^, String^) |
Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasManyBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, IEnumerable<TTargetType>^>^>^, EntitySetConfiguration<TTargetType>^) |
Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasManyBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, IEnumerable<TTargetType>^>^>^, String^) |
Configures a many relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasNavigationPropertiesLink(IEnumerable<NavigationPropertyConfiguration^>^, Func<EntityInstanceContext<TEntityType>^, IEdmNavigationProperty^, Uri^>^, Boolean) |
Configures the navigation link for the given navigation properties for entities from this entity set.
|
 | HasNavigationPropertyLink(NavigationPropertyConfiguration^, Func<EntityInstanceContext<TEntityType>^, IEdmNavigationProperty^, Uri^>^, Boolean) |
Configures the navigation link for the given navigation property for entities from this entity set.
|
 | HasOptionalBinding<TTargetType>(Expression<Func<TEntityType, TTargetType>^>^, EntitySetConfiguration<TTargetType>^) |
Configures an optional relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasOptionalBinding<TTargetType>(Expression<Func<TEntityType, TTargetType>^>^, String^) |
Configures an optional relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasOptionalBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, TTargetType>^>^, EntitySetConfiguration<TTargetType>^) |
Configures an optional relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasOptionalBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, TTargetType>^>^, String^) |
Configures an optional relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasReadLink(Func<EntityInstanceContext<TEntityType>^, String^>^, Boolean) |
Configures the read link for the entities from this entity set.
|
 | HasReadLink(Func<EntityInstanceContext<TEntityType>^, Uri^>^, Boolean) |
Configures the read link for the entities from this entity set.
|
 | HasRequiredBinding<TTargetType>(Expression<Func<TEntityType, TTargetType>^>^, EntitySetConfiguration<TTargetType>^) |
Configures a required relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasRequiredBinding<TTargetType>(Expression<Func<TEntityType, TTargetType>^>^, String^) |
Configures a required relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasRequiredBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, TTargetType>^>^, EntitySetConfiguration<TTargetType>^) |
Configures a required relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | HasRequiredBinding<TTargetType, TDerivedEntityType>(Expression<Func<TDerivedEntityType, TTargetType>^>^, String^) |
Configures a required relationship from this entity type and binds the corresponding navigation property to the given entity set.
|
 | MemberwiseClone() | |
 | ToString() | |