Skip to content

Commit

Permalink
Restore MicrosoftDynamicsCRMsystemform.cs (#4260)
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-jipp authored Aug 23, 2024
1 parent 6b30a86 commit 2c31d50
Showing 1 changed file with 152 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,37 +29,82 @@ public MicrosoftDynamicsCRMsystemform()
/// Initializes a new instance of the MicrosoftDynamicsCRMsystemform
/// class.
/// </summary>
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<MicrosoftDynamicsCRMasyncoperation> systemFormAsyncOperations = default(IList<MicrosoftDynamicsCRMasyncoperation>), IList<MicrosoftDynamicsCRMprocesstrigger> processtriggerSystemform = default(IList<MicrosoftDynamicsCRMprocesstrigger>), IList<MicrosoftDynamicsCRMbulkdeletefailure> systemFormBulkDeleteFailures = default(IList<MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMsystemform ancestorformid = default(MicrosoftDynamicsCRMsystemform), IList<MicrosoftDynamicsCRMsystemform> formAncestorForm = default(IList<MicrosoftDynamicsCRMsystemform>), MicrosoftDynamicsCRMorganization organizationid = default(MicrosoftDynamicsCRMorganization))
/// <param name="formid">Unique identifier of the record type
/// form.</param>
/// <param name="istabletenabled">Information that specifies whether
/// the dashboard is enabled for tablet.</param>
/// <param name="type">Type of the form, for example, Dashboard or
/// Preview.</param>
/// <param name="introducedversion">Version in which the form is
/// introduced.</param>
/// <param name="objecttypecode">Code that represents the record
/// type.</param>
/// <param name="versionnumber">Represents a version of customizations
/// to be synchronized with the Microsoft Dynamics 365 client for
/// Outlook.</param>
/// <param name="description">Description of the form or
/// dashboard.</param>
/// <param name="formidunique">Unique identifier of the form used when
/// synchronizing customizations for the Microsoft Dynamics 365 client
/// for Outlook.</param>
/// <param name="version">For internal use only.</param>
/// <param name="_ancestorformidValue">Unique identifier of the parent
/// form.</param>
/// <param name="formxml">XML representation of the form
/// layout.</param>
/// <param name="solutionid">Unique identifier of the associated
/// solution.</param>
/// <param name="isdefault">Information that specifies whether the form
/// or the dashboard is the system default.</param>
/// <param name="isdesktopenabled">Information that specifies whether
/// the dashboard is enabled for desktop.</param>
/// <param name="canbedeleted">Information that specifies whether this
/// component can be deleted.</param>
/// <param name="isairmerged">Specifies whether this form is merged
/// with the updated UI layout in Microsoft Dynamics CRM 2015 or
/// Microsoft Dynamics CRM Online 2015 Update.</param>
/// <param name="formactivationstate">Specifies the state of the
/// form.</param>
/// <param name="overwritetime">For internal use only.</param>
/// <param name="componentstate">For internal use only.</param>
/// <param name="iscustomizable">Information that specifies whether
/// this component can be customized.</param>
/// <param name="name">Name of the form.</param>
/// <param name="uniquename">Unique Name</param>
/// <param name="_organizationidValue">Unique identifier of the
/// organization.</param>
/// <param name="formpresentation">Specifies whether this form is in
/// the updated UI layout in Microsoft Dynamics CRM 2015 or Microsoft
/// Dynamics CRM Online 2015 Update.</param>
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<MicrosoftDynamicsCRMasyncoperation> systemFormAsyncOperations = default(IList<MicrosoftDynamicsCRMasyncoperation>), IList<MicrosoftDynamicsCRMbulkdeletefailure> systemFormBulkDeleteFailures = default(IList<MicrosoftDynamicsCRMbulkdeletefailure>), MicrosoftDynamicsCRMsystemform ancestorformid = default(MicrosoftDynamicsCRMsystemform), IList<MicrosoftDynamicsCRMsystemform> formAncestorForm = default(IList<MicrosoftDynamicsCRMsystemform>), 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;
Expand All @@ -73,150 +118,175 @@ public MicrosoftDynamicsCRMsystemform()
partial void CustomInit();

/// <summary>
/// Gets or sets unique identifier of the record type form.
/// </summary>
[JsonProperty(PropertyName = "overwritetime")]
public System.DateTimeOffset? Overwritetime { get; set; }
[JsonProperty(PropertyName = "formid")]
public string Formid { get; set; }

/// <summary>
/// Gets or sets information that specifies whether the dashboard is
/// enabled for tablet.
/// </summary>
[JsonProperty(PropertyName = "version")]
public int? Version { get; set; }
[JsonProperty(PropertyName = "istabletenabled")]
public bool? Istabletenabled { get; set; }

/// <summary>
/// Gets or sets type of the form, for example, Dashboard or Preview.
/// </summary>
[JsonProperty(PropertyName = "formjson")]
public string Formjson { get; set; }
[JsonProperty(PropertyName = "type")]
public int? Type { get; set; }

/// <summary>
/// Gets or sets version in which the form is introduced.
/// </summary>
[JsonProperty(PropertyName = "formactivationstate")]
public int? Formactivationstate { get; set; }
[JsonProperty(PropertyName = "introducedversion")]
public string Introducedversion { get; set; }

/// <summary>
/// Gets or sets code that represents the record type.
/// </summary>
[JsonProperty(PropertyName = "canbedeleted")]
public string Canbedeleted { get; set; }
[JsonProperty(PropertyName = "objecttypecode")]
public string Objecttypecode { get; set; }

/// <summary>
/// Gets or sets represents a version of customizations to be
/// synchronized with the Microsoft Dynamics 365 client for Outlook.
/// </summary>
[JsonProperty(PropertyName = "_ancestorformid_value")]
public string _ancestorformidValue { get; set; }
[JsonProperty(PropertyName = "versionnumber")]
public string Versionnumber { get; set; }

/// <summary>
/// Gets or sets description of the form or dashboard.
/// </summary>
[JsonProperty(PropertyName = "componentstate")]
public int? Componentstate { get; set; }
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }

