Show / Hide Table of Contents

Class RuntimeTypeInfoExtensions

Extension methods for IRuntimeTypeInfo.

Inheritance
System.Object
RuntimeTypeInfoExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Model.Reflection
Assembly: Kephas.Model.dll
Syntax
public static class RuntimeTypeInfoExtensions

Methods

| Improve this Doc View Source

GetClassifierKind(IRuntimeTypeInfo)

Gets the classifier kind for a IRuntimeTypeInfo.

Declaration
public static Type GetClassifierKind(this IRuntimeTypeInfo runtimeTypeInfo)
Parameters
Type Name Description
IRuntimeTypeInfo runtimeTypeInfo

The runtimeTypeInfo to act on.

Returns
Type Description
System.Type

The classifier kind.

| Improve this Doc View Source

IsExcludedFromModel(IAttributeProvider)

Gets a value indicating whether the type is excluded from model.

Declaration
public static bool IsExcludedFromModel(this IAttributeProvider memberInfo)
Parameters
Type Name Description
IAttributeProvider memberInfo

The member to act on.

Returns
Type Description
System.Boolean

True if the type is excluded from model, false if not.

| Improve this Doc View Source

IsExcludedFromModel(MemberInfo)

Gets a value indicating whether the type or member is excluded from model.

Declaration
public static bool IsExcludedFromModel(this MemberInfo memberInfo)
Parameters
Type Name Description
System.Reflection.MemberInfo memberInfo

The member to act on.

Returns
Type Description
System.Boolean

True if the type or member is excluded from model, false if not.

| Improve this Doc View Source

IsExcludedFromModel(TypeInfo)

Gets a value indicating whether the type is excluded from model.

Declaration
public static bool IsExcludedFromModel(this TypeInfo typeInfo)
Parameters
Type Name Description
System.Reflection.TypeInfo typeInfo

The type to act on.

Returns
Type Description
System.Boolean

True if the type is excluded from model, false if not.

| Improve this Doc View Source

IsExcludedFromModel(Type)

Gets a value indicating whether the type is excluded from model.

Declaration
public static bool IsExcludedFromModel(this Type typeInfo)
Parameters
Type Name Description
System.Type typeInfo

The type to act on.

Returns
Type Description
System.Boolean

True if the type is excluded from model, false if not.

| Improve this Doc View Source

IsModelType(IRuntimeTypeInfo)

Gets a value indicating whether the runtimeTypeInfo is a model type.

Declaration
public static bool IsModelType(this IRuntimeTypeInfo runtimeTypeInfo)
Parameters
Type Name Description
IRuntimeTypeInfo runtimeTypeInfo

The runtimeTypeInfo to act on.

Returns
Type Description
System.Boolean

true if the runtime type is a model type, false if not.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX