[Gregor.Core.CIoProviderBase]

Gregor.Core.CIoProviderBase

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CIoProviderBase

: System.Object, Gregor.Core.IIoProvider, Gregor.Core.IProvider, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

CIoProviderBase

public CIoProviderBase(System.String sName, System.String sDescription)

Custom Attributes: 

Description: 

m_Description

private System.String m_Description

Custom Attributes: 

Description: 

m_Name

private System.String m_Name

Custom Attributes: 

Description: 

Description

public System.String Description {get;} // Gregor.Core.IProvider.Description

Custom Attributes: 

Description: 

Name

public System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

GetAbsolutePath

public virtual System.String GetAbsolutePath(System.String sBasePath, System.String sRelativePath) // Gregor.Core.IIoProvider.GetAbsolutePath

Custom Attributes: 

Description: 

GetBasePath

public virtual System.String GetBasePath(System.String sTargetPath, System.String sRelativePath) // Gregor.Core.IIoProvider.GetBasePath

Custom Attributes: 

Description: 

GetFileExtension

public virtual System.String GetFileExtension(System.String sFullPath) // Gregor.Core.IIoProvider.GetFileExtension

Custom Attributes: 

Description: 

GetParentPath

public virtual System.String GetParentPath(System.String sFullPath) // Gregor.Core.IIoProvider.GetParentPath

Custom Attributes: 

Description: 

GetRelativePath

public virtual System.String GetRelativePath(System.String sBasePath, System.String sTargetPath) // Gregor.Core.IIoProvider.GetRelativePath

Custom Attributes: 

Description: 

PerformTest

public virtual System.Boolean PerformTest(Gregor.Core.PathTest test, System.String sFullPath) // Gregor.Core.IIoProvider.PerformTest

Custom Attributes: 

Description: 

ReadStorage

public virtual System.String ReadStorage(System.String sFullPath, System.Text.Encoding enc) // Gregor.Core.IIoProvider.ReadStorage

Custom Attributes: 

Description: 

Supports

public virtual System.Boolean Supports(Gregor.Core.IoProviderFeature feature, System.String sFullPath) // Gregor.Core.IIoProvider.Supports

Custom Attributes: 

Description: 

ThrowSupportStatusException

private System.Boolean ThrowSupportStatusException(Gregor.Core.IoProviderFeature feature, System.String sFullPath)

Custom Attributes: 

Description: 

ToString

public override System.String ToString()

Custom Attributes: 

Description: 

WriteAppendStorage

public virtual void WriteAppendStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc) // Gregor.Core.IIoProvider.WriteAppendStorage

Custom Attributes: 

Description: 

WriteStorage

public virtual void WriteStorage(System.String sFullPath, System.String sContent, System.Text.Encoding enc) // Gregor.Core.IIoProvider.WriteStorage

Custom Attributes: 

Description: 


See Also

System.Object

System.String

System.Text.Encoding

Gregor.Core.IIoProvider

Gregor.Core.INamedItem

Gregor.Core.IProvider

System.Boolean

System.Void

Gregor.Core.IoProviderFeature

Gregor.Core.PathTest