tGlobalTaskItems - свойство |
Пространство имён:
Tessa.Workflow.BPMN.Classes
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [XmlElementAttribute("performer", typeof(tPerformer))]
[XmlElementAttribute("resourceRole", typeof(tResourceRole))]
public tResourceRole[] Items { get; set; }
<XmlElementAttribute("performer", GetType(tPerformer))>
<XmlElementAttribute("resourceRole", GetType(tResourceRole))>
Public Property Items As tResourceRole()
Get
Set
public:
[XmlElementAttribute(L"performer", typeof(tPerformer))]
[XmlElementAttribute(L"resourceRole", typeof(tResourceRole))]
property array<tResourceRole^>^ Items {
array<tResourceRole^>^ get ();
void set (array<tResourceRole^>^ value);
}
[<XmlElementAttribute("performer", typeof(tPerformer))>]
[<XmlElementAttribute("resourceRole", typeof(tResourceRole))>]
member Items : tResourceRole[] with get, set
Значение свойства
Тип:
tResourceRoleЗаметки См. также