The ApiEntityBaseT generic type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | FromString(String) |
Reads the JSON document and returns the deserialized object.
|
![]() ![]() | FromString(String, MessageFormat) |
Reads the JSON or XML document and returns the deserialized object.
|
![]() ![]() | GetNew |
Returns a new instance of T
|
![]() ![]() | GetSafeApiString |
Takes the specified raw imported value, trims and performs ToUpper/ToLower as specified
|
![]() | ToString |
Returns a serial representation of the object in JSON format.
(Overrides ObjectToString.) |
![]() | ToString(MessageFormat) |
Returns a serial representation of the object in the specified format.
|
See Also