Show / Hide Table of Contents

Interface INavigationKeyDescriptor

Provides an interface to define a navigation key descriptor.

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

Properties

| Improve this Doc View Source

FromPropertyDescriptor

Gets the column property descriptor for the source property.

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

FromTypeDescriptor

Gets the table type descriptor for the source type.

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

ToPropertyDescriptor

Gets the column property descriptor for the referrenced property.

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

ToTypeDescriptor

Gets the table type descriptor for the referenced type.

Declaration
ITableTypeDescriptor ToTypeDescriptor { 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.