Show / Hide Table of Contents

Class UserAction

Represents an action performed by a user on an item in the repository.

Inheritance
System.Object
UserAction
UserComment
UserRating
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
public class UserAction : object

Properties

AgencyId

Gets or sets the agency identifier of the item that was acted upon.

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

Identifier

Gets or sets the identifier of the item that was acted upon.

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

Username

Gets or sets the username of the user who performed the action.

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

Version

Gets or sets the version of the item that was acted upon.

Declaration
public long Version { get; set; }
Property Value
Type Description
System.Int64

Extension Methods

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