C# Class Hpdi.VssLogicalLib.VssDatabase

Represents a VSS database and provides access to the items it contains.
ファイルを表示 Open project: abevoelker/vss2git Class Usage Examples

Public Properties

Property Type Description
RootProjectFile string

Public Methods

Method Description
GetItem ( string logicalPath ) : VssItem
GetItemPhysical ( string physicalName ) : VssItem
ItemExists ( string physicalName ) : bool

Private Methods

Method Description
BuildPath ( VssProject parent, string logicalName ) : string
GetDataPath ( string physicalName ) : string
GetFullName ( VssName name ) : string
GetItemName ( VssName name, string physicalName ) : VssItemName
OpenFile ( string physicalName, string logicalName ) : VssFile
OpenProject ( VssProject parent, string physicalName, string logicalName ) : VssProject
VssDatabase ( string path, Encoding encoding ) : System

Method Details

GetItem() public method

public GetItem ( string logicalPath ) : VssItem
logicalPath string
return VssItem

GetItemPhysical() public method

public GetItemPhysical ( string physicalName ) : VssItem
physicalName string
return VssItem

ItemExists() public method

public ItemExists ( string physicalName ) : bool
physicalName string
return bool

Property Details

RootProjectFile public_oe property

public string RootProjectFile
return string