[SerializableAttribute]
public class CpCollection : DictionaryBase<SerializableAttribute>
Public Class CpCollection
Inherits DictionaryBase| CpCollection | Initializes a new instance of the CpCollection class |
| Count | Gets the number of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase) |
| DataId | |
| Delimiter | |
| Delimiters | |
| Dictionary | Gets the list of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase) |
| Encoding | |
| InnerHashtable | Gets the list of elements contained in the DictionaryBase instance. (Inherited from DictionaryBase) |
| Item | |
| Keys | |
| ModuleId | |
| SyncRoot | |
| ValueDelimiter |
| Add | |
| Clear | Clears the contents of the DictionaryBase instance. (Inherited from DictionaryBase) |
| CompareValues | |
| Contains | |
| CopyTo | Copies the DictionaryBase elements to a one-dimensional Array at the specified index. (Inherited from DictionaryBase) |
| CpCollection_ValidationEventHandler | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| Get | |
| GetAndSplit | |
| GetEnumerator | Returns an IDictionaryEnumerator that iterates through the DictionaryBase instance. (Inherited from DictionaryBase) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetName | |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Join | |
| JoinAndSet | |
| JoinValues | |
| KeysArray | |
| Load(CpCollection) | |
| Load(Stream) | |
| Load(String) | |
| Load(Stream, Boolean) | |
| Load(String, Boolean) | |
| Load(Stream, Boolean, Int32) | |
| LoadFromFile(String) | |
| LoadFromFile(String, Boolean) | |
| LoadFromUrl | |
| LoadNew | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| MergeXml | |
| OnClear | Performs additional custom processes before clearing the contents of the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnClearComplete | Performs additional custom processes after clearing the contents of the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnGet | Gets the element with the specified key and value in the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnInsert | Performs additional custom processes before inserting a new element into the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnInsertComplete | Performs additional custom processes after inserting a new element into the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnRemove | Performs additional custom processes before removing an element from the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnRemoveComplete | Performs additional custom processes after removing an element from the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnSet | Performs additional custom processes before setting a value in the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnSetComplete | Performs additional custom processes after setting a value in the DictionaryBase instance. (Inherited from DictionaryBase) |
| OnValidate | Performs additional custom processes when validating the element with the specified key and value. (Inherited from DictionaryBase) |
| ReaderSettings | |
| Remove | |
| Replace | |
| SchemaSet | |
| Serialize | |
| Serialize(Boolean) | |
| Serialize(XmlWriter) | |
| Set(String, String) | |
| Set(String, String, Int32) | |
| Split(String) | |
| Split(String, Boolean) | |
| SplitValues(String) | |
| SplitValues(String, Boolean) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| ValueDelimiters |
| GetGuidArray |
(Defined by ExtensionMethods) |
| GetInt32 |
(Defined by ExtensionMethods) |
| LoadClientUberPrivateLabeling |
(Defined by ExtensionMethods) |
| SerializeToJson |
(Defined by ExtensionMethods) |
| IDictionaryAdd | Adds an element with the specified key and value into the DictionaryBase. (Inherited from DictionaryBase) |
| IDictionaryContains | Determines whether the DictionaryBase contains a specific key. (Inherited from DictionaryBase) |
| IEnumerableGetEnumerator | Returns an IEnumerator that iterates through the DictionaryBase. (Inherited from DictionaryBase) |
| IDictionaryIsFixedSize | Gets a value indicating whether a DictionaryBase object has a fixed size. (Inherited from DictionaryBase) |
| IDictionaryIsReadOnly | Gets a value indicating whether a DictionaryBase object is read-only. (Inherited from DictionaryBase) |
| ICollectionIsSynchronized | Gets a value indicating whether access to a DictionaryBase object is synchronized (thread safe). (Inherited from DictionaryBase) |
| IDictionaryItem | Gets or sets the value associated with the specified key. (Inherited from DictionaryBase) |
| IDictionaryKeys | Gets an ICollection object containing the keys in the DictionaryBase object. (Inherited from DictionaryBase) |
| IDictionaryRemove | Removes the element with the specified key from the DictionaryBase. (Inherited from DictionaryBase) |
| ICollectionSyncRoot | Gets an object that can be used to synchronize access to a DictionaryBase object. (Inherited from DictionaryBase) |
| IDictionaryValues | Gets an ICollection object containing the values in the DictionaryBase object. (Inherited from DictionaryBase) |