Class UserId
Defines a user-defined identifier for an item, which does not need to be universally unique.
Implements
Inherited Members
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 |