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

Afficher le fichier Open project: Azure/azure-mobile-apps-net-files-client Class Usage Examples

Méthodes publiques

Méthode Description
MobileServiceFile ( string name, string tableName, string parentId ) : System
MobileServiceFile ( string id, string name, string tableName, string parentId ) : System

Private Methods

Méthode Description
FromMetadata ( MobileServiceFileMetadata metadata ) : MobileServiceFile

Convert a MobileServiceFileMetadata into a MobileServiceFile

MobileServiceFile ( ) : System

Method Details

MobileServiceFile() public méthode

public MobileServiceFile ( string name, string tableName, string parentId ) : System
name string
tableName string
parentId string
Résultat System

MobileServiceFile() public méthode

public MobileServiceFile ( string id, string name, string tableName, string parentId ) : System
id string
name string
tableName string
parentId string
Résultat System