Click or drag to resize
CustomProperties Properties

The CustomProperties type exposes the following members.

Properties
  NameDescription
Public propertyComparer (Inherited from Dictionary<String, String>.)
Public propertyCount (Inherited from Dictionary<String, String>.)
Public propertyIsManuallyChanged
Gets / sets isManuallyChanged, a flag which signals the refresher not to overwrite the contents of this CustomProperties object with data read from the schema.
Public propertyItem (Inherited from Dictionary<String, String>.)
Public propertyKeys (Inherited from Dictionary<String, String>.)
Public propertyValues (Inherited from Dictionary<String, String>.)
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIDictionary.IsFixedSize (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyIDictionary.IsReadOnly (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyIDictionary.Item (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Keys (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Keys (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyIDictionary.Keys (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyIDictionary<TKey, TValue>.Values (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyIReadOnlyDictionary<TKey, TValue>.Values (Inherited from Dictionary<String, String>.)
Explicit interface implementationPrivate propertyIDictionary.Values (Inherited from Dictionary<String, String>.)
Top
See Also