StringValueAttribute Class |
Namespace: CMS.Chat
public class StringValueAttribute : Attribute
The StringValueAttribute type exposes the following members.
Name | Description | |
---|---|---|
![]() | StringValueAttribute(String) |
Constructor used to init a StringValue Attribute
|
![]() | StringValueAttribute(String, Boolean) |
Constructor used to init a StringValue Attribute
|
Name | Description | |
---|---|---|
![]() | IsResourceString |
If set to true, StringValue is resolved by ResHelper before returning.
|
![]() | StringValue |
Holds the stringvalue for a value in an enum.
|
Name | Description | |
---|---|---|
![]() | ToString |
Gets string representation (the same as StringValue).
(Overrides ObjectToString.) |