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 sealed class Smartlets |
Visual Basic (Declaration) | Copy Code |
---|---|
Public NotInheritable Class Smartlets |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Add | Overloaded. | |
Clear | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ContainsKey | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ContainsValue | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
Equals | (Inherited from Object.) | |
GetCurrent |
Gets or sets the current Smartlets list.
|
|
GetEnumerator | ||
GetHashCode | (Inherited from Object.) | |
GetNextNumber |
Gets the next free number for a given Smartlet type.
|
|
GetObjectData | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
GetType | (Inherited from Object.) | |
Init |
Inits the smartlets in the given context.
|
|
OnDeserialization | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
Remove | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ToString | (Inherited from Object.) | |
TryGetValue | (Inherited from Dictionary<(Of <String, Smartlet>)>.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..Contains | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
IDictionary..::..Contains | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..CopyTo | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ICollection..::..CopyTo | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
ICollection<(Of <<'(KeyValuePair<(Of <<'(TKey, TValue>)>>)>)>>)..::..Remove | (Inherited from Dictionary<(Of <String, Smartlet>)>.) | |
IDictionary..::..Remove | (Inherited from Dictionary<(Of <String, Smartlet>)>.) |
See Also
Smartsite.Scf Namespace