Method |
Description |
|
Add ( ConnectorObject obj ) : ConnectorObjectBuilder |
Takes all the attribute from a ConnectorObject and add/overwrite the current attributes. |
|
AddAttribute ( ) : ConnectorObjectBuilder |
|
|
AddAttribute ( String name ) : ConnectorObjectBuilder |
Adds values to the attribute. |
|
AddAttribute ( String name, ICollection |
Adds each object in the collection. |
|
AddAttributes ( ICollection attrs ) : ConnectorObjectBuilder |
|
|
Build ( ) : ConnectorObject |
|
|
ConnectorObjectBuilder ( ) : System |
|
|
SetName ( Name name ) : void |
|
|
SetName ( string name ) : void |
|
|
SetUid ( Uid uid ) : void |
|
|
SetUid ( string uid ) : void |
|
|