Skip to main content

Class GlobalParameterEntity

Inheritance

↳ object

    GlobalParameterEntity

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 GlobalParameterEntity : IEntity

Properties

Id

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

Type

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

Name

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

Value

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

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