WebClientHelperSerializeMessageForClient - метод
Пространство имён: Tessa.Web.ClientСборка: Tessa.Web.Client (в Tessa.Web.Client.dll) Версия: 3.6.0.22
public static string SerializeMessageForClient(
Object objectName,
string text,
ValidationResultType type = ValidationResultType.Info
)
Public Shared Function SerializeMessageForClient (
objectName As Object,
text As String,
Optional type As ValidationResultType = ValidationResultType.Info
) As String
public:
static String^ SerializeMessageForClient(
Object^ objectName,
String^ text,
ValidationResultType type = ValidationResultType::Info
)
static member SerializeMessageForClient :
objectName : Object *
text : string *
?type : ValidationResultType
(* Defaults:
let _type = defaultArg type ValidationResultType.Info
*)
-> string
- objectName Object
-
- text String
-
- type ValidationResultType (Optional)
-
String