C# Class PlasticSCM.CLI.GetContentOptions

Mostrar archivo Open project: powercode/PSPlastic

Public Methods

Method Description
CreateFromBranch ( string fullpath, string branch, string repository ) : GetContentOptions
CreateFromChangeset ( string fullpath, long changeset, string repository ) : GetContentOptions
CreateFromItemSpec ( string itemspec ) : GetContentOptions
CreateFromLabel ( string fullpath, string label, string repository ) : GetContentOptions
CreateFromRevisionId ( long revisionId, string repository ) : GetContentOptions
ToString ( ) : string

Private Methods

Method Description
GetContentOptions ( string itemSpec ) : System
ObjectInvariant ( ) : void

Method Details

CreateFromBranch() public static method

public static CreateFromBranch ( string fullpath, string branch, string repository ) : GetContentOptions
fullpath string
branch string
repository string
return GetContentOptions

CreateFromChangeset() public static method

public static CreateFromChangeset ( string fullpath, long changeset, string repository ) : GetContentOptions
fullpath string
changeset long
repository string
return GetContentOptions

CreateFromItemSpec() public static method

public static CreateFromItemSpec ( string itemspec ) : GetContentOptions
itemspec string
return GetContentOptions

CreateFromLabel() public static method

public static CreateFromLabel ( string fullpath, string label, string repository ) : GetContentOptions
fullpath string
label string
repository string
return GetContentOptions

CreateFromRevisionId() public static method

public static CreateFromRevisionId ( long revisionId, string repository ) : GetContentOptions
revisionId long
repository string
return GetContentOptions

ToString() public method

public ToString ( ) : string
return string