Method | Description | |
---|---|---|
Create ( FieldStart start ) : |
Create an inline field for the given field start node.
|
|
GetCode ( ) : string |
Gets the code of the field, e.g. " MERGEFIELD MyField ".
|
|
GetEnd ( ) : FieldEnd |
Gets the field end node.
|
|
GetNodes ( ) : IEnumerable |
Gets the node that make up the inline field.
|
|
IsValid ( ) : bool |
Determines if the field is a valid inline field.
|
|
TryParse ( FieldStart start, |
Attempt to create an inline field for the given start field.
|
Method | Description | |
---|---|---|
FindMatchingEnd ( FieldStart start ) : FieldEnd |
Find the FieldEnd node that matches the field's start node.
|
|
InlineField ( FieldStart start ) : System.Collections.Generic |
public static Create ( FieldStart start ) : |
||
start | FieldStart | |
return |
public static TryParse ( FieldStart start, |
||
start | FieldStart | |
field | ||
return | bool |