Show / Hide Table of Contents

Interface INavigationPropertyDescriptor

Provides an interface to describe the relationship between two table type descriptors.

Namespace: Paradigm.ORM.Data.Descriptors
Assembly: Paradigm.ORM.Data.dll
Syntax
public interface INavigationPropertyDescriptor

Properties

| Improve this Doc View Source

FromDescriptor

Gets the table type descriptor for the source type.

Declaration
ITableTypeDescriptor FromDescriptor { get; }
Property Value
Type Description
ITableTypeDescriptor
| Improve this Doc View Source

IsAggregateRoot

Gets a value indicating whether this instance is the agregate root on the navigation.

Declaration
bool IsAggregateRoot { get; }
Property Value
Type Description
System.Boolean

true if this instance is root agregate; otherwise, false.

| Improve this Doc View Source

NavigationAttributes

Gets the navigation attributes.

Declaration
IReadOnlyCollection<NavigationAttribute> NavigationAttributes { get; }
Property Value
Type Description
IReadOnlyCollection<NavigationAttribute>
| Improve this Doc View Source

NavigationKeyDescriptors

Gets the navigation key descriptors.

Declaration
IReadOnlyCollection<INavigationKeyDescriptor> NavigationKeyDescriptors { get; }
Property Value
Type Description
IReadOnlyCollection<INavigationKeyDescriptor>
| Improve this Doc View Source

PropertyInfo

Gets the property information of the property decorated with the navigation information.

Declaration
PropertyInfo PropertyInfo { get; }
Property Value
Type Description
PropertyInfo
| Improve this Doc View Source

PropertyName

Gets the name of the property decorated with the navigation information.

Declaration
string PropertyName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PropertyType

Gets the type of the property decorated with the navigation information.

Declaration
Type PropertyType { get; }
Property Value
Type Description
Type
| Improve this Doc View Source

ToDescriptor

Gets the table type descriptor for the referenced type.

Declaration
ITableTypeDescriptor ToDescriptor { get; }
Property Value
Type Description
ITableTypeDescriptor

Extension Methods

ObjectExtensions.ThrowIfFails<TException>(Object, Action, String)
ObjectExtensions.ThrowIfFails<TException, TResult>(Object, Func<TResult>, String)
ObjectExtensions.ThrowIfFailsAsync<TException>(Object, Func<Task>, String)
ObjectExtensions.ThrowIfFailsAsync<TException, TResult>(Object, Func<Task<TResult>>, String)
  • Improve this Doc
  • View Source
Powered by MiracleDevs ©2017. Code licensed under the MIT License.
Documentation generated by DocFX.