Ejemplo n.º 1
0
 public string GetLocalizedTypeErrorAtPropertyKeyMessage(Localizer localizer, string actualValueString, string propertyKey)
 => PTypeErrorBuilder.GetLocalizedTypeErrorSomewhereMessage(
     localizer,
     LocalizedExpectedTypeDescription(localizer),
     actualValueString,
     PTypeErrorBuilder.GetLocatedAtPropertyKeyMessage(localizer, propertyKey));
Ejemplo n.º 2
0
 public string GetLocalizedTypeErrorAtItemIndexMessage(Localizer localizer, string actualValueString, int itemIndex)
 => PTypeErrorBuilder.GetLocalizedTypeErrorSomewhereMessage(
     localizer,
     LocalizedExpectedTypeDescription(localizer),
     actualValueString,
     PTypeErrorBuilder.GetLocatedAtItemIndexMessage(localizer, itemIndex));
Ejemplo n.º 3
0
 public string GetLocalizedTypeErrorMessage(Localizer localizer, string actualValueString)
 => PTypeErrorBuilder.GetLocalizedTypeErrorMessage(
     localizer,
     LocalizedExpectedTypeDescription(localizer),
     actualValueString);