ResponsiveProfileCollection
Wisej.Base.ResponsiveProfileCollection
Last updated
Was this helpful?
Wisej.Base.ResponsiveProfileCollection
Last updated
Was this helpful?
Namespace: Wisej.Base
Assembly: Wisej.Framework (2.5.0.0)
Collection of responsive profiles.
: Returns the current profile.
: Returns the default profile.
: Returns the identified by the specified name .
profile
profiles
name
profile
name
index
Position in the collection.
profile
index
profiles
name
Adds a new to the collection.
to add to the collection.
Adds a list of objects in the collection..
List of objects to add to the collection.
Verifies if the identified by the specified name is present in the collection.
Name of the to locate in the collection.
Returns: . True if the collection contains a with the specified name .
Checks if the instance is already present in the collection.
to find in the collection.
Returns: .
Creates ore retrieves a using the specified name .
Name of the to retrieve or to create.
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 .
to insert in the collection.
Inserts a collection of instances into the collection starting at the specified index .
Position where to insert the profiles of objects.
Collection of objects to insert in the collection.
Removes the with the specified name.
Name of the to remove from the collection.