Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public class Gregor.Core.CIoProviderBase : System.Object, Gregor.Core.IIoProvider, Gregor.Core.IProvider, Gregor.Core.INamedItem Custom Attributes: Description:
public CIoProviderBase(System.String sName, System.String sDescription) Custom Attributes: Description:
private System.String m_Description Custom Attributes: Description:
private System.String m_Name Custom Attributes: Description:
public System.String Description {get;} // Gregor.Core.IProvider.Description
Custom Attributes:
Description:
public System.String Name {get;} // Gregor.Core.INamedItem.Name
Custom Attributes:
Description:
public virtual System.String GetAbsolutePath(System.String sBasePath, System.String sRelativePath) // Gregor.Core.IIoProvider.GetAbsolutePath Custom Attributes: Description:
public virtual System.String GetBasePath(System.String sTargetPath, System.String sRelativePath) // Gregor.Core.IIoProvider.GetBasePath Custom Attributes: Description:
public virtual System.String GetFileExtension(System.String sFullPath) // Gregor.Core.IIoProvider.GetFileExtension Custom Attributes: Description:
public virtual System.String GetParentPath(System.String sFullPath) // Gregor.Core.IIoProvider.GetParentPath Custom Attributes: Description:
public virtual System.String GetRelativePath(System.String sBasePath, System.String sTargetPath) // Gregor.Core.IIoProvider.GetRelativePath Custom Attributes: Description:
public virtual System.Boolean PerformTest(Gregor.Core.PathTest test, System.String sFullPath) // Gregor.Core.IIoProvider.PerformTest Custom Attributes: Description:
public virtual System.String ReadStorage(System.String sFullPath, System.Text.Encoding enc) // Gregor.Core.IIoProvider.ReadStorage Custom Attributes: Description:
public virtual System.Boolean Supports(Gregor.Core.IoProviderFeature feature, System.String sFullPath) // Gregor.Core.IIoProvider.Supports Custom Attributes: Description:
private System.Boolean ThrowSupportStatusException(Gregor.Core.IoProviderFeature feature, System.String sFullPath) Custom Attributes: Description:
public override System.String ToString() Custom Attributes: Description:
public virtual void WriteAppendStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc) // Gregor.Core.IIoProvider.WriteAppendStorage Custom Attributes: Description:
public virtual void WriteStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc) // Gregor.Core.IIoProvider.WriteStorage Custom Attributes: Description: