Search Results for

    Show / Hide Table of Contents

    Class Project

    Project file (.ccs) root

    Inheritance
    object
    RootBase
    Project
    Implements
    IRoot
    IEquatable<RootBase>
    IEquatable<Project>
    Inherited Members
    RootBase.Generation
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Project : RootBase, IRoot, IEquatable<RootBase>, IEquatable<Project>

    Properties

    Code

    hashcode?

    Declaration
    public string? Code { get; set; }
    Property Value
    Type Description
    string

    Sequence

    シーケンス

    Declaration
    public Sequence? Sequence { get; set; }
    Property Value
    Type Description
    Sequence

    Implements

    IRoot
    IEquatable<T>
    IEquatable<T>

    Extension Methods

    RootExt.GetUnits(IRoot)
    RootExt.GetUnits(IRoot, Category)
    In this article
    Back to top LibSasara