Table of Contents

Class PropertyValues

Namespace
Innova.Data.Entity
Assembly
Innova.Data.dll

Represents a dictionary of property values.

public class PropertyValues : Dictionary<string, object>, IDictionary, ICollection, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, ISerializable, IDeserializationCallback, IPropertyValues, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
Inheritance
PropertyValues
Implements
Extension Methods