This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Syntax
C# | Copy Code |
---|---|
public class MetadataDictionary |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class MetadataDictionary |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Add | (Inherited from Dictionary<(Of <String, Object>)>.) | |
Clear | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ContainsKey | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ContainsValue | (Inherited from Dictionary<(Of <String, Object>)>.) | |
CopyTo | Overloaded. | |
Equals | (Inherited from Object.) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetObjectData | (Inherited from Dictionary<(Of <String, Object>)>.) | |
GetType | (Inherited from Object.) | |
GetValue<(Of <<'(T>)>>) |
Gets the value.
|
|
OnDeserialization | (Inherited from Dictionary<(Of <String, Object>)>.) | |
Remove | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ToString | (Inherited from Object.) | |
TryGetValue | (Inherited from Dictionary<(Of <String, Object>)>.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..Add | (Inherited from Dictionary<(Of <String, Object>)>.) | |
IDictionary..::..Add | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..Contains | (Inherited from Dictionary<(Of <String, Object>)>.) | |
IDictionary..::..Contains | (Inherited from Dictionary<(Of <String, Object>)>.) | |
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..Remove | (Inherited from Dictionary<(Of <String, Object>)>.) | |
IDictionary..::..Remove | (Inherited from Dictionary<(Of <String, Object>)>.) |
See Also
Smartsite.Base.Metadata Namespace