Skip to content

Commit

Permalink
Recreated the documentation file with a better conversion from markdo…
Browse files Browse the repository at this point in the history
…wn to XML tags
  • Loading branch information
klaasvandeweerdt committed Mar 21, 2023
1 parent 607da30 commit 52111c5
Show file tree
Hide file tree
Showing 297 changed files with 2,056 additions and 1,887 deletions.
12 changes: 6 additions & 6 deletions Scr/Sdk4me.GraphQL/Entities/ActivityID.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,37 +27,37 @@ internal override string UniqueIdentifier
}

/// <summary>
/// Represents the activityID for high incidents. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for high incidents. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("high")]
public string? High { get; internal set; }

/// <summary>
/// Represents the activityID for low incidents. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for low incidents. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("low")]
public string? Low { get; internal set; }

/// <summary>
/// Represents the activityID for medium incidents. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for medium incidents. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("medium")]
public string? Medium { get; internal set; }

/// <summary>
/// Represents the activityID for RFCs. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for RFCs. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("rfc")]
public string? Rfc { get; internal set; }

/// <summary>
/// Represents the activityID for RFIs. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for RFIs. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("rfi")]
public string? Rfi { get; internal set; }

/// <summary>
/// Represents the activityID for top incidents. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for top incidents. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("top")]
public string? Top { get; internal set; }
Expand Down
12 changes: 6 additions & 6 deletions Scr/Sdk4me.GraphQL/Entities/ActivityIDInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class ActivityIDInput : PropertyChangeSet
private string? rfi;

/// <summary>
/// Represents the activityID for low incidents. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for low incidents. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("low")]
public string? Low
Expand All @@ -23,7 +23,7 @@ public string? Low
}

/// <summary>
/// Represents the activityID for medium incidents. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for medium incidents. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("medium")]
public string? Medium
Expand All @@ -33,7 +33,7 @@ public string? Medium
}

/// <summary>
/// Represents the activityID for high incidents. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for high incidents. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("high")]
public string? High
Expand All @@ -43,7 +43,7 @@ public string? High
}

/// <summary>
/// Represents the activityID for top incidents. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for top incidents. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("top")]
public string? Top
Expand All @@ -53,7 +53,7 @@ public string? Top
}

/// <summary>
/// Represents the activityID for RFCs. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for RFCs. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("rfc")]
public string? Rfc
Expand All @@ -63,7 +63,7 @@ public string? Rfc
}

/// <summary>
/// Represents the activityID for RFIs. The Activity identifier is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// Represents the activityID for RFIs. The Activity ID is the unique identifier by which an activity that is performed in the context of a service offering is known in the billing system of the service provider.
/// </summary>
[JsonProperty("rfi")]
public string? Rfi
Expand Down
2 changes: 1 addition & 1 deletion Scr/Sdk4me.GraphQL/Entities/Address.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Address : Node
public string? Country { get; internal set; }

/// <summary>
/// The Integration field is a hidden checkbox that can be set to `true` using this API or the Import functionality. When checked, the address is displayed as read-only in the user interface to prevent users from updating it.
/// The Integration field is a hidden checkbox that can be set to <c>true</c> using this API or the Import functionality. When checked, the address is displayed as read-only in the user interface to prevent users from updating it.
/// </summary>
[JsonProperty("integration"), Sdk4meField(true)]
public bool? Integration { get; internal set; }
Expand Down
4 changes: 2 additions & 2 deletions Scr/Sdk4me.GraphQL/Entities/AddressInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public class AddressInput : PropertyChangeSet
private bool? integration;

/// <summary>
/// Identifier of the object to update using these values. For new objects it should be `null`.
/// Identifier of the object to update using these values. For new objects it should be <c>null</c>.
/// </summary>
[JsonProperty("id")]
public string? ID
Expand Down Expand Up @@ -85,7 +85,7 @@ public string? Country
}

/// <summary>
/// The Integration field is a hidden checkbox that can be set to `true` using this API or the Import functionality. When checked, the address is displayed as read-only in the user interface to prevent users from updating it.
/// The Integration field is a hidden checkbox that can be set to <c>true</c> using this API or the Import functionality. When checked, the address is displayed as read-only in the user interface to prevent users from updating it.
/// </summary>
[JsonProperty("integration")]
public bool? Integration
Expand Down
Loading

0 comments on commit 52111c5

Please sign in to comment.