Class TransientDictionary
Class for tracking Dictionary changes
Inherited Members
Namespace: PnP.Core.Model
Assembly: PnP.Core.dll
Syntax
public class TransientDictionary : Dictionary<string, object>, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IReadOnlyDictionary<string, object>, IReadOnlyCollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
Properties
HasChanges
Does this model instance have changes?
Declaration
public bool HasChanges { get; }
Property Value
| bool |
this[string]
Gets or sets the value of an object in this dictionary
Declaration
public object this[string key] { get; set; }
Parameters
|
string
key
Key of the object to set |
Property Value
| object |