ConventionTypeBaseExtensions Class

Definition

Caution

Use IConventionTypeBase

Extension methods for IConventionTypeBase.

public static class ConventionTypeBaseExtensions
[System.Obsolete("Use IConventionTypeBase")]
public static class ConventionTypeBaseExtensions
type ConventionTypeBaseExtensions = class
[<System.Obsolete("Use IConventionTypeBase")>]
type ConventionTypeBaseExtensions = class
Public Module ConventionTypeBaseExtensions
Public Class ConventionTypeBaseExtensions
Inheritance
ConventionTypeBaseExtensions
Attributes

Methods

GetNavigationAccessModeConfigurationSource(IConventionTypeBase)

Returns the configuration source for GetNavigationAccessMode(ITypeBase).

GetPropertyAccessModeConfigurationSource(IConventionTypeBase)

Returns the configuration source for GetPropertyAccessMode(ITypeBase).

IsIgnored(IConventionTypeBase, String)

Indicates whether the given member name is ignored.

SetNavigationAccessMode(IConventionTypeBase, Nullable<PropertyAccessMode>, Boolean)

Sets the PropertyAccessMode to use for navigations of this entity type.

Note that individual navigations can override this access mode. The value set here will be used for any navigation for which no override has been specified.

SetPropertyAccessMode(IConventionTypeBase, Nullable<PropertyAccessMode>, Boolean)

Sets the PropertyAccessMode to use for properties of this type.

Note that individual properties and navigations can override this access mode. The value set here will be used for any property or navigation for which no override has been specified.

Applies to