[This is preliminary documentation and is subject to change.]

Inserts the fixed field values

Namespace:  OfficeClip.DBLayer.Tracker
Assembly:  OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0

Syntax

C#
public void InsertFixedFieldValues(
	int projectId,
	string caseName,
	string status,
	string criticality,
	string category,
	string kind,
	string createdBy,
	string modifiedBy,
	string createdDate,
	string modifiedDate,
	string assigned,
	string title,
	string description,
	string resolution,
	string comments
)
Visual Basic (Declaration)
Public Sub InsertFixedFieldValues ( _
	projectId As Integer, _
	caseName As String, _
	status As String, _
	criticality As String, _
	category As String, _
	kind As String, _
	createdBy As String, _
	modifiedBy As String, _
	createdDate As String, _
	modifiedDate As String, _
	assigned As String, _
	title As String, _
	description As String, _
	resolution As String, _
	comments As String _
)
Visual C++
public:
void InsertFixedFieldValues(
	int projectId, 
	String^ caseName, 
	String^ status, 
	String^ criticality, 
	String^ category, 
	String^ kind, 
	String^ createdBy, 
	String^ modifiedBy, 
	String^ createdDate, 
	String^ modifiedDate, 
	String^ assigned, 
	String^ title, 
	String^ description, 
	String^ resolution, 
	String^ comments
)

Parameters

projectId
Type: System..::.Int32
caseName
Type: System..::.String
status
Type: System..::.String
criticality
Type: System..::.String
category
Type: System..::.String
kind
Type: System..::.String
createdBy
Type: System..::.String
modifiedBy
Type: System..::.String
createdDate
Type: System..::.String
modifiedDate
Type: System..::.String
assigned
Type: System..::.String
title
Type: System..::.String
description
Type: System..::.String
resolution
Type: System..::.String
comments
Type: System..::.String

See Also