Show / Hide Table of Contents

Class ExtraPropertyDictionaryExtensions

Inheritance
object
ExtraPropertyDictionaryExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Data
Assembly: Volo.Abp.ObjectExtending.dll
Syntax
public static class ExtraPropertyDictionaryExtensions

Methods

HasSameItems(ExtraPropertyDictionary, ExtraPropertyDictionary)

Declaration
public static bool HasSameItems(this ExtraPropertyDictionary dictionary, ExtraPropertyDictionary otherDictionary)
Parameters
Type Name Description
ExtraPropertyDictionary dictionary
ExtraPropertyDictionary otherDictionary
Returns
Type Description
bool

ToEnum(ExtraPropertyDictionary, string, Type)

Declaration
public static object ToEnum(this ExtraPropertyDictionary extraPropertyDictionary, string key, Type enumType)
Parameters
Type Name Description
ExtraPropertyDictionary extraPropertyDictionary
string key
Type enumType
Returns
Type Description
object

ToEnum<T>(ExtraPropertyDictionary, string)

Declaration
public static T ToEnum<T>(this ExtraPropertyDictionary extraPropertyDictionary, string key) where T : Enum
Parameters
Type Name Description
ExtraPropertyDictionary extraPropertyDictionary
string key
Returns
Type Description
T
Type Parameters
Name Description
T
In this article
Back to top Powered by ABP.IO Platform