PublicResources Class

Provides localizable public string resources that can be used in any project.
See the Remarks section of the LanguageSettings and DynamicResourceManager classes for examples.

Definition

Namespace: KGySoft
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.0.0
C#
public static class PublicResources
Inheritance
Object    PublicResources

Properties

ArgumentContainsNullLooks up a localized string similar to Specified argument contains a null element.
ArgumentEmptyLooks up a localized string similar to Value cannot be empty.
ArgumentInvalidLooks up a localized string similar to The specified argument is invalid.
ArgumentInvalidStringLooks up a localized string similar to Input string contains an invalid value.
ArgumentNullLooks up a localized string similar to Value cannot be null.
ArgumentOutOfRangeLooks up a localized string similar to Specified argument was out of the range of valid values.
CollectionEmptyLooks up a localized string similar to The collection contains no elements.
ICollectionArrayTypeInvalidLooks up a localized string similar to Target array type is not compatible with the type of items in the collection.
ICollectionCopyToDestArrayShortLooks up a localized string similar to Destination array is not long enough to copy all the items in the collection. Check array index and length.
ICollectionCopyToSingleDimArrayOnlyLooks up a localized string similar to Only single dimensional arrays are supported for the requested action.
ICollectionReadOnlyModifyNotSupportedLooks up a localized string similar to Modifying a read-only collection is not supported.
IDictionaryDuplicateKeyLooks up a localized string similar to An item with the same key has already been added.
IDictionaryKeyNotFoundLooks up a localized string similar to The given key was not present in the dictionary.
IEnumeratorCollectionModifiedLooks up a localized string similar to Collection was modified; enumeration operation may not execute.
IEnumeratorEnumerationNotStartedOrFinishedLooks up a localized string similar to Enumeration has either not started or has already finished.
IListInvalidOffsLenLooks up a localized string similar to Offset and length were out of bounds for the list or count is greater than the number of elements from index to the end of the source collection.
IndexOutOfRangeLooks up a localized string similar to Index was outside the bounds of the array.
MaxLengthLessThanMinLengthLooks up a localized string similar to Maximum length must be greater than or equal to minimum length.
MaxValueLessThanMinValueLooks up a localized string similar to Maximum value must be greater than or equal to minimum value.
MillisecondLooks up a localized string similar to ms
NoLooks up a localized string similar to No
NotSupportedLooks up a localized string similar to This operation is not supported.
NullLooks up a localized string similar to <null>
ObjectDisposedLooks up a localized string similar to Cannot access a disposed object.
QuoteEndLooks up a localized string similar to '
QuoteStartLooks up a localized string similar to '
UndefinedLooks up a localized string similar to <undefined>
YesLooks up a localized string similar to Yes

Methods

ArgumentMustBeBetweenTLooks up a localized string similar to Specified argument must be between {0} and {1}.
ArgumentMustBeGreaterThanTLooks up a localized string similar to Specified argument must be greater than {0}.
ArgumentMustBeGreaterThanOrEqualToTLooks up a localized string similar to Specified argument must be greater than or equal to {0}.
ArgumentMustBeLessThanTLooks up a localized string similar to Specified argument must be less than {0}.
ArgumentMustBeLessThanOrEqualToTLooks up a localized string similar to Specified argument must be less than or equal to {0}.
EnumOutOfRangeTEnumLooks up a localized string similar to Enum instance of '{0}' type must be one of the defined values.
EnumOutOfRangeWithValuesTEnumLooks up a localized string similar to Enum instance of '{0}' type must be one of the following values: {1}.
FlagsEnumOutOfRangeTEnumLooks up a localized string similar to Enum instance of '{0}' type must consist of the defined flags.
FlagsEnumOutOfRangeWithValuesTEnumLooks up a localized string similar to Enum instance of '{0}' type must consist of the following flags: {1}.
ICollectionNonGenericValueTypeInvalidLooks up a localized string similar to The value "{0}" is not of type "{1}" and cannot be used in this generic collection.
IDictionaryNonGenericKeyTypeInvalidLooks up a localized string similar to The key "{0}" is not of type "{1}" and cannot be used in this generic collection.
NotAnInstanceOfTypeLooks up a localized string similar to Specified argument is expected to be an instance of type {0}.
PropertyMessageLooks up a localized string similar to Property '{0}': {1}
PropertyMustBeBetweenTLooks up a localized string similar to Property '{0}' must be between {1} and {2}.
PropertyMustBeGreaterThanTLooks up a localized string similar to Property '{0}' must be greater than {1}.
PropertyMustBeGreaterThanOrEqualToTLooks up a localized string similar to Property '{0}' must be greater than or equal to {1}.
PropertyMustBeGreaterThanOrEqualToPropertyLooks up a localized string similar to Property '{0}' must be greater than or equal to property '{1}'.
PropertyMustBeGreaterThanPropertyLooks up a localized string similar to Property '{0}' must be greater than property '{1}'.
PropertyMustBeLessThanTLooks up a localized string similar to Property '{0}' must be less than {1}.
PropertyMustBeLessThanOrEqualToTLooks up a localized string similar to Property '{0}' must be less than or equal to {1}.
PropertyNullLooks up a localized string similar to Property '{0}' must not be null.
ValueContainsIllegalPathCharactersLooks up a localized string similar to Value "{0}" contains illegal path characters.

See Also