Réserver une Démo

SVP notez : Cette page d’aide n’est pas pour la dernière version d’Enterprise Architect. La dernière aide peut être trouvée ici.

Pré. Proc.

ConnectorTag Class

A ConnectorTag is a Tagged Value for a connector and is accessed through the Connector TaggedValues collection.

Associated table in repository

t_connectortag

ConnectorTag Attributes

Attribute

Remarks

See also

ConnectorID

Long
Notes: Read/Write
The local ID of the associated connector.

FQName

String
Notes: Read only
The fully qualified name of the tag.

Name

String
Notes: Read/Write
The tag or name.

Notes

String
Notes: Read/Write
Further descriptive notes on this tag.
If 'Value' is set to '<memo>', then 'Notes' should contain the actual Tagged Value content.

ObjectType

ObjectType
Notes: Read only
Distinguishes objects referenced through a Dispatch interface.
ObjectType

TagGUID

String
Notes: Read/Write
A globally unique ID for this Tagged Value.

TagID

Long
Notes: Read only
A local ID to identify the Tagged Value.

Value

String
Notes: Read/Write
The value assigned to this tag.
This field has a 255 character limit. If the value is greater than 255 characters long, set the value to "<memo>" and insert the body of text in the 'Notes' attribute.
When reading existing Tagged Values, if 'Value' = "<memo>" then the developer should read the actual body of text from the 'Notes' attribute.

ConnectorTag Methods

Method

Remarks

See also

GetAttribute(string propName)

String
Notes: Returns the text of a single named property within a Structured Tagged Value.

GetLastError()

String
Notes: Returns a string value describing the most recent error that occurred in relation to this object.

HasAttributes()

Boolean
Notes: Returns True if the Tagged Value is a Structured Tagged Value with one or more properties.

SetAttribute(string propName, string propValue)

Boolean
Notes: Sets the text of a single named property within a Structured Tagged Value.

Update()

Boolean
Notes: Update the current ConnectorTag object after modification or appending a new item.
If False is returned, check the 'GetLastError()' function for more information.