Show / Hide Table of Contents

Class Assembly.ContextMenu.Motor

Inheritance
System.Object
Assembly.ContextMenu.Motor
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Assemblies
Assembly: Experior.Core.dll
Syntax
public class Motor

Properties

DisplayCompleteHierarchy

Declaration
public bool DisplayCompleteHierarchy { get; set; }
Property Value
Type Description
System.Boolean

Methods

Add(Type)

Declaration
public void Add(Type type)
Parameters
Type Name Description
System.Type type

Add(Type, Boolean)

Declaration
public void Add(Type type, bool exact)
Parameters
Type Name Description
System.Type type
System.Boolean exact

Exclude(Type)

Declaration
public void Exclude(Type type)
Parameters
Type Name Description
System.Type type

IsMotorAccepted(Type)

Declaration
public bool IsMotorAccepted(Type type)
Parameters
Type Name Description
System.Type type
Returns
Type Description
System.Boolean

Remove(Type)

Declaration
public void Remove(Type type)
Parameters
Type Name Description
System.Type type
Back to top Generated by DocFX