-
Notifications
You must be signed in to change notification settings - Fork 1
M_DBAppeal__ctor_1
Kyp Durron edited this page Aug 5, 2015
·
1 revision
Initializes a new instance of the DBAppeal class
Namespace: (Default Namespace)
Assembly: DOLDatabase (in DOLDatabase.dll) Version: 1.9.7.18691
C#
public DBAppeal(
string name,
string account,
int severity,
string status,
string timestamp,
string text
)
VB
Public Sub New (
name As String,
account As String,
severity As Integer,
status As String,
timestamp As String,
text As String
)
C++
public:
DBAppeal(
String^ name,
String^ account,
int severity,
String^ status,
String^ timestamp,
String^ text
)
F#
new :
name : string *
account : string *
severity : int *
status : string *
timestamp : string *
text : string -> DBAppeal
- name
- Type: System.String
[Missing documentation for "M:DBAppeal.#ctor(System.String,System.String,System.Int32,System.String,System.String,System.String)"] - account
- Type: System.String
[Missing documentation for "M:DBAppeal.#ctor(System.String,System.String,System.Int32,System.String,System.String,System.String)"] - severity
- Type: System.Int32
[Missing documentation for "M:DBAppeal.#ctor(System.String,System.String,System.Int32,System.String,System.String,System.String)"] - status
- Type: System.String
[Missing documentation for "M:DBAppeal.#ctor(System.String,System.String,System.Int32,System.String,System.String,System.String)"] - timestamp
- Type: System.String
[Missing documentation for "M:DBAppeal.#ctor(System.String,System.String,System.Int32,System.String,System.String,System.String)"] - text
- Type: System.String
[Missing documentation for "M:DBAppeal.#ctor(System.String,System.String,System.Int32,System.String,System.String,System.String)"]
DBAppeal Class
DBAppeal Overload
(Default Namespace) Namespace