Public Interface IModule
'''
''' The short identifier which identifies all placeholders of this module
'''
'''
Property PatternIdentifier As String
'''
''' Does this Module have outside dependencies like a database or a library like windream
'''
'''
Property IsComplex As Boolean
End Interface