JSON Object から NbGroup へ変換
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public static NbGroup FromJson(
NbJsonObject json,
NbService service = null
)
Public Shared Function FromJson (
json As NbJsonObject,
Optional service As NbService = Nothing
) As NbGroup
public:
static NbGroup^ FromJson(
NbJsonObject^ json,
NbService^ service = nullptr
)
static member FromJson :
json : NbJsonObject *
?service : NbService
(* Defaults:
let _service = defaultArg service null
*)
-> NbGroup
Parameters
- json
- Type: Nec.NebulaNbJsonObject
JSON - service (Optional)
- Type: Nec.NebulaNbService
サービス
Return Value
Type:
NbGroupグループ情報
Exceptions Version Information Core
Supported in: 1.0
See Also