ComboBoxItemAuditType Constructor |
Namespace: SxcDeskAppLibAssembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntaxpublic ComboBoxItemAuditType(
string Id,
string Name,
string Code
)
Public Sub New (
Id As String,
Name As String,
Code As String
)
public:
ComboBoxItemAuditType(
String^ Id,
String^ Name,
String^ Code
)
new :
Id : string *
Name : string *
Code : string -> ComboBoxItemAuditType
Parameters
- Id
- Type: SystemString
- Name
- Type: SystemString
- Code
- Type: SystemString
See Also