TimesheetLineClassDataSet.LineClassesDataTable.AddLineClassesRow Method (Guid, String, Boolean, String, Boolean, Boolean, Byte, Boolean, String, DateTime)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: [Admin Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Admin.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Admin.asmx?wsdl
Syntax
'Declaration
Public Function AddLineClassesRow ( _
TS_LINE_CLASS_UID As Guid, _
TS_LINE_CLASS_NAME As String, _
TS_LINE_CLASS_IS_EDITABLE As Boolean, _
TS_LINE_CLASS_DESC As String, _
TS_LINE_CLASS_IS_DISABLED As Boolean, _
TS_LINE_CLASS_ALWAYS_DISPLAY As Boolean, _
TS_LINE_CLASS_TYPE As Byte, _
TS_LINE_CLASS_NEED_APPROVAL As Boolean, _
TS_LINE_CLASS_ORGANIZATION As String, _
MOD_DATE As DateTime _
) As TimesheetLineClassDataSet.LineClassesRow
'Usage
Dim instance As TimesheetLineClassDataSet.LineClassesDataTable
Dim TS_LINE_CLASS_UID As Guid
Dim TS_LINE_CLASS_NAME As String
Dim TS_LINE_CLASS_IS_EDITABLE As Boolean
Dim TS_LINE_CLASS_DESC As String
Dim TS_LINE_CLASS_IS_DISABLED As Boolean
Dim TS_LINE_CLASS_ALWAYS_DISPLAY As Boolean
Dim TS_LINE_CLASS_TYPE As Byte
Dim TS_LINE_CLASS_NEED_APPROVAL As Boolean
Dim TS_LINE_CLASS_ORGANIZATION As String
Dim MOD_DATE As DateTime
Dim returnValue As TimesheetLineClassDataSet.LineClassesRow
returnValue = instance.AddLineClassesRow(TS_LINE_CLASS_UID, _
TS_LINE_CLASS_NAME, TS_LINE_CLASS_IS_EDITABLE, _
TS_LINE_CLASS_DESC, TS_LINE_CLASS_IS_DISABLED, _
TS_LINE_CLASS_ALWAYS_DISPLAY, TS_LINE_CLASS_TYPE, _
TS_LINE_CLASS_NEED_APPROVAL, TS_LINE_CLASS_ORGANIZATION, _
MOD_DATE)
public TimesheetLineClassDataSet.LineClassesRow AddLineClassesRow(
Guid TS_LINE_CLASS_UID,
string TS_LINE_CLASS_NAME,
bool TS_LINE_CLASS_IS_EDITABLE,
string TS_LINE_CLASS_DESC,
bool TS_LINE_CLASS_IS_DISABLED,
bool TS_LINE_CLASS_ALWAYS_DISPLAY,
byte TS_LINE_CLASS_TYPE,
bool TS_LINE_CLASS_NEED_APPROVAL,
string TS_LINE_CLASS_ORGANIZATION,
DateTime MOD_DATE
)
Parameters
- TS_LINE_CLASS_UID
Type: System.Guid
- TS_LINE_CLASS_NAME
Type: System.String
- TS_LINE_CLASS_IS_EDITABLE
Type: System.Boolean
- TS_LINE_CLASS_DESC
Type: System.String
- TS_LINE_CLASS_IS_DISABLED
Type: System.Boolean
- TS_LINE_CLASS_ALWAYS_DISPLAY
Type: System.Boolean
- TS_LINE_CLASS_TYPE
Type: System.Byte
- TS_LINE_CLASS_NEED_APPROVAL
Type: System.Boolean
- TS_LINE_CLASS_ORGANIZATION
Type: System.String
- MOD_DATE
Type: System.DateTime
Return Value
Type: [Admin Web service].TimesheetLineClassDataSet.LineClassesRow
Remarks
In general, developers should use the AddLineClassesRow(TimesheetLineClassDataSet.LineClassesRow) overload.
See Also
Reference
TimesheetLineClassDataSet.LineClassesDataTable Class