Show / Hide Table of Contents

Class UserId

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

Inheritance
object
NotificationObject
UserId
Implements
INotifyPropertyChanged
Inherited Members
NotificationObject.PropertyChanged
NotificationObject.RaisePropertyChanged(string)
NotificationObject.OnPropertyChanged(string)
NotificationObject.ResumePropertyEvents()
NotificationObject.SuspendPropertyEvents()
NotificationObject.PropertyEventsSuspended
NotificationObject.PropagateChildChanges(INotifyCollectionChanged, string)
NotificationObject.WatchProperties()
NotificationObject.WatchProperty(INotifyPropertyChanged, string)
NotificationObject.WatchCollection(INotifyCollectionChanged, string)
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Algenta.Colectica.Model
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserId : NotificationObject, INotifyPropertyChanged

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
string type

The type of the identifier.

string id

The identifier.

Properties

Identifier

Gets or sets the identifier.

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

The identifier.

Type

Gets or sets the type of the identifier.

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

The type of the identifier.

Version

Gets or sets the user specific version

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

Implements

INotifyPropertyChanged

Extension Methods

Extensions.Yield<T>(T)
In this article
Back to top Generated by DocFX