TimesheetLineClassDataSet.LineClassesDataTable.AddLineClassesRow 方法 (Guid, String, Boolean, String, Boolean, Boolean, Byte, Boolean, String, DateTime, Boolean)
此成员仅供内部使用,不能直接在您的代码中使用。
命名空间: WebSvcAdmin
程序集: ProjectServerServices(位于 ProjectServerServices.dll 中)
语法
声明
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, _
TS_LINE_CLASS_MULTILINE As Boolean _
) As TimesheetLineClassDataSet.LineClassesRow
用法
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 TS_LINE_CLASS_MULTILINE As Boolean
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, TS_LINE_CLASS_MULTILINE)
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,
bool TS_LINE_CLASS_MULTILINE
)
参数
- TS_LINE_CLASS_UID
类型:System.Guid
- TS_LINE_CLASS_NAME
类型:System.String
- TS_LINE_CLASS_IS_EDITABLE
类型:System.Boolean
- TS_LINE_CLASS_DESC
类型:System.String
- TS_LINE_CLASS_IS_DISABLED
类型:System.Boolean
- TS_LINE_CLASS_ALWAYS_DISPLAY
类型:System.Boolean
- TS_LINE_CLASS_TYPE
类型:System.Byte
- TS_LINE_CLASS_NEED_APPROVAL
类型:System.Boolean
- TS_LINE_CLASS_ORGANIZATION
类型:System.String
- MOD_DATE
类型:System.DateTime
- TS_LINE_CLASS_MULTILINE
类型:System.Boolean
返回值
类型:WebSvcAdmin.TimesheetLineClassDataSet.LineClassesRow
另请参阅
引用
TimesheetLineClassDataSet.LineClassesDataTable 类