/// <summary>
/// Gets or sets unique identifier of the form used when synchronizing
/// customizations for the Microsoft Dynamics 365 client for Outlook.
/// </summary>
[JsonProperty(PropertyName = "solutionid")]
public string Solutionid { get; set; }
[JsonProperty(PropertyName = "formidunique")]
public string Formidunique { get; set; }

/// <summary>
/// Gets or sets for internal use only.
/// </summary>
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
[JsonProperty(PropertyName = "version")]
public int? Version { get; set; }

/// <summary>
/// Gets or sets unique identifier of the parent form.
/// </summary>
[JsonProperty(PropertyName = "istabletenabled")]
public bool? Istabletenabled { get; set; }
[JsonProperty(PropertyName = "_ancestorformid_value")]
public string _ancestorformidValue { get; set; }

/// <summary>
/// Gets or sets XML representation of the form layout.
/// </summary>
[JsonProperty(PropertyName = "uniquename")]
public string Uniquename { get; set; }
[JsonProperty(PropertyName = "formxml")]
public string Formxml { get; set; }

/// <summary>
/// Gets or sets unique identifier of the associated solution.
/// </summary>
[JsonProperty(PropertyName = "_organizationid_value")]
public string _organizationidValue { get; set; }
[JsonProperty(PropertyName = "solutionid")]
public string Solutionid { get; set; }

/// <summary>
/// Gets or sets information that specifies whether the form or the
/// dashboard is the system default.
/// </summary>
[JsonProperty(PropertyName = "isdefault")]
public bool? Isdefault { get; set; }

/// <summary>
/// Gets or sets information that specifies whether the dashboard is
/// enabled for desktop.
/// </summary>
[JsonProperty(PropertyName = "objecttypecode")]
public string Objecttypecode { get; set; }

