Layout Methods | 
The Layout type exposes the following members.
| Name | Description | |
|---|---|---|
| AddField | 
            Creates and appends a new LayoutField to the Layout.
              | |
| Compile | 
            Compiles the supplied Layout specification.
              | |
| CompileEcu | 
            Compiles  the  suplied  ECUSER  specification  into a Layout. The {@code
            specification} is  composed  of  a  sequence  of  three  or  more  lines
            separeted  by  a  new-line character. The first of these lines specifies
            the  name  of  the  Layout.   The   last   line   specifies   the
            signature of the Layout. The lines between the first and the last
            specify the fields of the Layout.
              | |
| Complete | 
            Completes the definition of the collection of fields of this Layout.
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Exists | 
            Returns    true    if   the   field   identified   by   fieldName exists in the Layout.
              | |
| GetEnumerator | 
            Returns  a  read-only  enumerator  over  the collection of fields in the
            Layout.
              | |
| GetField | 
            Returns   the   Layout   field  identified  by  the  supplied  fieldName.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| ToString | 
            Creates and returns a string serialization of this Layout.
              (Overrides ObjectToString.) |