NbAcl Constructor (NbJsonObject) |
ACL の JSON Object 表現から変換
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public NbAcl(
NbJsonObject json
)
Public Sub New (
json As NbJsonObject
)
public:
NbAcl(
NbJsonObject^ json
)
new :
json : NbJsonObject -> NbAcl
Parameters
- json
- Type: Nec.NebulaNbJsonObject
JSON Object
Exceptions Version Information Core
Supported in: 1.0
See Also