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