C# Class GitSharp.Core.Transport.TagOpt

Mostrar archivo Open project: stschake/GitSharp Class Usage Examples

Public Properties

Property Type Description
AUTO_FOLLOW TagOpt
FETCH_TAGS TagOpt
NO_TAGS TagOpt

Public Methods

Method Description
fromOption ( string o ) : TagOpt

Private Methods

Method Description
TagOpt ( string o ) : System

Method Details

fromOption() public static method

public static fromOption ( string o ) : TagOpt
o string
return TagOpt

Property Details

AUTO_FOLLOW public_oe static_oe property

public static TagOpt,GitSharp.Core.Transport AUTO_FOLLOW
return TagOpt

FETCH_TAGS public_oe static_oe property

public static TagOpt,GitSharp.Core.Transport FETCH_TAGS
return TagOpt

NO_TAGS public_oe static_oe property

public static TagOpt,GitSharp.Core.Transport NO_TAGS
return TagOpt