Patterns: WIP Pattern2
This commit is contained in:
@@ -11,7 +11,6 @@ Namespace [PatternModule]
|
||||
Public Const CLIPBOARD_VALUE_EN = "@Clipboard"
|
||||
|
||||
Public Property PatternIdentifier As String = "CLIP" Implements IModule.PatternIdentifier
|
||||
|
||||
Public Property IsComplex As Boolean = False Implements IModule.IsComplex
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig)
|
||||
|
||||
@@ -14,7 +14,6 @@ Namespace [PatternModule]
|
||||
Public Const INT_VALUE_DATE = "DATE"
|
||||
|
||||
Public Property PatternIdentifier As String = "INT" Implements IModule.PatternIdentifier
|
||||
|
||||
Public Property IsComplex As Boolean = False Implements IModule.IsComplex
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig)
|
||||
|
||||
@@ -14,7 +14,6 @@ Namespace [PatternModule]
|
||||
Public Const USER_VALUE_USER_NAME = "USER_NAME"
|
||||
|
||||
Public Property PatternIdentifier As String = "USER" Implements IModule.PatternIdentifier
|
||||
|
||||
Public Property IsComplex As Boolean = True Implements IModule.IsComplex
|
||||
|
||||
Public Sub New(pLogConfig As LogConfig)
|
||||
|
||||
Reference in New Issue
Block a user