Click or drag to resize
NbGroup Class
グループ
Inheritance Hierarchy
SystemObject
  Nec.NebulaNbGroup

Namespace: Nec.Nebula
Assembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public class NbGroup

The NbGroup type exposes the following members.

Constructors
  NameDescription
Public methodNbGroup
コンストラクタ
Top
Properties
  NameDescription
Public propertyAcl
ACL
Public propertyCreatedAt
作成日時
Public propertyEtag
ETag
Public propertyGroupId
グループID
Public propertyGroups
所属グループ名のセット
Public propertyName
グループ名
Public propertyUpdatedAt
更新日時
Public propertyUsers
所属ユーザIDのセット
Top
Methods
  NameDescription
Public methodAddMembersAsync
グループメンバ追加
Public methodDeleteAsync
グループを削除する
Public methodDeleteMembersAsync
グループメンバ削除
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodStatic memberFromJson
JSON Object から NbGroup へ変換
Public methodStatic memberGetGroupAsync
グループを取得する
Public methodGetHashCode
既定のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodStatic memberQueryGroupsAsync
グループ一覧を取得する
Public methodSaveAsync
グループを保存する。
Public methodToJson
JSON Object 表現に変換
Public methodToString
現在のオブジェクトを表す文字列を返します。
(Inherited from Object.)
Public methodUpdateWithJson
JSON Object で NbGroup を更新
Top
Fields
  NameDescription
Public fieldStatic memberGAnonymous
Anonymous グループ名 (g:anonymous)
Public fieldStatic memberGAuthenticated
Authenticated グループ名 (g:authenticated)
Top
Remarks
本クラスのインスタンスはスレッドセーフではない。
Version Information

Core

Supported in: 1.0
See Also