C# 클래스 PlasticSCM.ListServerPathOptions

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

공개 메소드들

메소드 설명
ListServerPathOptions ( bool recurse, bool useWorkspaceRevision ) : System

This constructor result in using the current workspace selector to specify the changeset

ListServerPathOptions ( bool recurse, long changeset, string repository ) : System
ToString ( ) : string

메소드 상세

ListServerPathOptions() 공개 메소드

This constructor result in using the current workspace selector to specify the changeset
public ListServerPathOptions ( bool recurse, bool useWorkspaceRevision ) : System
recurse bool
useWorkspaceRevision bool
리턴 System

ListServerPathOptions() 공개 메소드

public ListServerPathOptions ( bool recurse, long changeset, string repository ) : System
recurse bool
changeset long
repository string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string