Skip to main content

Class SyncEntity

Inheritance

↳ object

    SyncEntity

Implements

IEntity

Inherited Members

Equals(object)

Equals(object, object)

GetHashCode()

GetType()

MemberwiseClone()

ReferenceEquals(object, object)

ToString()

Namespace: OptimaJet.Workflow.Core.Entities

Assembly: OptimaJet.Workflow.Core.dll

Syntax
public class SyncEntity : IEntity

Properties

Name

Declaration
public string Name { get; set; }
Property value
TypeDescription
string

Lock

Declaration
public Guid Lock { get; set; }
Property value
TypeDescription
Guid

Methods

GetValue(string)

Declaration
public object GetValue(string key)
Parameters
TypeNameDescription
stringkey
Returns
TypeDescription
object

SetValue(string, object)

Declaration
public void SetValue(string key, object value)
Parameters
TypeNameDescription
stringkey
objectvalue

Extension Methods