C# 클래스 AccidentalFish.ApplicationSupport.Powershell.NewApplicationResources

상속: AsyncPSCmdlet
파일 보기 프로젝트 열기: JamesRandall/AccidentalFish.ApplicationSupport

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
CheatRun ( ) : void

보호된 메소드들

메소드 설명
ProcessRecordAsync ( ) : Task

비공개 메소드들

메소드 설명
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

메소드 상세

CheatRun() 공개 메소드

public CheatRun ( ) : void
리턴 void

ProcessRecordAsync() 보호된 메소드

protected ProcessRecordAsync ( ) : Task
리턴 Task