C# Class PlasticSCM.CLI.GetContentOptions

Afficher le fichier Open project: powercode/PSPlastic

Méthodes publiques

Méthode 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

Méthode Description
GetContentOptions ( string itemSpec ) : System
ObjectInvariant ( ) : void

Method Details

CreateFromBranch() public static méthode

public static CreateFromBranch ( string fullpath, string branch, string repository ) : GetContentOptions
fullpath string
branch string
repository string
Résultat GetContentOptions

CreateFromChangeset() public static méthode

public static CreateFromChangeset ( string fullpath, long changeset, string repository ) : GetContentOptions
fullpath string
changeset long
repository string
Résultat GetContentOptions

CreateFromItemSpec() public static méthode

public static CreateFromItemSpec ( string itemspec ) : GetContentOptions
itemspec string
Résultat GetContentOptions

CreateFromLabel() public static méthode

public static CreateFromLabel ( string fullpath, string label, string repository ) : GetContentOptions
fullpath string
label string
repository string
Résultat GetContentOptions

CreateFromRevisionId() public static méthode

public static CreateFromRevisionId ( long revisionId, string repository ) : GetContentOptions
revisionId long
repository string
Résultat GetContentOptions

ToString() public méthode

public ToString ( ) : string
Résultat string