Class Customer
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class Customer
Properties
Declaration
[JsonProperty("alias", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Alias { get; set; }
Property Value
Declaration
[JsonProperty("contractVersion", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ContractVersion { get; set; }
Property Value
Declaration
[JsonProperty("customerHosts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<string> CustomerHosts { get; set; }
Property Value
Declaration
[JsonProperty("deactivationMessage", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public TranslatedStringDictionary DeactivationMessage { get; set; }
Property Value
Declaration
[JsonProperty("id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }
Property Value
Declaration
[JsonProperty("lifeCycle", Required = Required.Always)]
[Required(AllowEmptyStrings = true)]
[JsonConverter(typeof(StringEnumConverter))]
public LifeCycle LifeCycle { get; set; }
Property Value
Declaration
[JsonProperty("mainCatalog", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string MainCatalog { get; set; }
Property Value
Declaration
[JsonProperty("name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Declaration
[JsonProperty("storageSiloName", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string StorageSiloName { get; set; }
Property Value
Methods
Declaration
public static Customer FromJson(string data)
Parameters
Returns