10 lines
374 B
Plaintext
10 lines
374 B
Plaintext
![]() |
|
||
|
private List<ColumnFormatInfo> $field$Format($classname$_View entity, object val)
|
||
|
{
|
||
|
return new List<ColumnFormatInfo>
|
||
|
{
|
||
|
ColumnFormatInfo.MakeDownloadButton(ButtonTypesEnum.Button,entity.$field$),
|
||
|
ColumnFormatInfo.MakeViewButton(ButtonTypesEnum.Button,entity.$field$,640,480),
|
||
|
};
|
||
|
}
|