Namespace: P4s3WebSvcRefLib.P4s3WebSvcReference
Assembly: P4s3WebSvcRefLib (in P4s3WebSvcRefLib.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[OperationContractAttribute(Action = "http://tempuri.org/IService1/AddNewFilterActive", 
	ReplyAction = "http://tempuri.org/IService1/AddNewFilterActiveResponse")]
bool AddNewFilterActive(
	string username,
	string userId,
	string name,
	string columns,
	string sql,
	string description,
	string isPublic,
	string criteria,
	string createdOn,
	string owner,
	string icon,
	string serialCoded,
	string serialLiteral,
	string fromWizard,
	string active,
	string key
)
Visual Basic
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddNewFilterActive", 
	ReplyAction := "http://tempuri.org/IService1/AddNewFilterActiveResponse")> 
Function AddNewFilterActive ( 
	username As String,
	userId As String,
	name As String,
	columns As String,
	sql As String,
	description As String,
	isPublic As String,
	criteria As String,
	createdOn As String,
	owner As String,
	icon As String,
	serialCoded As String,
	serialLiteral As String,
	fromWizard As String,
	active As String,
	key As String
) As Boolean
Visual C++
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddNewFilterActive", 
	ReplyAction = L"http://tempuri.org/IService1/AddNewFilterActiveResponse")]
bool AddNewFilterActive(
	String^ username, 
	String^ userId, 
	String^ name, 
	String^ columns, 
	String^ sql, 
	String^ description, 
	String^ isPublic, 
	String^ criteria, 
	String^ createdOn, 
	String^ owner, 
	String^ icon, 
	String^ serialCoded, 
	String^ serialLiteral, 
	String^ fromWizard, 
	String^ active, 
	String^ key
)

Parameters

username
Type: System..::..String
userId
Type: System..::..String
name
Type: System..::..String
columns
Type: System..::..String
sql
Type: System..::..String
description
Type: System..::..String
isPublic
Type: System..::..String
criteria
Type: System..::..String
createdOn
Type: System..::..String
owner
Type: System..::..String
icon
Type: System..::..String
serialCoded
Type: System..::..String
serialLiteral
Type: System..::..String
fromWizard
Type: System..::..String
active
Type: System..::..String
key
Type: System..::..String

Return Value

Type: Boolean

See Also