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