ItemModel(Guid, String, String, AttachmentTypes) - конструктор |
Инициализирует новый экземпляр класса
ItemModel
Пространство имён:
Tessa.Forums.Models
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ItemModel(
Guid id,
string uri,
string caption,
AttachmentTypes type
)
Public Sub New (
id As Guid,
uri As String,
caption As String,
type As AttachmentTypes
)
public:
ItemModel(
Guid id,
String^ uri,
String^ caption,
AttachmentTypes type
)
new :
id : Guid *
uri : string *
caption : string *
type : AttachmentTypes -> ItemModel
Параметры
- id
- Тип: SystemGuid
- uri
- Тип: SystemString
- caption
- Тип: SystemString
- type
- Тип: Tessa.Forums.ModelsAttachmentTypes
См. также