Table of Contents

Interface IPropertyValues

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

Represents a collection of property values.

[JsonConverter(typeof(IPropertyValuesJsonConverter))]
public interface IPropertyValues : IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable
Extension Methods