메소드 | 설명 | |
---|---|---|
GetSuggestedFileName ( TagLayout layout ) : string |
Gets the suggested filename for a layout.
|
|
WriteLayout ( TagLayout layout, |
Writes a layout to a stream.
|
|
WriteLayout ( TagLayout layout, string path ) : void |
Writes a layout to a file.
|
public abstract GetSuggestedFileName ( TagLayout layout ) : string | ||
layout | TagLayout | The layout. |
리턴 | string |
public abstract WriteLayout ( TagLayout layout, |
||
layout | TagLayout | The layout to write. |
writer | The writer to write to. | |
리턴 | void |
public WriteLayout ( TagLayout layout, string path ) : void | ||
layout | TagLayout | The layout to write. |
path | string | The path to write to. |
리턴 | void |