docs.unity3d.com
    Show / Hide Table of Contents

    Class ProjectTask

    Inheritance
    Object
    ProjectTask
    Namespace: UnityEngine.Reflect
    Syntax
    public class ProjectTask : IDataInstance

    Properties

    ActualDateEnd

    Declaration
    public DateTime? ActualDateEnd { get; set; }
    Property Value
    Type Description
    Nullable<DateTime>

    ActualDateStart

    Declaration
    public DateTime? ActualDateStart { get; set; }
    Property Value
    Type Description
    Nullable<DateTime>

    Cost

    Declaration
    public double Cost { get; set; }
    Property Value
    Type Description
    Double

    DateEnd

    Declaration
    public DateTime? DateEnd { get; set; }
    Property Value
    Type Description
    Nullable<DateTime>

    DateStart

    Declaration
    public DateTime? DateStart { get; set; }
    Property Value
    Type Description
    Nullable<DateTime>

    DisplayName

    Declaration
    public string DisplayName { get; set; }
    Property Value
    Type Description
    String

    Id

    Declaration
    public SyncId Id { get; set; }
    Property Value
    Type Description
    SyncId
    Implements
    IDataInstance.Id

    ParentId

    Declaration
    public SyncId ParentId { get; set; }
    Property Value
    Type Description
    SyncId

    TaskIndex

    Declaration
    public int TaskIndex { get; set; }
    Property Value
    Type Description
    Int32

    TaskType

    Declaration
    public string TaskType { get; set; }
    Property Value
    Type Description
    String

    Methods

    FromSyncModel(ISyncModel)

    Declaration
    public static ProjectTask FromSyncModel(ISyncModel syncModel)
    Parameters
    Type Name Description
    ISyncModel syncModel
    Returns
    Type Description
    ProjectTask
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023