C# Class PowerDeploy.Server.Mapping.DepylomentExtensions

Afficher le fichier Open project: tobiaszuercher/PowerDeploy

Méthodes publiques

Méthode Description
ToDto ( this from, Environment environment ) : DeploymentDto
ToDto ( this from ) : EnvironmentDto
ToDto ( this from ) : PackageDto

Method Details

ToDto() public static méthode

public static ToDto ( this from, Environment environment ) : DeploymentDto
from this
environment PowerDeploy.Server.Model.Environment
Résultat PowerDeploy.Server.ServiceModel.Deployment.DeploymentDto

ToDto() public static méthode

public static ToDto ( this from ) : EnvironmentDto
from this
Résultat EnvironmentDto

ToDto() public static méthode

public static ToDto ( this from ) : PackageDto
from this
Résultat PowerDeploy.Server.ServiceModel.Package.PackageDto