Class TagHelper
Inheritance
↳ object
↳ TagHelper
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic static class TagHelper
Methods
ToTagStringForDatabase(List<string>)
Declarationpublic static string ToTagStringForDatabase(List<string> tags)
Type | Name | Description |
---|---|---|
List<string> | tags |
Type | Description |
---|---|
string |
ToTagString(List<string>)
Declarationpublic static string ToTagString(List<string> tags)
Type | Name | Description |
---|---|---|
List<string> | tags |
Type | Description |
---|---|
string |
PrepareTagsList(List<string>)
Declarationpublic static List<string> PrepareTagsList(List<string> tags)
Type | Name | Description |
---|---|---|
List<string> | tags |
Type | Description |
---|---|
List<string> |
FromTagStringForDatabase(string)
Declarationpublic static List<string> FromTagStringForDatabase(string value)
Type | Name | Description |
---|---|---|
string | value |
Type | Description |
---|---|
List<string> |
FromTagString(string)
Declarationpublic static List<string> FromTagString(string value)
Type | Name | Description |
---|---|---|
string | value |
Type | Description |
---|---|
List<string> |
ReplaceTagsInScheme(IWorkflowBuilder, string, IEnumerable<string>)
Declarationpublic static string ReplaceTagsInScheme(this IWorkflowBuilder workflowBuilder, string schemeText, IEnumerable<string> tags)
Type | Name | Description |
---|---|---|
IWorkflowBuilder | workflowBuilder | |
string | schemeText | |
IEnumerable<string> | tags |
Type | Description |
---|---|
string |