ListBoxItemFilter Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic ListBoxItemFilter(
string Id,
string Val,
string Name,
bool Active,
string SpName
)
Public Sub New (
Id As String,
Val As String,
Name As String,
Active As Boolean,
SpName As String
)
public:
ListBoxItemFilter(
String^ Id,
String^ Val,
String^ Name,
bool Active,
String^ SpName
)
new :
Id : string *
Val : string *
Name : string *
Active : bool *
SpName : string -> ListBoxItemFilter
Parameters
- Id
- Type: SystemString
- Val
- Type: SystemString
- Name
- Type: SystemString
- Active
- Type: SystemBoolean
- SpName
- Type: SystemString
See Also