C# 클래스 PlasticSCM.CLI.GetContentOptions

파일 보기 프로젝트 열기: powercode/PSPlastic

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetContentOptions ( string itemSpec ) : System
ObjectInvariant ( ) : void

메소드 상세

CreateFromBranch() 공개 정적인 메소드

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

CreateFromChangeset() 공개 정적인 메소드

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

CreateFromItemSpec() 공개 정적인 메소드

public static CreateFromItemSpec ( string itemspec ) : GetContentOptions
itemspec string
리턴 GetContentOptions

CreateFromLabel() 공개 정적인 메소드

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

CreateFromRevisionId() 공개 정적인 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string