SettingsUnitRecordToFileRecord - метод
Пространство имён: Tessa.SettingsUnitsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public SettingsUnitFileRecord ToFileRecord(
string? unitName = null
)
Public Function ToFileRecord (
Optional unitName As String = Nothing
) As SettingsUnitFileRecord
public:
SettingsUnitFileRecord^ ToFileRecord(
String^ unitName = nullptr
)
member ToFileRecord :
?unitName : string
(* Defaults:
let _unitName = defaultArg unitName null
*)
-> SettingsUnitFileRecord
- unitName String (Optional)
- Unique name of the settings unit, that used for name setup if current record is fragment.
SettingsUnitFileRecord
Object that describes the settings unit record stored in file.