All pages
Powered by GitBook
1 of 1

Loading...

ResponsiveProfileCollection

Wisej.Base.ResponsiveProfileCollection

Namespace: Wisej.Base

Assembly: Wisej.Framework (3.5.0.0)

  • SynchronizedList<ResponsiveProfile>

    • ResponsiveProfileCollection

Collection of responsive profiles.

Properties

CurrentProfile

: Returns the current profile.

DefaultProfile

: Returns the default profile.

Item(name)

: Returns the identified by the specified name .

Methods

Add(profile)

Adds a new to the collection.

Parameter
Type
Description

AddRange(profiles)

Adds a list of objects in the collection..

Parameter
Type
Description

Contains(name)

Verifies if the identified by the specified name is present in the collection.

Parameter
Type
Description

Returns: . True if the collection contains a with the specified name .

Contains(profile)

Checks if the instance is already present in the collection.

Parameter
Type
Description

Returns: .

Create(name)

Creates ore retrieves a using the specified name .

Parameter
Type
Description

Returns: . Either an existing with the specified name or a newly created with the specified name .

Insert(index, profile)

Inserts a instance into the collection at the specified index .

Parameter
Type
Description

InsertRange(index, profiles)

Inserts a collection of instances into the collection starting at the specified index .

Parameter
Type
Description

Remove(name)

Removes the with the specified name.

Parameter
Type
Description

profile

ResponsiveProfile

ResponsiveProfile to add to the collection.

profiles

IEnumerable<ResponsiveProfile>

List of ResponsiveProfile objects to add to the collection.

name

String

Name of the ResponsiveProfile to locate in the collection.

profile

ResponsiveProfile

ResponsiveProfile to find in the collection.

name

String

Name of the ResponsiveProfile to retrieve or to create.

index

Int32

Position in the collection.

profile

ResponsiveProfile

ResponsiveProfile to insert in the collection.

index

Int32

Position where to insert the profiles of ResponsiveProfile objects.

profiles

IEnumerable<ResponsiveProfile>

Collection of ResponsiveProfile objects to insert in the collection.

name

String

Name of the ResponsiveProfile to remove from the collection.

Public Class ResponsiveProfileCollection
    Inherits SynchronizedList(Of )
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
Boolean
ResponsiveProfile
ResponsiveProfile
Boolean
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
ResponsiveProfile
public class ResponsiveProfileCollection : SynchronizedList<>