C# 클래스 Microsoft.WindowsAzure.MobileServices.Files.MobileServiceFile

파일 보기 프로젝트 열기: Azure/azure-mobile-apps-net-files-client 1 사용 예제들

공개 메소드들

메소드 설명
MobileServiceFile ( string name, string tableName, string parentId ) : System
MobileServiceFile ( string id, string name, string tableName, string parentId ) : System

비공개 메소드들

메소드 설명
FromMetadata ( MobileServiceFileMetadata metadata ) : MobileServiceFile

Convert a MobileServiceFileMetadata into a MobileServiceFile

MobileServiceFile ( ) : System

메소드 상세

MobileServiceFile() 공개 메소드

public MobileServiceFile ( string name, string tableName, string parentId ) : System
name string
tableName string
parentId string
리턴 System

MobileServiceFile() 공개 메소드

public MobileServiceFile ( string id, string name, string tableName, string parentId ) : System
id string
name string
tableName string
parentId string
리턴 System