Click or drag to resize
LoginCache Class
ログインキャッシュエンティティ
Inheritance Hierarchy
SystemObject
  Nec.Nebula.Internal.DatabaseLoginCache

Namespace: Nec.Nebula.Internal.Database
Assembly: Nec.Nebula.Offline (in Nec.Nebula.Offline.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax
public class LoginCache

The LoginCache type exposes the following members.

Constructors
  NameDescription
Public methodLoginCache
Initializes a new instance of the LoginCache class
Top
Properties
  NameDescription
Public propertyCreatedAt
作成日時
Public propertyEmail
E-mail
Public propertyGroups
所属グループリスト(JSON表現)。
Public propertyId
ID
Public propertyOptions
オプションJSON
Public propertyOptionsJson
オプションJSON文字列
Public propertyPassword
パスワード。設定すると PasswordHash が更新される。
Public propertyPasswordHash
パスワードハッシュ
Public propertySessionExpireAt
セッショントークン期限切れ日時
Public propertySessionToken
セッショントークン
Public propertyUpdatedAt
更新日時
Public propertyUserId
User ID
Public propertyUserName
User名
Top
Methods
  NameDescription
Public methodEquals
指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
既定のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Public methodIsValidPassword
パスワードを検証する
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Public methodSetSession
セッション情報をセットする
Public methodSetUser
ユーザ情報をセットする
Public methodToString
現在のオブジェクトを表す文字列を返します。
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberCreateTableSql
CREATE TABLE SQL文
Top
Version Information

Offline

Supported in: 1.0
See Also