NavigationPropertyBuilderTEntity, TTarget Class Breeze.sharp
Provides a fluent interface for configuring an NavigatiomProperty within the MetadataStore.
Inheritance Hierarchy

SystemObject
  Breeze.SharpNavigationPropertyBuilderTEntity, TTarget

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public class NavigationPropertyBuilder<TEntity, TTarget>
where TEntity : IEntity
where TTarget : IEntity

Type Parameters

TEntity
TTarget

The NavigationPropertyBuilderTEntity, TTarget type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasForeignKeyTValue
Used to define the foreign key property associated with this NavigationProperty.
Public methodHasInverse(ExpressionFuncTTarget, TEntity)
Used to define the scalar Inverse navigation property associated with this NavigationProperty.
Public methodHasInverse(ExpressionFuncTTarget, NavigationSetTEntity)
Used to define the nonscalar Inverse navigation property associated with this NavigationProperty.
Public methodHasInverseForeignKeyTValue
Used to define the 'inverse' foreign key property associated with this NavigationProperty. This method will only be needed in unusual cases.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyNavigationProperty
The NavigationProperty associated with this builder.
Top
See Also

Reference