Property | Type | Description | |
---|---|---|---|
CreateBranch | IBranch | ||
FindBranches | Branch>.IDictionary | ||
FindMaster | string | ||
FindOrigin | string | ||
FindPackedRefs | IRef>.IDictionary | ||
FindPacks | IList |
||
FindRefs | IRef>.IDictionary | ||
GetObject | Object | ||
GetObjectLoose | Object | ||
GetObjectPacked | Object | ||
GetSubFolder | |||
GetSubFolderFiles | System.IO.FileInfo[] | ||
UpdateBranch | void | ||
UpdateBranch | void | ||
WriteObject | string |
Method | Description | |
---|---|---|
Branch ( string aName ) : IBranch | ||
Dispose ( ) : void | ||
Fetch ( ) : bool | ||
Ref ( string aName ) : IRef | ||
Repository ( string aPath ) : System | ||
Repository ( string aPath, string aOrigin, string aMaster ) : System |
Method | Description | |
---|---|---|
CreateBranch ( string aName, string aId ) : IBranch | ||
FindBranches ( ) : Branch>.IDictionary |
||
FindMaster ( ) : string | ||
FindOrigin ( ) : string | ||
FindPackedRefs ( ) : IRef>.IDictionary |
||
FindPacks ( ) : IList |
||
FindRefs ( ) : IRef>.IDictionary |
||
GetObject ( string aId ) : Object | ||
GetObjectLoose ( string aId ) : Object | ||
GetObjectPacked ( string aId ) : Object | ||
GetSubFolder ( |
||
GetSubFolderFiles ( |
||
UpdateBranch ( |
||
UpdateBranch ( string aName, string aId ) : void | ||
WriteObject ( byte aContent, EObjectType aType ) : string |
public Repository ( string aPath, string aOrigin, string aMaster ) : System | ||
aPath | string | |
aOrigin | string | |
aMaster | string | |
return | System |