Click or drag to resize
NbGroupFromJson Method
JSON Object から NbGroup へ変換

Namespace: Nec.Nebula
Assembly: 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
)

Parameters

json
Type: Nec.NebulaNbJsonObject
JSON
service (Optional)
Type: Nec.NebulaNbService
サービス

Return Value

Type: NbGroup
グループ情報
Exceptions
ExceptionCondition
ArgumentNullExceptionJsonがnull
Version Information

Core

Supported in: 1.0
See Also