FileTemplate - конструктор
Пространство имён: Tessa.Extensions.Platform.Shared.CardsСборка: Tessa (в Tessa.dll) Версия: 4.0.4
public FileTemplate(
Guid id,
string name,
FileTemplateType templateType,
string group,
string fileName,
IEnumerable<Object> typesOrViews,
bool convertToPdf
)
Public Sub New (
id As Guid,
name As String,
templateType As FileTemplateType,
group As String,
fileName As String,
typesOrViews As IEnumerable(Of Object),
convertToPdf As Boolean
)
public:
FileTemplate(
Guid id,
String^ name,
FileTemplateType templateType,
String^ group,
String^ fileName,
IEnumerable<Object^>^ typesOrViews,
bool convertToPdf
)
new :
id : Guid *
name : string *
templateType : FileTemplateType *
group : string *
fileName : string *
typesOrViews : IEnumerable<Object> *
convertToPdf : bool -> FileTemplate
Параметры
- id Guid
-
- name String
-
- templateType FileTemplateType
-
- group String
-
- fileName String
-
- typesOrViews IEnumerableObject
-
- convertToPdf Boolean
-