This custom .NET Attribute is used to mark functions that return resourcestrings. These Attributes can later be found and the functions can be changed to return resourcestrings from any source/repository instead of having them hardcoded in code.
More...
This custom .NET Attribute is used to mark functions that return resourcestrings. These Attributes can later be found and the functions can be changed to return resourcestrings from any source/repository instead of having them hardcoded in code.
◆ ResourceStringAttribute()
Ict.Common.Attributes.ResourceStringAttribute.ResourceStringAttribute |
( |
string |
AResourceStringName, |
|
|
string |
AResourceNamespace |
|
) |
| |
|
inline |
This constructor defines two required parameters.
- Parameters
-
AResourceStringName | |
AResourceNamespace | |
◆ ResourceNamespace
virtual string Ict.Common.Attributes.ResourceStringAttribute.ResourceNamespace |
|
get |
Define ResourceNamespace property. This is a read-only attribute.
◆ ResourceStringName
virtual string Ict.Common.Attributes.ResourceStringAttribute.ResourceStringName |
|
get |
Define Name property. This is a read-only attribute.
◆ Translated
virtual bool Ict.Common.Attributes.ResourceStringAttribute.Translated |
|
getset |
Define Translated property. This is a read/write attribute.
The documentation for this class was generated from the following file: