Wisej.Base.ResponsiveProfileCollection
Namespace: Wisej.Base
Assembly: Wisej.Framework (3.5.0.0)
Collection of responsive profiles.
: Returns the current profile.
: Returns the default profile.
: Returns the identified by the specified name .
Adds a new to the collection.
Adds a list of objects in the collection..
Verifies if the identified by the specified name is present in the collection.
Returns: . True if the collection contains a with the specified name .
Checks if the instance is already present in the collection.
Returns: .
Creates ore retrieves a using the specified name .
Returns: . Either an existing with the specified name or a newly created with the specified name .
Inserts a instance into the collection at the specified index .
Inserts a collection of instances into the collection starting at the specified index .
Removes the with the specified name.
profile
ResponsiveProfile to add to the collection.
profiles
List of ResponsiveProfile objects to add to the collection.
name
Name of the ResponsiveProfile to locate in the collection.
profile
ResponsiveProfile to find in the collection.
name
Name of the ResponsiveProfile to retrieve or to create.
index
Position in the collection.
profile
ResponsiveProfile to insert in the collection.
index
Position where to insert the profiles of ResponsiveProfile objects.
profiles
Collection of ResponsiveProfile objects to insert in the collection.
name
Name of the ResponsiveProfile to remove from the collection.
Public Class ResponsiveProfileCollection
Inherits SynchronizedList(Of )public class ResponsiveProfileCollection : SynchronizedList<>