NSDUserInfo メンバ

ユーザー情報。


●コンストラクタ

名前 説明
NSDUserInfo NSDUserInfoを初期化します。

●内容

構文:

Public Class NSDUserInfo
    Public ID As Int32 = 0
    Public Name As String = Nothing
    Public LoginName As String = Nothing
    Public Password As String = Nothing
    Public Description As String = Nothing
    Public StdFolderName As String = Nothing
    Public FileAuthority As ReadWrite_Authority
    Public IntFolderMaxSize As Int64 = 2000000
    Public Tag As Object = Nothing
End Class

内容:ユーザー情報。

名前 説明
ID Int32 ID。(既定値:0)
Name String ユーザー名。(既定値:Nothing)
LoginName String ログイン名。(既定値:Nothing)
Password String パスワード。(既定値:Nothing)
Description String 説明。(既定値:Nothing)
StdFolderName String ファイル読み書き用のフォルダー。(既定値:Nothing)
FileAuthority ReadWrite_Authority ファイルの権限。(既定値:ReadWrite_Authority.Authority_All)
IntFolderMaxSize Int64 最大フォルダサイズ。(既定値:2000000)
Tag Object オブジェクト。(既定値:Nothing)

●定数の一覧

名前:ReadWrite_Authority (権限)
名前 内容
Authority_Nothing 権限なし。
Authority_Read 読込。
Authority_FileCreate ファイル作成。
Authority_FileOverWrite ファイル上書き。
Authority_FileDelete ファイル削除。
Authority_ReadCreate 読込、ファイル作成。
Authority_ReadOverWrite 読込、ファイル上書き。
Authority_CreateOverWrite ファイル作成、ファイル上書き。
Authority_ReadCreateOverWrite 読込、ファイル作成、ファイル上書き。
Authority_ReadDelete 読込、ファイル削除。
Authority_CreateDelete ファイル作成、ファイル削除。
Authority_ReadCreateDelete 読込、ファイル作成、ファイル削除。
Authority_OverWriteDelete ファイル上書き、ファイル削除。
Authority_ReadOverWriteDelete 読込、ファイル上書き、ファイル削除。
Authority_CreateOverWriteDelete ファイル作成、ファイル上書き、ファイル削除。
Authority_All 読込、ファイル作成、ファイル上書き、ファイル削除。

Copyright (C) 2016 Nihon System Developer Corp. All Rights Reserved.