Class SchemeEntity
OptimaJet.Workflow.Core.Entities.SchemeEntity
Namespace: OptimaJet.Workflow.Core.Entities
public class SchemeEntity : IEntityInheritance
- System.Object
Implemented Interfaces
Properties
Name
Type
Id #GuidCode #StringScheme #StringCanBeInlined #BooleanInlinedSchemes #StringTags #StringTenantId #StringMethods
public List<string> GetInlinedSchemes() #Returns
Type
Description
List<String>public object GetValue(string key) #Gets the value of a property "key"
Parameters
Name
Type
Description
keyStringReturns
Type
Description
Objectpublic void SetValue(string key, object value) #Sets a "value" for a property "key"
Parameters
Name
Type
Description
keyStringvalueObject