MapperFilter Constructor (String, String, String, String, String, FilterFlags) |
Constructs a new instance of the object.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public MapperFilter(
string name,
string clause,
string shortDesc,
string longDesc,
string creator,
FilterFlags flags
)
Public Sub New (
name As String,
clause As String,
shortDesc As String,
longDesc As String,
creator As String,
flags As FilterFlags
)
Parameters
- name
- Type: SystemString
The name of the filter. - clause
- Type: SystemString
The filter clause. - shortDesc
- Type: SystemString
The short description for the filter. - longDesc
- Type: SystemString
The long description for the filter. - creator
- Type: SystemString
The creator of the filter (typically a UserID). - flags
- Type: NetQuarry.DataFilterFlags
Flags specifying additional information about the filter.
See Also