ProfileTransferProviderInfo 类
- 命名空间
- ClassIsland.Core.Models.Profile
- 程序集
- ClassIsland.Core.dll
代表档案数据迁移提供方信息
public class ProfileTransferProviderInfo
- 继承
-
ProfileTransferProviderInfo
- 继承成员
属性
FunctionHandler
提供方处理器
public Action<TopLevel>? FunctionHandler { get; init; }
属性值
- Action<TopLevel>
HandlerControlType
提供方控件
public Type? HandlerControlType { get; init; }
属性值
HidePageTitle
提供方控件是否隐藏标题
public bool HidePageTitle { get; init; }
属性值
Icon
提供方图标
public IconSource? Icon { get; init; }
属性值
Id
提供方 ID
public required string Id { get; init; }
属性值
Name
提供方名称
public required string Name { get; init; }
属性值
Type
提供方类型
public required ProfileTransferProviderType Type { get; init; }
属性值
UseFullWidth
提供方控件是否是全宽度控件
public bool UseFullWidth { get; init; }