TypeBaseExtensions Class

Definition

Caution

Use IReadOnlyTypeBase

Extension methods for IReadOnlyTypeBase.

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

Methods

GetNavigationAccessMode(ITypeBase)

Gets the PropertyAccessMode being used for navigations of this type.

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

GetPropertyAccessMode(ITypeBase)

Gets the PropertyAccessMode being used for properties and navigations of this type.

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

Applies to