C# Class AccidentalFish.ApplicationSupport.Powershell.NewApplicationResources

Inheritance: AsyncPSCmdlet
Datei anzeigen Open project: JamesRandall/AccidentalFish.ApplicationSupport

Private Properties

Property Type Description
ApplyCorsRules void
BlobContainerPublicAccessType BlobContainerPublicAccessType
CreateCorsRule Microsoft.WindowsAzure.Storage.Shared.Protocol.CorsRule
GetCorsMethods CorsHttpMethods
GetEntityProperty Microsoft.WindowsAzure.Storage.Table.EntityProperty
GetEntityPropertyByInference Microsoft.WindowsAzure.Storage.Table.EntityProperty
GetEntityPropertyForType Microsoft.WindowsAzure.Storage.Table.EntityProperty
UploadTableData void

Public Methods

Method Description
CheatRun ( ) : void

Protected Methods

Method Description
ProcessRecordAsync ( ) : Task

Private Methods

Method Description
ApplyCorsRules ( ApplicationConfiguration configuration ) : void
BlobContainerPublicAccessType ( BlobContainerPublicAccessTypeEnum value ) : BlobContainerPublicAccessType
CreateCorsRule ( ApplicationCorsRule rule ) : Microsoft.WindowsAzure.Storage.Shared.Protocol.CorsRule
GetCorsMethods ( string verbString ) : CorsHttpMethods
GetEntityProperty ( System.Xml.Linq.XElement xProperty ) : Microsoft.WindowsAzure.Storage.Table.EntityProperty
GetEntityPropertyByInference ( string value ) : Microsoft.WindowsAzure.Storage.Table.EntityProperty
GetEntityPropertyForType ( string type, string value ) : Microsoft.WindowsAzure.Storage.Table.EntityProperty
UploadTableData ( Microsoft.WindowsAzure.Storage.Table.CloudTable table, System.Xml.Linq.XDocument document ) : void

Method Details

CheatRun() public method

public CheatRun ( ) : void
return void

ProcessRecordAsync() protected method

protected ProcessRecordAsync ( ) : Task
return Task