Show / Hide Table of Contents

Class Assembly.ContextMenu.ActionPoint

Inheritance
System.Object
Assembly.ContextMenu.ActionPoint
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 ActionPoint

Properties

Types

Declaration
[Browsable(false)]
public Dictionary<Type, List<string>> Types { get; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.Type, System.Collections.Generic.List<System.String>>

Methods

Add(Type)

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

IsActionPointAccepted(Type)

Declaration
public bool IsActionPointAccepted(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