메소드 | 설명 | |
---|---|---|
GroupedInserter ( |
Creates a new GroupedInserter using the specified grouping configuration.
|
|
GroupedInserter ( |
Creates a new GroupedInserter using the specified grouping configuration and sorter.
|
|
InsertElement ( ICodeElement parentElement, ICodeElement codeElement ) : void |
Inserts the element within the parent.
|
메소드 | 설명 | |
---|---|---|
GetGroupName ( ElementAttributeType elementFilterType, ICodeElement codeElement ) : string |
Gets the name of the group the element falls into.
|
public GroupedInserter ( |
||
groupBy | The group by. | |
리턴 | System |
public GroupedInserter ( |
||
groupBy | The group by. | |
innerInserter | IElementInserter | The inner inserter. |
리턴 | System |
public InsertElement ( ICodeElement parentElement, ICodeElement codeElement ) : void | ||
parentElement | ICodeElement | Parent element to insert into. |
codeElement | ICodeElement | Code element to insert. |
리턴 | void |