Show / Hide Table of Contents

Class UserIdCollection

Defines a collection of UserIds.

Inheritance
System.Object
UserIdCollection
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserIdCollection : ObservableCollection<UserId>

Methods

AddUserId(UserId)

Adds a UserId to the collection. If the type of user identifier already exists in the collection, that idendifier is replaced.

Declaration
public void AddUserId(UserId userId)
Parameters
Type Name Description
UserId userId

The user ID.

GetUserId(String)

Gets the user ID of a specified type.

Declaration
public UserId GetUserId(string type)
Parameters
Type Name Description
System.String type

The type of user ID to return.

Returns
Type Description
UserId

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica