tCollaborationItems - свойство
Пространство имён: Tessa.Workflow.BPMN.ClassesСборка: Tessa (в Tessa.dll) Версия: 4.0.4
[XmlElementAttribute("artifact", typeof(tArtifact))]
[XmlElementAttribute("association", typeof(tAssociation))]
[XmlElementAttribute("group", typeof(tGroup))]
[XmlElementAttribute("textAnnotation", typeof(tTextAnnotation))]
public tArtifact[] Items { get; set; }
<XmlElementAttribute("artifact", GetType(tArtifact))>
<XmlElementAttribute("association", GetType(tAssociation))>
<XmlElementAttribute("group", GetType(tGroup))>
<XmlElementAttribute("textAnnotation", GetType(tTextAnnotation))>
Public Property Items As tArtifact()
Get
Set
public:
[XmlElementAttribute(L"artifact", typeof(tArtifact))]
[XmlElementAttribute(L"association", typeof(tAssociation))]
[XmlElementAttribute(L"group", typeof(tGroup))]
[XmlElementAttribute(L"textAnnotation", typeof(tTextAnnotation))]
property array<tArtifact^>^ Items {
array<tArtifact^>^ get ();
void set (array<tArtifact^>^ value);
}
[<XmlElementAttribute("artifact", typeof(tArtifact))>]
[<XmlElementAttribute("association", typeof(tAssociation))>]
[<XmlElementAttribute("group", typeof(tGroup))>]
[<XmlElementAttribute("textAnnotation", typeof(tTextAnnotation))>]
member Items : tArtifact[] with get, set
Значение свойства
tArtifact