C# Class GSF.ServiceProcess.ClientInfo

Inheritance: ISerializable
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Méthodes publiques

Méthode Description
ClientInfo ( ) : System

Initializes a new instance of the ClientInfo class.

ClientInfo ( ClientHelper parent ) : System

Initializes a new instance of the ClientInfo class.

GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Populates a SerializationInfo with the data needed to serialize the target object.

Méthodes protégées

Méthode Description
ClientInfo ( SerializationInfo info, StreamingContext context ) : System

Creates a new ClientInfo from serialization parameters.

Private Methods

Méthode Description
SetClientUser ( IPrincipal user ) : void

Updates the ClientUser.

Method Details

ClientInfo() public méthode

Initializes a new instance of the ClientInfo class.
public ClientInfo ( ) : System
Résultat System

ClientInfo() public méthode

Initializes a new instance of the ClientInfo class.
public ClientInfo ( ClientHelper parent ) : System
parent ClientHelper An object.
Résultat System

ClientInfo() protected méthode

Creates a new ClientInfo from serialization parameters.
protected ClientInfo ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The with populated with data.
context System.Runtime.Serialization.StreamingContext The source for this deserialization.
Résultat System

GetObjectData() public méthode

Populates a SerializationInfo with the data needed to serialize the target object.
The caller does not have the required permission.
public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo The to populate with data.
context System.Runtime.Serialization.StreamingContext The destination (see ) for this serialization.
Résultat void