Exemplo n.º 1
0
        internal static string ToSerializedValue(this OnErrorDeploymentType value)
        {
            switch (value)
            {
            case OnErrorDeploymentType.LastSuccessful:
                return("LastSuccessful");

            case OnErrorDeploymentType.SpecificDeployment:
                return("SpecificDeployment");
            }
            return(null);
        }
Exemplo n.º 2
0
 public static string ToSerialString(this OnErrorDeploymentType value) => value switch
 {