Fantasy
搜索结果

    显示/隐藏目录

    ProcessConfigData 类

    ProcessConfigD扩展方法

    继承
    object
    ASerialize
    ProcessConfigData
    实现
    ISupportInitialize
    IDisposable
    IConfigTable
    IProto
    继承成员
    ASerialize.BeginInit()
    ASerialize.EndInit()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    命名空间: Fantasy.Platform.Net
    程序集: Fantasy.Net.dll
    语法
    [ProtoContract]
    public sealed class ProcessConfigData : ASerialize, ISupportInitialize, IDisposable, IConfigTable, IProto

    属性

    | 编辑本文 查看源代码

    Instance

    声明
    public static ProcessConfigData Instance { get; }
    属性值
    类型 描述
    ProcessConfigData
    | 编辑本文 查看源代码

    List

    声明
    [ProtoMember(1)]
    public List<ProcessConfig> List { get; set; }
    属性值
    类型 描述
    List<ProcessConfig>

    方法

    | 编辑本文 查看源代码

    AfterDeserialization()

    声明
    public override void AfterDeserialization()
    重写
    ASerialize.AfterDeserialization()
    | 编辑本文 查看源代码

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    声明
    public override void Dispose()
    重写
    ASerialize.Dispose()
    | 编辑本文 查看源代码

    ForEachByStartupGroup(uint)

    按照startupGroup寻找属于startupGroup组的ProcessConfig

    声明
    public IEnumerable<ProcessConfig> ForEachByStartupGroup(uint startupGroup)
    参数
    类型 名称 描述
    uint startupGroup

    startupGroup

    返回
    类型 描述
    IEnumerable<ProcessConfig>
    | 编辑本文 查看源代码

    Get(uint, bool)

    声明
    public ProcessConfig Get(uint id, bool check = true)
    参数
    类型 名称 描述
    uint id
    bool check
    返回
    类型 描述
    ProcessConfig
    | 编辑本文 查看源代码

    TryGet(uint, out ProcessConfig)

    声明
    public bool TryGet(uint id, out ProcessConfig config)
    参数
    类型 名称 描述
    uint id
    ProcessConfig config
    返回
    类型 描述
    bool

    实现

    ISupportInitialize
    IDisposable
    IConfigTable
    IProto

    扩展方法

    JsonHelper.ToJson<T>(T)
    • 编辑本文
    • 查看源代码
    本文内容
    Back to top Generated by DocFX