C# Class UnityEditor.VersionControl.ChangeSet

Wrapper around a changeset description and ID.

Exibir arquivo Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
defaultID string

Private Properties

Property Type Description
Dispose void
InternalCopyConstruct void
InternalCreate void
InternalCreateFromString void
InternalCreateFromStringString void

Public Methods

Method Description
ChangeSet ( ) : System
ChangeSet ( ChangeSet other ) : System
ChangeSet ( string description ) : System
ChangeSet ( string description, string revision ) : System

Private Methods

Method Description
Dispose ( ) : void
InternalCopyConstruct ( ChangeSet other ) : void
InternalCreate ( ) : void
InternalCreateFromString ( string description ) : void
InternalCreateFromStringString ( string description, string changeSetID ) : void

Method Details

ChangeSet() public method

public ChangeSet ( ) : System
return System

ChangeSet() public method

public ChangeSet ( ChangeSet other ) : System
other ChangeSet
return System

ChangeSet() public method

public ChangeSet ( string description ) : System
description string
return System

ChangeSet() public method

public ChangeSet ( string description, string revision ) : System
description string
revision string
return System

Property Details

defaultID public_oe static_oe property

The ID of the default changeset.

public static string defaultID
return string