com.microsoft.tfs.core.clients.workitem.form
Interface WIFormDescription

All Superinterfaces:
WIFormElement

public interface WIFormDescription
extends WIFormElement

WIFormDescription - represents the "Form" complex type. Possible children: WIFormLayout

Since:
TEE-SDK-10.1

Method Summary
 WIFormLayout[] getLayoutChildren()
          Corresponds to "Layout" child elements in XML minOccurs: 1 maxOccurs: unbounded
 
Methods inherited from interface com.microsoft.tfs.core.clients.workitem.form.WIFormElement
getAttribute, getAttributeNames, getChildElements, getParentElement
 

Method Detail

getLayoutChildren

WIFormLayout[] getLayoutChildren()
Corresponds to "Layout" child elements in XML minOccurs: 1 maxOccurs: unbounded



© 2015 Microsoft. All rights reserved.