C# Class AzureWebFarm.Storage.ModelExtensions

Afficher le fichier Open project: MRCollective/AzureWebFarm

Méthodes publiques

Méthode Description
ToModel ( this row ) : Binding
ToModel ( this row ) : SyncStatus
ToModel ( this row ) : WebSite
ToRow ( this model ) : BindingRow
ToRow ( this model ) : SyncStatusRow
ToRow ( this model ) : WebSiteRow

Method Details

ToModel() public static méthode

public static ToModel ( this row ) : Binding
row this
Résultat AzureWebFarm.Entities.Binding

ToModel() public static méthode

public static ToModel ( this row ) : SyncStatus
row this
Résultat AzureWebFarm.Entities.SyncStatus

ToModel() public static méthode

public static ToModel ( this row ) : WebSite
row this
Résultat AzureWebFarm.Entities.WebSite

ToRow() public static méthode

public static ToRow ( this model ) : BindingRow
model this
Résultat BindingRow

ToRow() public static méthode

public static ToRow ( this model ) : SyncStatusRow
model this
Résultat SyncStatusRow

ToRow() public static méthode

public static ToRow ( this model ) : WebSiteRow
model this
Résultat WebSiteRow