tSubConversationItems - свойство
Пространство имён: Tessa.Workflow.BPMN.ClassesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
[XmlElementAttribute("callConversation", typeof(tCallConversation))]
[XmlElementAttribute("conversation", typeof(tConversation))]
[XmlElementAttribute("conversationNode", typeof(tConversationNode))]
[XmlElementAttribute("subConversation", typeof(tSubConversation))]
public tConversationNode[] Items { get; set; }
<XmlElementAttribute("callConversation", GetType(tCallConversation))>
<XmlElementAttribute("conversation", GetType(tConversation))>
<XmlElementAttribute("conversationNode", GetType(tConversationNode))>
<XmlElementAttribute("subConversation", GetType(tSubConversation))>
Public Property Items 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^>^ Items {
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 Items : tConversationNode[] with get, set
Значение свойства
tConversationNode