RuntimeSkipNavigation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a navigation property that is part of a relationship that is forwarded through a third entity type.
public class RuntimeSkipNavigation : Microsoft.EntityFrameworkCore.Metadata.RuntimePropertyBase, Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeSkipNavigation
type RuntimeSkipNavigation = class
inherit RuntimePropertyBase
interface IRuntimeSkipNavigation
interface ISkipNavigation
interface IReadOnlySkipNavigation
interface IReadOnlyNavigationBase
interface IReadOnlyPropertyBase
interface IReadOnlyAnnotatable
interface INavigationBase
interface IPropertyBase
interface IAnnotatable
Public Class RuntimeSkipNavigation
Inherits RuntimePropertyBase
Implements IRuntimeSkipNavigation
- Inheritance
- Implements
-
IAnnotatable IReadOnlyAnnotatable INavigationBase Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeSkipNavigation IPropertyBase IReadOnlyNavigationBase IReadOnlyPropertyBase IReadOnlySkipNavigation ISkipNavigation
Remarks
See Modeling entity types and relationships for more information and examples.
Constructors
RuntimeSkipNavigation(String, Type, PropertyInfo, FieldInfo, RuntimeEntityType, RuntimeEntityType, RuntimeForeignKey, Boolean, Boolean, PropertyAccessMode, Boolean, Boolean) |
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release. |
RuntimeSkipNavigation(String, Type, PropertyInfo, FieldInfo, RuntimeEntityType, RuntimeEntityType, RuntimeForeignKey, Boolean, Boolean, PropertyAccessMode, Boolean) |
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release. |
Properties
ClrType |
Gets the type of value that this navigation holds. |
DebugView |
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release. |
DeclaringEntityType |
Gets the type that this property belongs to. |
DeclaringType |
Gets the type that this property-like object belongs to. |
DeclaringType |
Gets the type that this property-like object belongs to. (Inherited from RuntimePropertyBase) |
Inverse |
Gets or sets the inverse navigation. |
IsReadOnly |
Indicates whether the current object is read-only. (Inherited from AnnotatableBase) |
Item[String] |
Gets the value annotation with the given name, returning |
Name |
Gets the name of this property-like object. (Inherited from RuntimePropertyBase) |
Sentinel |
Gets the sentinel value that indicates that this property is not set. |
Sentinel |
Gets the sentinel value that indicates that this property is not set. (Inherited from RuntimePropertyBase) |
TargetEntityType |
Gets the entity type that this navigation property will hold an instance(s) of. |
Methods
AddAnnotation(String, Annotation) |
Adds an annotation to this object. Throws if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
AddAnnotation(String, Object) |
Adds an annotation to this object. Throws if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
AddAnnotations(IEnumerable<IAnnotation>) |
Adds annotations to this object. (Inherited from AnnotatableBase) |
AddAnnotations(IReadOnlyDictionary<String,Object>) |
Adds annotations to this object. (Inherited from AnnotatableBase) |
AddRuntimeAnnotation(String, Annotation) |
Adds a runtime annotation to this object. Throws if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
AddRuntimeAnnotation(String, Object) |
Adds a runtime annotation to this object. Throws if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
AddRuntimeAnnotations(IEnumerable<Annotation>) |
Adds runtime annotations to this object. (Inherited from AnnotatableBase) |
AddRuntimeAnnotations(IReadOnlyDictionary<String,Object>) |
Adds runtime annotations to this object. (Inherited from AnnotatableBase) |
CreateAnnotation(String, Object) |
Creates a new annotation. (Inherited from AnnotatableBase) |
CreateRuntimeAnnotation(String, Object) |
Creates a new runtime annotation. (Inherited from AnnotatableBase) |
EnsureMutable() |
Throws if the model is read-only. (Inherited from AnnotatableBase) |
EnsureReadOnly() |
Throws if the model is not read-only. (Inherited from AnnotatableBase) |
FindAnnotation(String) |
Gets the annotation with the given name, returning |
FindRuntimeAnnotation(String) |
Gets the runtime annotation with the given name, returning |
GetAnnotation(String) |
Gets the annotation with the given name, throwing if it does not exist. (Inherited from AnnotatableBase) |
GetAnnotations() |
Gets all annotations on the current object. (Inherited from AnnotatableBase) |
GetOrAddRuntimeAnnotationValue<TValue,TArg>(String, Func<TArg,TValue>, TArg) |
Gets the value of the runtime annotation with the given name, adding it if one does not exist. (Inherited from AnnotatableBase) |
GetRuntimeAnnotations() |
Gets all runtime annotations on the current object. (Inherited from AnnotatableBase) |
OnAnnotationSet(String, Annotation, Annotation) |
Called when an annotation was set or removed. (Inherited from AnnotatableBase) |
RemoveAnnotation(String) |
Removes the given annotation from this object. (Inherited from AnnotatableBase) |
RemoveRuntimeAnnotation(String) |
Removes the given runtime annotation from this object. (Inherited from AnnotatableBase) |
SetAccessors(PropertyAccessors) |
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release. (Inherited from RuntimePropertyBase) |
SetAnnotation(String, Annotation, Annotation) |
Sets the annotation stored under the given key. Overwrites the existing annotation if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
SetAnnotation(String, Object) |
Sets the annotation stored under the given key. Overwrites the existing annotation if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
SetGetter<TEntity,TStructuralType,TValue>(Func<TEntity,TValue>, Func<TEntity,Boolean>, Func<TStructuralType,TValue>, Func<TStructuralType,Boolean>) |
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release. (Inherited from RuntimePropertyBase) |
SetRuntimeAnnotation(String, Annotation, Annotation) |
Sets the runtime annotation stored under the given key. Overwrites the existing annotation if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
SetRuntimeAnnotation(String, Object) |
Sets the runtime annotation stored under the given key. Overwrites the existing annotation if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
SetSetter<TEntity,TValue>(Action<TEntity,TValue>) |
This is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release. You should only use it directly in your code with extreme caution and knowing that doing so can result in application failures when updating to a new Entity Framework Core release. (Inherited from RuntimePropertyBase) |
ToString() |
Returns a string that represents the current object. |
Explicit Interface Implementations
IAnnotatable.AddRuntimeAnnotation(String, Object) |
Adds a runtime annotation to this object. Throws if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
IAnnotatable.FindRuntimeAnnotation(String) |
Gets the runtime annotation with the given name, returning |
IAnnotatable.GetRuntimeAnnotations() |
Gets all the runtime annotations on the current object. (Inherited from AnnotatableBase) |
IAnnotatable.RemoveRuntimeAnnotation(String) |
Removes the given runtime annotation from this object. (Inherited from AnnotatableBase) |
IAnnotatable.SetRuntimeAnnotation(String, Object) |
Sets the runtime annotation stored under the given key. Overwrites the existing annotation if an annotation with the specified name already exists. (Inherited from AnnotatableBase) |
INavigationBase.GetCollectionAccessor() |
Gets the IClrCollectionAccessor for this navigation property, if it's a collection navigation. |
IPropertyBase.GetCurrentValueComparer() |
Gets a IComparer<T> for comparing values in tracked IUpdateEntry entries. (Inherited from RuntimePropertyBase) |
IPropertyBase.GetGetter() |
Gets a IClrPropertyGetter for reading the value of this property. (Inherited from RuntimePropertyBase) |
IReadOnlyAnnotatable.FindAnnotation(String) |
Gets the annotation with the given name, returning |
IReadOnlyAnnotatable.GetAnnotations() |
Gets all annotations on the current object. (Inherited from AnnotatableBase) |
IReadOnlyAnnotatable.Item[String] |
Gets the value of the annotation with the given name, returning |
IReadOnlyNavigationBase.DeclaringEntityType |
Gets the entity type that this navigation property belongs to. |
IReadOnlyNavigationBase.IsCollection |
Gets a value indicating whether the navigation property is a collection property. |
IReadOnlyNavigationBase.TargetEntityType |
Gets the entity type that this navigation property will hold an instance(s) of. |
IReadOnlyPropertyBase.ClrType |
Gets the type of value that this property-like object holds. (Inherited from RuntimePropertyBase) |
IReadOnlyPropertyBase.DeclaringType |
Gets the type that this property-like object belongs to. (Inherited from RuntimePropertyBase) |
IReadOnlyPropertyBase.FieldInfo |
Gets the FieldInfo for the underlying CLR field for this property-like object.
This may be |
IReadOnlyPropertyBase.GetPropertyAccessMode() |
Gets the PropertyAccessMode being used for this property-like object. (Inherited from RuntimePropertyBase) |
IReadOnlyPropertyBase.PropertyInfo |
Gets the PropertyInfo for the underlying CLR property for this property-like object.
This may be |
IReadOnlySkipNavigation.ForeignKey |
Gets the foreign key to the join type. |
IReadOnlySkipNavigation.Inverse |
Gets the inverse skip navigation. |
IReadOnlySkipNavigation.IsOnDependent |
Gets a value indicating whether the navigation property is defined on the dependent side of the underlying foreign key. |
IRuntimePropertyBase.Accessors | (Inherited from RuntimePropertyBase) |
IRuntimePropertyBase.GetSetter() | (Inherited from RuntimePropertyBase) |
IRuntimePropertyBase.MaterializationSetter | (Inherited from RuntimePropertyBase) |
IRuntimePropertyBase.PropertyIndexes | (Inherited from RuntimePropertyBase) |
IRuntimePropertyBase.Setter | (Inherited from RuntimePropertyBase) |
IRuntimeSkipNavigation.GetManyToManyLoader() | Microsoft.EntityFrameworkCore.Metadata.Internal.IRuntimeSkipNavigation.GetManyToManyLoader |
Extension Methods
AnnotationsToDebugString(IAnnotatable, Int32) |
Gets the debug string for all annotations declared on the object. |
SetIsLoadedWhenNoTracking(INavigationBase, Object) |
Calls SetLoaded(Object, String, Boolean) for a INavigationBase to mark it as loaded when a no-tracking query has eagerly loaded this relationship. |
GetCurrentValueComparer(IPropertyBase) |
Gets a IComparer<T> for comparing values in tracked IUpdateEntry entries. |
GetGetter(IPropertyBase) |
Gets a IClrPropertyGetter for reading the value of this property. Note that it is an error to call this method for a shadow property (IsShadowProperty(IPropertyBase)) since such a property has no associated MemberInfo. |
GetIndex(IPropertyBase) |
Gets the property index for this property. |
GetMemberInfo(IPropertyBase, Boolean, Boolean) |
Gets the PropertyInfo or FieldInfo that should be used to get or set a value for the given property. Note that it is an error to call this method for a shadow property (IsShadowProperty(IPropertyBase)) since such a property has no associated MemberInfo. |
IsIndexerProperty(IPropertyBase) |
Gets a value indicating whether this is an indexer property. An indexer property is one that is accessed through an indexer on the entity class. |
IsShadowProperty(IPropertyBase) |
Obsolete.
Gets a value indicating whether this is a shadow property. A shadow property is one that does not have a corresponding property in the entity class. The current value for the property is stored in the ChangeTracker rather than being stored in instances of the entity class. |
GetDataAnnotations(ISkipNavigation, IAnnotationCodeGenerator) |
Gets the data annotations to configure a skip navigation property. |
IsLeftNavigation(ISkipNavigation) |
Gets a value indicating whether the specified skip navigation represents the left side of the relationship. |
Applies to
Entity Framework