Show / Hide Table of Contents

Class ChangeSet

Inheritance
Object
ChangeSet
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.VersionControl
Assembly: UnityEditor.dll
Syntax
public class ChangeSet

Constructors

| Improve this Doc View Source

ChangeSet()

Declaration
public ChangeSet()
| Improve this Doc View Source

ChangeSet(String)

Declaration
public ChangeSet(string description)
Parameters
Type Name Description
String description
| Improve this Doc View Source

ChangeSet(String, String)

Declaration
public ChangeSet(string description, string revision)
Parameters
Type Name Description
String description
String revision
| Improve this Doc View Source

ChangeSet(ChangeSet)

Declaration
public ChangeSet(ChangeSet other)
Parameters
Type Name Description
ChangeSet other

Fields

| Improve this Doc View Source

defaultID

Declaration
public static string defaultID
Field Value
Type Description
String

Properties

description

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

id

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

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX