EBDN - Community

Articles

Statistics
  • 47 Articles

Full Qualified Name

RestService.UpdateDictionaryTextById

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestItemResponse<DictionaryRow> UpdateDictionaryTextById ( string database ,
	string oid ,
	string textId ,
	DictionaryRow dictRow ,
	string userSid );

Parameters

Parameters Description
...

Full Qualified Name

RestService.UpdateDictionaryTextById

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestItemResponse<DictionaryRow> UpdateDictionaryTextById ( string database ,
	string oid ,
	string textId ,
	DictionaryRow dictRow ,
	string userSid );

Parameters

Parameters Description
string database Name of the database.
string oid The OID of the dictionary.
string textId The text id in the dictioanry.
DictionaryRow dictRow The data for the dictionary reference.
string userSid SID of the user (optional for multilayer scenarios)

Returns

Response with the dictionary row with updated texts.

Description

Update the texts of a dictionary reference in the dictionary.

History

Date Dev ID Comment
16.01.17 MRo 172334 Created
17.12.17 rla 180997 added User SID as optional parameter

  1.   07 February 2019
  2.   RestService Class

Full Qualified Name

RestService.UpdateSingleAttribute

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestItemResponse<AttributeData> UpdateSingleAttribute ( string database ,
	string oid ,
	string aid ,
	AttributeData attrData ,
	string userSid );

Description

Change a single attribute from an object.

History

Date ...

Full Qualified Name

RestService.UpdateSingleAttribute

Syntax

C#
[OperationBehavior(Impersonation = ImpersonationOption.Allowed)]
public RestItemResponse<AttributeData> UpdateSingleAttribute ( string database ,
	string oid ,
	string aid ,
	AttributeData attrData ,
	string userSid );

Description

Change a single attribute from an object.

History

Date Dev ID Comment
17.01.17 mro 163398 Created
17.12.17 rla 180997 added User SID as optional parameter

  1.   07 February 2019
  2.   RestService Class
No articles created yet
Unable to load tooltip content.