EBDN - Community

Articles

Statistics
  • 15 Articles

Full Qualified Name

Aucotec.EngineeringBase.Client.Shared.MacroSettings.Setting.ContainsKey

Syntax

C#
public bool ContainsKey ( string id );

Parameters

Parameters Description
string id

Description

Determines whether the Settings contains the specified setting key ...

Full Qualified Name

Aucotec.EngineeringBase.Client.Shared.MacroSettings.Setting.ContainsKey

Syntax

C#
public bool ContainsKey ( string id );

Parameters

Parameters Description
string id

Description

Determines whether the Settings contains the specified setting key

  1.   15 November 2015
  2.   Setting Class

Full Qualified Name

Aucotec.EngineeringBase.Client.Shared.MacroSettings.Setting.GetSetting

Syntax

C#
public SettingValueBase GetSetting ( string id );

Parameters

Parameters Description
string id Id of the...

Full Qualified Name

Aucotec.EngineeringBase.Client.Shared.MacroSettings.Setting.GetSetting

Syntax

C#
public SettingValueBase GetSetting ( string id );

Parameters

Parameters Description
string id Id of the SettingValue.

Returns

A SettingValue of the given id. If "id" was not found the return value is NULL.

Description

Returns the SettingValue of the given id.

  1.   15 November 2015
  2.   Setting Class

Full Qualified Name

Aucotec.EngineeringBase.Client.Shared.MacroSettings.Setting.this

Syntax

C#
public SettingValueBase this [ string id ];

Parameters

Parameters Description
string id Id of the SettingValue. ...

Full Qualified Name

Aucotec.EngineeringBase.Client.Shared.MacroSettings.Setting.this

Syntax

C#
public SettingValueBase this [ string id ];

Parameters

Parameters Description
string id Id of the SettingValue.

Returns

A SettingValue of the given id. If "id" was not found the return value is NULL.

Description

Returns the SettingValue of the given id.

  1.   15 November 2015
  2.   Setting Class

Full Qualified Name

Aucotec.EngineeringBase.Client.Runtime.UtilsExtended.GetConnectorData

Syntax

C#
public abstract void GetConnectorData ( ObjectItem connectorObj ,
	ref System.Collections.Generic.IList< PlugConnector > connectors ,
	ref System.Collections.Generic.IList< PlugConnection > connections );

Parameters

Parameters Description
...

Full Qualified Name

Aucotec.EngineeringBase.Client.Runtime.UtilsExtended.GetConnectorData

Syntax

C#
public abstract void GetConnectorData ( ObjectItem connectorObj ,
	ref System.Collections.Generic.IList< PlugConnector > connectors ,
	ref System.Collections.Generic.IList< PlugConnection > connections );

Parameters

Parameters Description
ObjectItem connectorObj Object instance of the connection object
ref System.Collections.Generic.IList<PlugConnector> connectors A list of connectors
ref System.Collections.Generic.IList<PlugConnection> connections A list of connections

Description

Gets connector data

Remarks

It is necessary to free all server side cached objects with Aucotec.EngineeringBase.Client.Runtime.UtilsExtended.FreeConnectorData . Call Aucotec.EngineeringBase.Client.Runtime.UtilsExtended.FreeConnectorData after calling this method.

  1.   15 November 2015
  2.   UtilsExtended Class

Full Qualified Name

Aucotec.EngineeringBase.Client.Runtime.ExternalDocument.OriginalFileName

Syntax

C#
public abstract string OriginalFileName ;

Description

Returns the original file and path of the document

Full Qualified Name

Aucotec.EngineeringBase.Client.Runtime.ExternalDocument.OriginalFileName

Syntax

C#
public abstract string OriginalFileName ;

Description

Returns the original file and path of the document

No articles created yet
Unable to load tooltip content.