docs.unity3d.com
    Show / Hide Table of Contents

    Class CcdReleaseChangeVersion

    CcdReleaseChangeVersion model

    Inheritance
    Object
    CcdReleaseChangeVersion
    Namespace: Unity.Services.Ccd.Management.Models
    Syntax
    public class CcdReleaseChangeVersion : object

    Constructors

    CcdReleaseChangeVersion(Int32, Int32, DateTime, String, String, Boolean, Int32, Int32)

    Creates an instance of CcdReleaseChangeVersion.

    Declaration
    public CcdReleaseChangeVersion(int add = null, int delete = null, DateTime lastModified = null, string lastModifiedBy = null, string lastModifiedByName = null, bool loading = null, int unchanged = null, int update = null)
    Parameters
    Type Name Description
    Int32 add

    add param

    Int32 delete

    delete param

    DateTime lastModified

    lastModified param

    String lastModifiedBy

    lastModifiedBy param

    String lastModifiedByName

    lastModifiedByName param

    Boolean loading

    loading param

    Int32 unchanged

    unchanged param

    Int32 update

    update param

    Properties

    Add

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

    Delete

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

    LastModified

    Declaration
    public DateTime LastModified { get; }
    Property Value
    Type Description
    DateTime

    LastModifiedBy

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

    LastModifiedByName

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

    Loading

    Declaration
    public bool Loading { get; }
    Property Value
    Type Description
    Boolean

    Unchanged

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

    Update

    Declaration
    public int Update { get; }
    Property Value
    Type Description
    Int32
    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