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