C# Class Microsoft.WindowsAzure.MobileServices.Files.MobileServiceFile

Show file Open project: Azure/azure-mobile-apps-net-files-client Class Usage Examples

Public Methods

Method Description
MobileServiceFile ( string name, string tableName, string parentId ) : System
MobileServiceFile ( string id, string name, string tableName, string parentId ) : System

Private Methods

Method Description
FromMetadata ( MobileServiceFileMetadata metadata ) : MobileServiceFile

Convert a MobileServiceFileMetadata into a MobileServiceFile

MobileServiceFile ( ) : System

Method Details

MobileServiceFile() public method

public MobileServiceFile ( string name, string tableName, string parentId ) : System
name string
tableName string
parentId string
return System

MobileServiceFile() public method

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