CardSerializableEntryWithCaption(Guid, String, String) - конструктор |
Создаёт экземпляр класса с указанием его свойств.
Пространство имён:
Tessa.Cards
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис protected CardSerializableEntryWithCaption(
Guid id,
string name,
string caption
)
Protected Sub New (
id As Guid,
name As String,
caption As String
)
protected:
CardSerializableEntryWithCaption(
Guid id,
String^ name,
String^ caption
)
new :
id : Guid *
name : string *
caption : string -> CardSerializableEntryWithCaption
Параметры
- id
- Тип: SystemGuid
Идентификатор объекта. - name
- Тип: SystemString
Имя объекта. - caption
- Тип: SystemString
Отображаемое название для объекта.
См. также