ItemModel(Guid, String, String, AttachmentType, Int64) - конструктор
Инициализирует новый экземпляр класса
ItemModelПространство имён: Tessa.Forums.ModelsСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public ItemModel(
Guid id,
string uri,
string caption,
AttachmentType type,
long fileSize = -1
)
Public Sub New (
id As Guid,
uri As String,
caption As String,
type As AttachmentType,
Optional fileSize As Long = -1
)
public:
ItemModel(
Guid id,
String^ uri,
String^ caption,
AttachmentType type,
long long fileSize = -1
)
new :
id : Guid *
uri : string *
caption : string *
type : AttachmentType *
?fileSize : int64
(* Defaults:
let _fileSize = defaultArg fileSize -1
*)
-> ItemModel
Параметры
- id Guid
-
- uri String
-
- caption String
-
- type AttachmentType
-
- fileSize Int64 (Optional)
-