C# Class ZocBuild.Database.ScriptRepositories.DvcsScriptRepositoryBase.Tag

Represents the identifier of a tag or branch.
Inheritance: RevisionIdentifierBase
Mostrar archivo Open project: Zocdoc/ZocBuild.Database

Public Methods

Method Description
Tag ( string tagName ) : System

Instantiates a tag/branch.

ToString ( ) : string

Returns a string representation of the object.

Private Methods

Method Description
Tag ( ) : System

Method Details

Tag() public method

Instantiates a tag/branch.
public Tag ( string tagName ) : System
tagName string The name of the tag or branch.
return System

ToString() public method

Returns a string representation of the object.
public ToString ( ) : string
return string