C# Class GSF.Snap.Services.Net.SocketUserPermissions

Permissions associated with an individual user.
Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Свойство Type Description
CanRead bool
CanWrite bool
IsAdmin bool

Méthodes publiques

Méthode Description
Load ( Stream stream ) : void

Loads the token from a stream

Save ( Stream stream ) : void

Saves the token to a stream

Method Details

Load() public méthode

Loads the token from a stream
public Load ( Stream stream ) : void
stream System.IO.Stream the stream to load from
Résultat void

Save() public méthode

Saves the token to a stream
public Save ( Stream stream ) : void
stream System.IO.Stream the stream to save to
Résultat void

Property Details

CanRead public_oe property

Gets if the user can perform read operations
public bool CanRead
Résultat bool

CanWrite public_oe property

Gets if the user can perform write operations
public bool CanWrite
Résultat bool

IsAdmin public_oe property

Gets if the user can perform admin operations
Admin operations would include Detatching/Deleting/Moving archive file.
public bool IsAdmin
Résultat bool