diff --git a/cllc-interfaces/Dynamics-Autorest/Models/MicrosoftDynamicsCRMsystemform.cs b/cllc-interfaces/Dynamics-Autorest/Models/MicrosoftDynamicsCRMsystemform.cs index 8a970e53d0..f25023532b 100644 --- a/cllc-interfaces/Dynamics-Autorest/Models/MicrosoftDynamicsCRMsystemform.cs +++ b/cllc-interfaces/Dynamics-Autorest/Models/MicrosoftDynamicsCRMsystemform.cs @@ -29,37 +29,82 @@ public MicrosoftDynamicsCRMsystemform() /// Initializes a new instance of the MicrosoftDynamicsCRMsystemform /// class. /// - public MicrosoftDynamicsCRMsystemform(System.DateTimeOffset? overwritetime = default(System.DateTimeOffset?), int? version = default(int?), string formjson = default(string), int? formactivationstate = default(int?), string canbedeleted = default(string), string _ancestorformidValue = default(string), int? componentstate = default(int?), string solutionid = default(string), string description = default(string), bool? istabletenabled = default(bool?), string uniquename = default(string), string _organizationidValue = default(string), bool? isdefault = default(bool?), string objecttypecode = default(string), bool? ismanaged = default(bool?), string versionnumber = default(string), string introducedversion = default(string), string formidunique = default(string), int? formpresentation = default(int?), string formid = default(string), string name = default(string), int? type = default(int?), string formxml = default(string), bool? isdesktopenabled = default(bool?), string iscustomizable = default(string), System.DateTimeOffset? publishedon = default(System.DateTimeOffset?), bool? isairmerged = default(bool?), IList systemFormAsyncOperations = default(IList), IList processtriggerSystemform = default(IList), IList systemFormBulkDeleteFailures = default(IList), MicrosoftDynamicsCRMsystemform ancestorformid = default(MicrosoftDynamicsCRMsystemform), IList formAncestorForm = default(IList), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization)) + /// Unique identifier of the record type + /// form. + /// Information that specifies whether + /// the dashboard is enabled for tablet. + /// Type of the form, for example, Dashboard or + /// Preview. + /// Version in which the form is + /// introduced. + /// Code that represents the record + /// type. + /// Represents a version of customizations + /// to be synchronized with the Microsoft Dynamics 365 client for + /// Outlook. + /// Description of the form or + /// dashboard. + /// Unique identifier of the form used when + /// synchronizing customizations for the Microsoft Dynamics 365 client + /// for Outlook. + /// For internal use only. + /// Unique identifier of the parent + /// form. + /// XML representation of the form + /// layout. + /// Unique identifier of the associated + /// solution. + /// Information that specifies whether the form + /// or the dashboard is the system default. + /// Information that specifies whether + /// the dashboard is enabled for desktop. + /// Information that specifies whether this + /// component can be deleted. + /// Specifies whether this form is merged + /// with the updated UI layout in Microsoft Dynamics CRM 2015 or + /// Microsoft Dynamics CRM Online 2015 Update. + /// Specifies the state of the + /// form. + /// For internal use only. + /// For internal use only. + /// Information that specifies whether + /// this component can be customized. + /// Name of the form. + /// Unique Name + /// Unique identifier of the + /// organization. + /// Specifies whether this form is in + /// the updated UI layout in Microsoft Dynamics CRM 2015 or Microsoft + /// Dynamics CRM Online 2015 Update. + public MicrosoftDynamicsCRMsystemform(string formid = default(string), bool? istabletenabled = default(bool?), int? type = default(int?), string introducedversion = default(string), string objecttypecode = default(string), string versionnumber = default(string), string description = default(string), string formidunique = default(string), int? version = default(int?), string _ancestorformidValue = default(string), string formxml = default(string), string solutionid = default(string), bool? isdefault = default(bool?), bool? isdesktopenabled = default(bool?), string canbedeleted = default(string), System.DateTimeOffset? publishedon = default(System.DateTimeOffset?), bool? isairmerged = default(bool?), int? formactivationstate = default(int?), System.DateTimeOffset? overwritetime = default(System.DateTimeOffset?), int? componentstate = default(int?), bool? ismanaged = default(bool?), string iscustomizable = default(string), string name = default(string), string uniquename = default(string), string _organizationidValue = default(string), int? formpresentation = default(int?), IList systemFormAsyncOperations = default(IList), IList systemFormBulkDeleteFailures = default(IList), MicrosoftDynamicsCRMsystemform ancestorformid = default(MicrosoftDynamicsCRMsystemform), IList formAncestorForm = default(IList), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization)) { - Overwritetime = overwritetime; - Version = version; - Formjson = formjson; - Formactivationstate = formactivationstate; - Canbedeleted = canbedeleted; - this._ancestorformidValue = _ancestorformidValue; - Componentstate = componentstate; - Solutionid = solutionid; - Description = description; + Formid = formid; Istabletenabled = istabletenabled; - Uniquename = uniquename; - this._organizationidValue = _organizationidValue; - Isdefault = isdefault; + Type = type; + Introducedversion = introducedversion; Objecttypecode = objecttypecode; - Ismanaged = ismanaged; Versionnumber = versionnumber; - Introducedversion = introducedversion; + Description = description; Formidunique = formidunique; - Formpresentation = formpresentation; - Formid = formid; - Name = name; - Type = type; + Version = version; + this._ancestorformidValue = _ancestorformidValue; Formxml = formxml; + Solutionid = solutionid; + Isdefault = isdefault; Isdesktopenabled = isdesktopenabled; - Iscustomizable = iscustomizable; + Canbedeleted = canbedeleted; Publishedon = publishedon; Isairmerged = isairmerged; + Formactivationstate = formactivationstate; + Overwritetime = overwritetime; + Componentstate = componentstate; + Ismanaged = ismanaged; + Iscustomizable = iscustomizable; + Name = name; + Uniquename = uniquename; + this._organizationidValue = _organizationidValue; + Formpresentation = formpresentation; SystemFormAsyncOperations = systemFormAsyncOperations; - ProcesstriggerSystemform = processtriggerSystemform; SystemFormBulkDeleteFailures = systemFormBulkDeleteFailures; Ancestorformid = ancestorformid; FormAncestorForm = formAncestorForm; @@ -73,150 +118,175 @@ public MicrosoftDynamicsCRMsystemform() partial void CustomInit(); /// + /// Gets or sets unique identifier of the record type form. /// - [JsonProperty(PropertyName = "overwritetime")] - public System.DateTimeOffset? Overwritetime { get; set; } + [JsonProperty(PropertyName = "formid")] + public string Formid { get; set; } /// + /// Gets or sets information that specifies whether the dashboard is + /// enabled for tablet. /// - [JsonProperty(PropertyName = "version")] - public int? Version { get; set; } + [JsonProperty(PropertyName = "istabletenabled")] + public bool? Istabletenabled { get; set; } /// + /// Gets or sets type of the form, for example, Dashboard or Preview. /// - [JsonProperty(PropertyName = "formjson")] - public string Formjson { get; set; } + [JsonProperty(PropertyName = "type")] + public int? Type { get; set; } /// + /// Gets or sets version in which the form is introduced. /// - [JsonProperty(PropertyName = "formactivationstate")] - public int? Formactivationstate { get; set; } + [JsonProperty(PropertyName = "introducedversion")] + public string Introducedversion { get; set; } /// + /// Gets or sets code that represents the record type. /// - [JsonProperty(PropertyName = "canbedeleted")] - public string Canbedeleted { get; set; } + [JsonProperty(PropertyName = "objecttypecode")] + public string Objecttypecode { get; set; } /// + /// Gets or sets represents a version of customizations to be + /// synchronized with the Microsoft Dynamics 365 client for Outlook. /// - [JsonProperty(PropertyName = "_ancestorformid_value")] - public string _ancestorformidValue { get; set; } + [JsonProperty(PropertyName = "versionnumber")] + public string Versionnumber { get; set; } /// + /// Gets or sets description of the form or dashboard. /// - [JsonProperty(PropertyName = "componentstate")] - public int? Componentstate { get; set; } + [JsonProperty(PropertyName = "description")] + public string Description { get; set; } /// + /// Gets or sets unique identifier of the form used when synchronizing + /// customizations for the Microsoft Dynamics 365 client for Outlook. /// - [JsonProperty(PropertyName = "solutionid")] - public string Solutionid { get; set; } + [JsonProperty(PropertyName = "formidunique")] + public string Formidunique { get; set; } /// + /// Gets or sets for internal use only. /// - [JsonProperty(PropertyName = "description")] - public string Description { get; set; } + [JsonProperty(PropertyName = "version")] + public int? Version { get; set; } /// + /// Gets or sets unique identifier of the parent form. /// - [JsonProperty(PropertyName = "istabletenabled")] - public bool? Istabletenabled { get; set; } + [JsonProperty(PropertyName = "_ancestorformid_value")] + public string _ancestorformidValue { get; set; } /// + /// Gets or sets XML representation of the form layout. /// - [JsonProperty(PropertyName = "uniquename")] - public string Uniquename { get; set; } + [JsonProperty(PropertyName = "formxml")] + public string Formxml { get; set; } /// + /// Gets or sets unique identifier of the associated solution. /// - [JsonProperty(PropertyName = "_organizationid_value")] - public string _organizationidValue { get; set; } + [JsonProperty(PropertyName = "solutionid")] + public string Solutionid { get; set; } /// + /// Gets or sets information that specifies whether the form or the + /// dashboard is the system default. /// [JsonProperty(PropertyName = "isdefault")] public bool? Isdefault { get; set; } /// + /// Gets or sets information that specifies whether the dashboard is + /// enabled for desktop. /// - [JsonProperty(PropertyName = "objecttypecode")] - public string Objecttypecode { get; set; } - - /// - /// - [JsonProperty(PropertyName = "ismanaged")] - public bool? Ismanaged { get; set; } + [JsonProperty(PropertyName = "isdesktopenabled")] + public bool? Isdesktopenabled { get; set; } /// + /// Gets or sets information that specifies whether this component can + /// be deleted. /// - [JsonProperty(PropertyName = "versionnumber")] - public string Versionnumber { get; set; } + [JsonProperty(PropertyName = "canbedeleted")] + public object Canbedeleted { get; set; } /// /// - [JsonProperty(PropertyName = "introducedversion")] - public string Introducedversion { get; set; } + [JsonProperty(PropertyName = "publishedon")] + public System.DateTimeOffset? Publishedon { get; set; } /// + /// Gets or sets specifies whether this form is merged with the updated + /// UI layout in Microsoft Dynamics CRM 2015 or Microsoft Dynamics CRM + /// Online 2015 Update. /// - [JsonProperty(PropertyName = "formidunique")] - public string Formidunique { get; set; } + [JsonProperty(PropertyName = "isairmerged")] + public bool? Isairmerged { get; set; } /// + /// Gets or sets specifies the state of the form. /// - [JsonProperty(PropertyName = "formpresentation")] - public int? Formpresentation { get; set; } + [JsonProperty(PropertyName = "formactivationstate")] + public int? Formactivationstate { get; set; } /// + /// Gets or sets for internal use only. /// - [JsonProperty(PropertyName = "formid")] - public string Formid { get; set; } + [JsonProperty(PropertyName = "overwritetime")] + public System.DateTimeOffset? Overwritetime { get; set; } /// + /// Gets or sets for internal use only. /// - [JsonProperty(PropertyName = "name")] - public string Name { get; set; } + [JsonProperty(PropertyName = "componentstate")] + public int? Componentstate { get; set; } /// /// - [JsonProperty(PropertyName = "type")] - public int? Type { get; set; } + [JsonProperty(PropertyName = "ismanaged")] + public bool? Ismanaged { get; set; } /// + /// Gets or sets information that specifies whether this component can + /// be customized. /// - [JsonProperty(PropertyName = "formxml")] - public string Formxml { get; set; } + //[JsonProperty(PropertyName = "iscustomizable")] + public object Iscustomizable { get; set; } /// + /// Gets or sets name of the form. /// - [JsonProperty(PropertyName = "isdesktopenabled")] - public bool? Isdesktopenabled { get; set; } + [JsonProperty(PropertyName = "name")] + public string Name { get; set; } /// + /// Gets or sets unique Name /// - [JsonProperty(PropertyName = "iscustomizable")] - public string Iscustomizable { get; set; } + [JsonProperty(PropertyName = "uniquename")] + public string Uniquename { get; set; } /// + /// Gets or sets unique identifier of the organization. /// - [JsonProperty(PropertyName = "publishedon")] - public System.DateTimeOffset? Publishedon { get; set; } + [JsonProperty(PropertyName = "_organizationid_value")] + public string _organizationidValue { get; set; } /// + /// Gets or sets specifies whether this form is in the updated UI + /// layout in Microsoft Dynamics CRM 2015 or Microsoft Dynamics CRM + /// Online 2015 Update. /// - [JsonProperty(PropertyName = "isairmerged")] - public bool? Isairmerged { get; set; } + [JsonProperty(PropertyName = "formpresentation")] + public int? Formpresentation { get; set; } /// /// [JsonProperty(PropertyName = "SystemForm_AsyncOperations")] public IList SystemFormAsyncOperations { get; set; } - /// - /// - [JsonProperty(PropertyName = "processtrigger_systemform")] - public IList ProcesstriggerSystemform { get; set; } - /// /// [JsonProperty(PropertyName = "SystemForm_BulkDeleteFailures")] @@ -238,4 +308,4 @@ public MicrosoftDynamicsCRMsystemform() public MicrosoftDynamicsCRMorganization Organizationid { get; set; } } -} +} \ No newline at end of file