@@ -159,9 +159,9 @@ public void SetFieldStartReadOnly(CaseChangeActionContext context, object field)
159
159
/// <param name="context">The action context</param>
160
160
/// <param name="field">The target field</param>
161
161
/// <param name="format">The format string</param>
162
- /// <remarks>see www. learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</remarks>
162
+ /// <remarks>see https:// learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</remarks>
163
163
[ ActionParameter ( "field" , "The target field" , valueTypes : [ StringType ] ) ]
164
- [ ActionParameter ( "format" , "The format (www. learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
164
+ [ ActionParameter ( "format" , "The format (https:// learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
165
165
valueTypes : [ StringType ] ) ]
166
166
[ CaseBuildAction ( "SetFieldStartFormat" , "Set field start format" , "FieldInput" , "FieldStart" ) ]
167
167
public void SetFieldStartFormat ( CaseChangeActionContext context , object field , object format )
@@ -264,7 +264,7 @@ public void SetFieldEndReadOnly(CaseChangeActionContext context, object field) =
264
264
/// <param name="context">The action context</param>
265
265
/// <param name="field">The target field</param>
266
266
/// <param name="format">The format string</param>
267
- /// <remarks>see www. learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</remarks>
267
+ /// <remarks>see https:// learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</remarks>
268
268
[ ActionParameter ( "field" , "The target field" , valueTypes : [ StringType ] ) ]
269
269
[ ActionParameter ( "format" , "The format (https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
270
270
valueTypes : [ StringType ] ) ]
@@ -370,9 +370,9 @@ public void SetFieldValueHelp(CaseChangeActionContext context, object field, obj
370
370
/// <param name="context">The action context</param>
371
371
/// <param name="field">The target field</param>
372
372
/// <param name="mask">The text mask</param>
373
- /// <remarks>see www. learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask</remarks>
373
+ /// <remarks>see https:// learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask</remarks>
374
374
[ ActionParameter ( "field" , "The target field" , valueTypes : [ StringType ] ) ]
375
- [ ActionParameter ( "mask" , "The value mask (www. learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask)" ,
375
+ [ ActionParameter ( "mask" , "The value mask (https:// learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask)" ,
376
376
valueTypes : [ StringType ] ) ]
377
377
[ CaseBuildAction ( "SetFieldValueMask" , "Set field value mask" , "FieldInput" , "FieldValue" ) ]
378
378
public void SetFieldValueMask ( CaseChangeActionContext context , object field , object mask )
@@ -429,9 +429,9 @@ public void SetFieldValuePickerOpenYear(CaseChangeActionContext context, object
429
429
/// <param name="context">The action context</param>
430
430
/// <param name="field">The target field</param>
431
431
/// <param name="culture">The culture</param>
432
- /// <remarks>see www. learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</remarks>
432
+ /// <remarks>see https:// learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</remarks>
433
433
[ ActionParameter ( "field" , "The target field" , valueTypes : [ StringType ] ) ]
434
- [ ActionParameter ( "culture" , "The culture (www. learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c)" ,
434
+ [ ActionParameter ( "culture" , "The culture (https:// learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c)" ,
435
435
valueTypes : [ StringType ] ) ]
436
436
[ CaseBuildAction ( "SetFieldCulture" , "Set field value culture" , "FieldInput" , "FieldValue" ) ]
437
437
public void SetFieldCulture ( CaseChangeActionContext context , object field , object culture )
@@ -521,9 +521,9 @@ public void SetFieldStepSize(CaseChangeActionContext context, object field, obje
521
521
/// <param name="context">The action context</param>
522
522
/// <param name="field">The target field</param>
523
523
/// <param name="format">The text format</param>
524
- /// <remarks>see www. learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</remarks>
524
+ /// <remarks>see https:// learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</remarks>
525
525
[ ActionParameter ( "field" , "The target field" , valueTypes : [ StringType ] ) ]
526
- [ ActionParameter ( "format" , "The value format (learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
526
+ [ ActionParameter ( "format" , "The value format (https:// learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
527
527
valueTypes : [ StringType ] ) ]
528
528
[ CaseBuildAction ( "SetFieldFormat" , "Set field value format" , "FieldInput" , "FieldValue" ) ]
529
529
public void SetFieldFormat ( CaseChangeActionContext context , object field , object format )
@@ -675,8 +675,8 @@ public void SetStartReadOnly(CaseChangeActionContext context) =>
675
675
/// <summary>Set start format</summary>
676
676
/// <param name="context">The action context</param>
677
677
/// <param name="format">The format string</param>
678
- /// <remarks>see www. learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</remarks>
679
- [ ActionParameter ( "format" , "The format (www. learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
678
+ /// <remarks>see https:// learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</remarks>
679
+ [ ActionParameter ( "format" , "The format (https:// learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
680
680
valueTypes : [ StringType ] ) ]
681
681
[ CaseBuildAction ( "SetStartFormat" , "Set start format" , "FieldInput" , "FieldStart" ) ]
682
682
public void SetStartFormat ( CaseChangeActionContext context , object format ) =>
@@ -740,7 +740,7 @@ public void SetEndReadOnly(CaseChangeActionContext context) =>
740
740
/// <summary>Set end format</summary>
741
741
/// <param name="context">The action context</param>
742
742
/// <param name="format">The format string</param>
743
- /// <remarks>see www. learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</remarks>
743
+ /// <remarks>see https:// learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</remarks>
744
744
[ ActionParameter ( "format" , "The format (https://learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
745
745
valueTypes : [ StringType ] ) ]
746
746
[ CaseBuildAction ( "SetEndFormat" , "Set end format" , "FieldInput" , "FieldEnd" ) ]
@@ -802,8 +802,8 @@ public void SetValueHelp(CaseChangeActionContext context, object help) =>
802
802
/// <summary>Set value mask</summary>
803
803
/// <param name="context">The action context</param>
804
804
/// <param name="mask">The text mask</param>
805
- /// <remarks>see www. learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask</remarks>
806
- [ ActionParameter ( "mask" , "The value mask (www. learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask)" ,
805
+ /// <remarks>see https:// learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask</remarks>
806
+ [ ActionParameter ( "mask" , "The value mask (https:// learn.microsoft.com/en-us/dotnet/api/system.windows.forms.maskedtextbox.mask)" ,
807
807
valueTypes : [ StringType ] ) ]
808
808
[ CaseBuildAction ( "SetValueMask" , "Set value mask" , "FieldInput" , "FieldValue" ) ]
809
809
public void SetValueMask ( CaseChangeActionContext context , object mask ) =>
@@ -842,8 +842,8 @@ public void SetValueYearPicker(CaseChangeActionContext context) =>
842
842
/// <summary>Set value culture</summary>
843
843
/// <param name="context">The action context</param>
844
844
/// <param name="culture">The culture</param>
845
- /// <remarks>see www. learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</remarks>
846
- [ ActionParameter ( "culture" , "The culture (www. learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c)" ,
845
+ /// <remarks>see https:// learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c</remarks>
846
+ [ ActionParameter ( "culture" , "The culture (https:// learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c)" ,
847
847
valueTypes : [ StringType ] ) ]
848
848
[ CaseBuildAction ( "SetCulture" , "Set value culture" , "FieldInput" , "FieldValue" ) ]
849
849
public void SetCulture ( CaseChangeActionContext context , object culture ) =>
@@ -878,8 +878,8 @@ public void SetStepSize(CaseChangeActionContext context, object stepSize) =>
878
878
/// <summary>Set value format</summary>
879
879
/// <param name="context">The action context</param>
880
880
/// <param name="format">The text format</param>
881
- /// <remarks>see www. learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</remarks>
882
- [ ActionParameter ( "format" , "The value format (learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
881
+ /// <remarks>see https:// learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings</remarks>
882
+ [ ActionParameter ( "format" , "The value format (https:// learn.microsoft.com/en-us/dotnet/standard/base-types/custom-date-and-time-format-strings)" ,
883
883
valueTypes : [ StringType ] ) ]
884
884
[ CaseBuildAction ( "SetFormat" , "Set value format" , "FieldInput" , "FieldValue" ) ]
885
885
public void SetFormat ( CaseChangeActionContext context , object format ) =>
0 commit comments