Class EntityActionDictionary
Inheritance
object
System.Collections.Generic.Dictionary<TKey, TValue><string, System.Collections.Generic.List<T><EntityAction>>
EntityActionDictionary
Implements
System.Collections.Generic.IDictionary<TKey, TValue><string, System.Collections.Generic.List<T><EntityAction>>
System.Collections.Generic.ICollection<T><KeyValuePair<string, System.Collections.Generic.List<T><EntityAction>>>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue><string, System.Collections.Generic.List<T><EntityAction>>
System.Collections.Generic.IReadOnlyCollection<T><KeyValuePair<string, System.Collections.Generic.List<T><EntityAction>>>
System.Collections.Generic.IEnumerable<T><KeyValuePair<string, System.Collections.Generic.List<T><EntityAction>>>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback
Inherited Members
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.Add(string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.Clear()
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.ContainsKey(string)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.ContainsValue(System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.GetEnumerator()
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.OnDeserialization(object)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.Remove(string)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.Remove(string, out System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.TryGetValue(string, out System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.TryAdd(string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.EnsureCapacity(int)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.TrimExcess()
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.TrimExcess(int)
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.Comparer
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.Count
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.Keys
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.Values
System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions.EntityAction>>.this[string]
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Components.Web.Extensibility.EntityActions
Assembly: Volo.Abp.AspNetCore.Components.Web.dll
Syntax
public class EntityActionDictionary : Dictionary<string, List<EntityAction>>, IDictionary<string, List<EntityAction>>, ICollection<KeyValuePair<string, List<EntityAction>>>, IDictionary, ICollection, IReadOnlyDictionary<string, List<EntityAction>>, IReadOnlyCollection<KeyValuePair<string, List<EntityAction>>>, IEnumerable<KeyValuePair<string, List<EntityAction>>>, IEnumerable, ISerializable, IDeserializationCallback
Constructors
EntityActionDictionary()
Declaration
public EntityActionDictionary()
Methods
Get<T>()
Declaration
public List<EntityAction> Get<T>()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<T><EntityAction> |
Type Parameters
| Name | Description |
|---|---|
| T |
Implements
System.Collections.Generic.IDictionary<TKey, TValue>
System.Collections.Generic.ICollection<T>
System.Collections.IDictionary
System.Collections.ICollection
System.Collections.Generic.IReadOnlyDictionary<TKey, TValue>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
System.Runtime.Serialization.ISerializable
System.Runtime.Serialization.IDeserializationCallback