Class InsertionDataDefinition
Inheritance
System.Object
System.Collections.Generic.List <System.Collections.Generic.KeyValuePair <System.String , System.Object >>
Namespace: Umbraco.Cms.Infrastructure.Persistence.DatabaseModelDefinitions
Assembly: cs.temp.dll.dll
Syntax
public class InsertionDataDefinition : List<KeyValuePair<string, object>>, IList<KeyValuePair<string, object>>, ICollection<KeyValuePair<string, object>>, IList, ICollection, IReadOnlyList<KeyValuePair<string, object>>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable