Fantasy
搜索结果

    显示/隐藏目录

    ProcessConfig 类

    继承
    object
    ASerialize
    ProcessConfig
    实现
    ISupportInitialize
    IDisposable
    IProto
    继承成员
    ASerialize.Dispose()
    ASerialize.BeginInit()
    ASerialize.EndInit()
    ASerialize.AfterDeserialization()
    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 ProcessConfig : ASerialize, ISupportInitialize, IDisposable, IProto

    属性

    | 编辑本文 查看源代码

    Id

    声明
    [ProtoMember(1)]
    public uint Id { get; set; }
    属性值
    类型 描述
    uint
    | 编辑本文 查看源代码

    MachineId

    声明
    [ProtoMember(2)]
    public uint MachineId { get; set; }
    属性值
    类型 描述
    uint
    | 编辑本文 查看源代码

    StartupGroup

    声明
    [ProtoMember(3)]
    public uint StartupGroup { get; set; }
    属性值
    类型 描述
    uint

    实现

    ISupportInitialize
    IDisposable
    IProto

    扩展方法

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