What are use of following attributes and datatypes in doors(DXL)?

Que1) Please tell me why and where following attributes are used in doors-

Attributes:- TableType,TableTopBorder,TableShowWide,TableShowBookform,TableShowAttrs,TableRightBorder,TableLinkIndicators,TableLeftBorder,TableChangeBars,OLEIconic.

Que2) Also, tell me what are the following data types are used for-

Datatypes:- TableEdgeType,TableType,TableCellAlign

Que3) Also, tell me what will be the respective datatypes for those attributes in C#

 


Mayur Chaudhari - Wed Nov 01 02:40:26 EDT 2017

Re: What are use of following attributes and datatypes in doors(DXL)?
PekkaMakinen - Wed Nov 01 03:23:18 EDT 2017

See http://www-01.ibm.com/support/docview.wss?uid=swg21421345

Re: What are use of following attributes and datatypes in doors(DXL)?
Mayur Chaudhari - Wed Nov 01 05:32:11 EDT 2017

PekkaMakinen - Wed Nov 01 03:23:18 EDT 2017

See http://www-01.ibm.com/support/docview.wss?uid=swg21421345

Hi PekkaMakinen

Thanks for answering question1, could u please answer question 2 and question 3?

Re: What are use of following attributes and datatypes in doors(DXL)?
PekkaMakinen - Wed Nov 01 06:52:02 EDT 2017

Mayur Chaudhari - Wed Nov 01 05:32:11 EDT 2017

Hi PekkaMakinen

Thanks for answering question1, could u please answer question 2 and question 3?

As you note from reading the IBM support page, those attributes are enumerated attributes with text contents defined in the attribute type. E.g. attribute TableType is based on attribute type TableType, which is defined as 

TableType - Determines if an object is part of a table and, if so, what type of table object it is. The possible values are:
'TableNone': Not part of a table

'TableBase': Table header object

'TableRow': Table row object

'TableCell': Table cell

Re: What are use of following attributes and datatypes in doors(DXL)?
Mayur Chaudhari - Fri Nov 03 06:47:08 EDT 2017

PekkaMakinen - Wed Nov 01 06:52:02 EDT 2017

As you note from reading the IBM support page, those attributes are enumerated attributes with text contents defined in the attribute type. E.g. attribute TableType is based on attribute type TableType, which is defined as 

TableType - Determines if an object is part of a table and, if so, what type of table object it is. The possible values are:
'TableNone': Not part of a table

'TableBase': Table header object

'TableRow': Table row object

'TableCell': Table cell

What is this type:- TableEdgeType and what is the respective type for TableEdgeType in C#?

Re: What are use of following attributes and datatypes in doors(DXL)?
Mike.Scharnow - Fri Nov 03 07:46:56 EDT 2017

Mayur Chaudhari - Fri Nov 03 06:47:08 EDT 2017

What is this type:- TableEdgeType and what is the respective type for TableEdgeType in C#?

you can look yourself. Start DOORS, Tools → Options → Settings → Show → Advanced System Attributes

Open any module → Edit → Attributes.

Unfortunately, you cannot see the "Advanced System Types", but you can see, which attributes have the Type you are looking for. With this information, you can check the support page to see which values are allowed.

 

I am curious about your request concerning C# - Types? Which way of communication do you use to access DOORS with C#??