/// <summary>
/// </summary>
[JsonProperty(PropertyName = "ismanaged")]
public bool? Ismanaged { get; set; }
[JsonProperty(PropertyName = "isdesktopenabled")]
public bool? Isdesktopenabled { get; set; }

/// <summary>
/// Gets or sets information that specifies whether this component can
/// be deleted.
/// </summary>
[JsonProperty(PropertyName = "versionnumber")]
public string Versionnumber { get; set; }
[JsonProperty(PropertyName = "canbedeleted")]
public object Canbedeleted { get; set; }

/// <summary>
/// </summary>
[JsonProperty(PropertyName = "introducedversion")]
public string Introducedversion { get; set; }
[JsonProperty(PropertyName = "publishedon")]
public System.DateTimeOffset? Publishedon { get; set; }

/// <summary>
/// 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.
/// </summary>
[JsonProperty(PropertyName = "formidunique")]
public string Formidunique { get; set; }
[JsonProperty(PropertyName = "isairmerged")]
public bool? Isairmerged { get; set; }

/// <summary>
/// Gets or sets specifies the state of the form.
/// </summary>
[JsonProperty(PropertyName = "formpresentation")]
public int? Formpresentation { get; set; }
[JsonProperty(PropertyName = "formactivationstate")]
public int? Formactivationstate { get; set; }

/// <summary>
/// Gets or sets for internal use only.
/// </summary>
[JsonProperty(PropertyName = "formid")]
public string Formid { get; set; }
[JsonProperty(PropertyName = "overwritetime")]
public System.DateTimeOffset? Overwritetime { get; set; }

/// <summary>
/// Gets or sets for internal use only.
/// </summary>
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
[JsonProperty(PropertyName = "componentstate")]
public int? Componentstate { get; set; }

/// <summary>
/// </summary>
[JsonProperty(PropertyName = "type")]
public int? Type { get; set; }
[JsonProperty(PropertyName = "ismanaged")]
public bool? Ismanaged { get; set; }

/// <summary>
/// Gets or sets information that specifies whether this component can
/// be customized.
/// </summary>
[JsonProperty(PropertyName = "formxml")]
public string Formxml { get; set; }
//[JsonProperty(PropertyName = "iscustomizable")]
public object Iscustomizable { get; set; }

/// <summary>
/// Gets or sets name of the form.
/// </summary>
[JsonProperty(PropertyName = "isdesktopenabled")]
public bool? Isdesktopenabled { get; set; }
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }

/// <summary>
/// Gets or sets unique Name
/// </summary>
[JsonProperty(PropertyName = "iscustomizable")]
public string Iscustomizable { get; set; }
[JsonProperty(PropertyName = "uniquename")]
public string Uniquename { get; set; }

/// <summary>
/// Gets or sets unique identifier of the organization.
/// </summary>
[JsonProperty(PropertyName = "publishedon")]
public System.DateTimeOffset? Publishedon { get; set; }
[JsonProperty(PropertyName = "_organizationid_value")]
public string _organizationidValue { get; set; }

/// <summary>
/// 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.
/// </summary>
[JsonProperty(PropertyName = "isairmerged")]
public bool? Isairmerged { get; set; }
[JsonProperty(PropertyName = "formpresentation")]
public int? Formpresentation { get; set; }

/// <summary>
/// </summary>
[JsonProperty(PropertyName = "SystemForm_AsyncOperations")]
public IList<MicrosoftDynamicsCRMasyncoperation> SystemFormAsyncOperations { get; set; }

/// <summary>
/// </summary>
[JsonProperty(PropertyName = "processtrigger_systemform")]
public IList<MicrosoftDynamicsCRMprocesstrigger> ProcesstriggerSystemform { get; set; }

/// <summary>
/// </summary>
[JsonProperty(PropertyName = "SystemForm_BulkDeleteFailures")]
Expand All @@ -238,4 +308,4 @@ public MicrosoftDynamicsCRMsystemform()
public MicrosoftDynamicsCRMorganization Organizationid { get; set; }

}
}
}

0 comments on commit 2c31d50

Please sign in to comment.