[Gregor.Core.CSystemIoProvider]

Gregor.Core.CSystemIoProvider

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public class Gregor.Core.CSystemIoProvider

: Gregor.Core.CIoProviderBase, Gregor.Core.IIoProvider, Gregor.Core.IProvider, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

CSystemIoProvider

static private CSystemIoProvider()

Custom Attributes: 

Description: 

CSystemIoProvider

public CSystemIoProvider()

Custom Attributes: 

Description: 

CSystemIoProvider

protected CSystemIoProvider(System.String sName, System.String sDescription)

Custom Attributes: 

Description: 

SLASHES

static public System.Char[] SLASHES

Custom Attributes: 

Description: 

CreateWebRequest

protected virtual System.Net.WebRequest CreateWebRequest(System.String sFullPath)

Custom Attributes: 

Description: 

GetAbsolutePath

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

Custom Attributes: 

Description: 

GetBasePath

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

Custom Attributes: 

Description: 

GetFileExtension

public override System.String GetFileExtension(System.String sPath) // Gregor.Core.IIoProvider.GetFileExtension

Custom Attributes: 

Description: 

GetParentPath

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

Custom Attributes: 

Description: 

GetRelativePath

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

Custom Attributes: 

Description: 

IsUrl

protected virtual System.Boolean IsUrl(System.String sFullPath)

Custom Attributes: 

Description: 

PerformTest

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

Custom Attributes: 

Description: 

ReadStorage

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

Custom Attributes: 

Description: 

Supports

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

Custom Attributes: 

Description: 

WriteAppendStorage

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

Custom Attributes: 

Description: 

WriteStorage

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

Custom Attributes: 

Description: 


See Also

Gregor.Core.CIoProviderBase

System.Net.WebRequest

System.String

System.Text.Encoding

Gregor.Core.IIoProvider

Gregor.Core.INamedItem

Gregor.Core.IProvider

System.Boolean

System.Char

System.Void

Gregor.Core.IoProviderFeature

Gregor.Core.PathTest