tCollaborationItems1 - свойство |
Пространство имён:
Tessa.Workflow.BPMN.Classes
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [XmlElementAttribute("callConversation", typeof(tCallConversation))]
[XmlElementAttribute("conversation", typeof(tConversation))]
[XmlElementAttribute("conversationNode", typeof(tConversationNode))]
[XmlElementAttribute("subConversation", typeof(tSubConversation))]
public tConversationNode[] Items1 { get; set; }
<XmlElementAttribute("callConversation", GetType(tCallConversation))>
<XmlElementAttribute("conversation", GetType(tConversation))>
<XmlElementAttribute("conversationNode", GetType(tConversationNode))>
<XmlElementAttribute("subConversation", GetType(tSubConversation))>
Public Property Items1 As tConversationNode()
Get
Set
public:
[XmlElementAttribute(L"callConversation", typeof(tCallConversation))]
[XmlElementAttribute(L"conversation", typeof(tConversation))]
[XmlElementAttribute(L"conversationNode", typeof(tConversationNode))]
[XmlElementAttribute(L"subConversation", typeof(tSubConversation))]
property array<tConversationNode^>^ Items1 {
array<tConversationNode^>^ get ();
void set (array<tConversationNode^>^ value);
}
[<XmlElementAttribute("callConversation", typeof(tCallConversation))>]
[<XmlElementAttribute("conversation", typeof(tConversation))>]
[<XmlElementAttribute("conversationNode", typeof(tConversationNode))>]
[<XmlElementAttribute("subConversation", typeof(tSubConversation))>]
member Items1 : tConversationNode[] with get, set
Значение свойства
Тип:
tConversationNodeЗаметки См. также