Show / Hide Table of Contents

Class UserAction

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

Inheritance
Object
UserAction
UserComment
UserRating
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Algenta.Colectica.Model.Repository
Assembly: Algenta.Colectica.Model.dll
Syntax
[DataContract(Namespace = "http://ns.colectica.com/2009/07/")]
public class UserAction

Properties

AgencyId

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

Declaration
[DataMember]
public string AgencyId { get; set; }
Property Value
Type Description
String

Identifier

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

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

Username

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

Declaration
[DataMember]
public string Username { get; set; }
Property Value
Type Description
String

Version

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

Declaration
[DataMember]
public long Version { get; set; }
Property Value
Type Description
Int64

Extension Methods

Extensions.Yield<T>(T)
In This Article
Back to top Generated by DocFX