Show / Hide Table of Contents

Class UserId

Defines a user-defined identifier for an item, which does not need to be universally unique.

Inheritance
System.Object
NotificationObject
UserId
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(String)
NotificationObject.RaisePropertyChanged(String[])
NotificationObject.RaisePropertyChanged<T>(Expression<Func<T>>)
NotificationObject.OnPropertyChanged(String)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, String)
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserId : NotificationObject

Constructors

UserId()

Initializes a new instance of the UserId class.

Declaration
public UserId()

UserId(String, String)

Initializes a new instance of the UserId class.

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

The type of the identifier.

System.String id

The identifier.

Properties

Identifier

Gets or sets the identifier.

Declaration
public string Identifier { get; set; }
Property Value
Type Description
System.String

The identifier.

Type

Gets or sets the type of the identifier.

Declaration
public string Type { get; set; }
Property Value
Type Description
System.String

The type of the identifier.

Version

Gets or sets the user specific version

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String

Extension Methods

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