The TabCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TabCollection()()()() | DotNetNuke.Entities.Tabs.TabCollection |
![]() | TabCollection(IEnumerable<(Of <<'(TabInfo>)>>)) | DotNetNuke.Entities.Tabs.TabCollection |
![]() | TabCollection(SerializationInfo, StreamingContext) | DotNetNuke.Entities.Tabs.TabCollection |
Methods
Name | Description | |
---|---|---|
![]() | Add(TabInfo) | |
![]() | Add(TKey, TValue) | Adds the specified key and value to the dictionary. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | AddRange | |
![]() | AsList | |
![]() | Clear | Removes all keys and values from the Dictionary<(Of <(<'TKey, TValue>)>)>. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | ContainsKey | Determines whether the Dictionary<(Of <(<'TKey, TValue>)>)> contains the specified key. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | ContainsValue | Determines whether the Dictionary<(Of <(<'TKey, TValue>)>)> contains a specific value. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | DescendentsOf(Int32) | |
![]() | DescendentsOf(Int32, Int32) | |
![]() | Equals | (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.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the Dictionary<(Of <(<'TKey, TValue>)>)>. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData | Implements the ISerializable interface and returns the data needed to serialize the Dictionary<(Of <(<'TKey, TValue>)>)> instance. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsDescendentOf | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnDeserialization | (Overrides Dictionary<(Of <(<'TKey, TValue>)>)>..::..OnDeserialization(Object).) |
![]() | Remove | Removes the value with the specified key from the Dictionary<(Of <(<'TKey, TValue>)>)>. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | ToArrayList | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue | Gets the value associated with the specified key. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | WithCulture(String, Boolean) | |
![]() | WithCulture(String, Boolean, Boolean) | |
![]() | WithParentId | |
![]() | WithTabId | |
![]() | WithTabName | |
![]() | WithTabNameAndParentId |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |
Properties
Name | Description | |
---|---|---|
![]() | Comparer | Gets the IEqualityComparer<(Of <(<'T>)>)> that is used to determine equality of keys for the dictionary. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | Count | Gets the number of key/value pairs contained in the Dictionary<(Of <(<'TKey, TValue>)>)>. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | Item | Gets or sets the value associated with the specified key. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | Keys | Gets a collection containing the keys in the Dictionary<(Of <(<'TKey, TValue>)>)>. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |
![]() | Values | Gets a collection containing the values in the Dictionary<(Of <(<'TKey, TValue>)>)>. (Inherited from Dictionary<(Of <(<'Int32, TabInfo>)>)>.) |