C# Class Nexus.Client.ModRepositories.FileServerZone

A repository's fileserver info.
Mostra file Open project: NexusMods/NexusModManager-4.5

Public Methods

Method Description
FileServerZone ( ) : System

The default constructor the initializes the object.

FileServerZone ( string p_strFileServerID, string p_strFileServerName, Int32 p_intAffinityID, Image p_imgFileServerFlag, bool p_booPremium ) : System

A simple constructor the initializes the object with the given parameters.

FileServerZone ( string p_strFileServerID, string p_strFileServerName, Int32 p_intAffinityID, bool p_booPremium ) : System

A simple constructor the initializes the object with the given parameters.

Method Details

FileServerZone() public method

The default constructor the initializes the object.
public FileServerZone ( ) : System
return System

FileServerZone() public method

A simple constructor the initializes the object with the given parameters.
public FileServerZone ( string p_strFileServerID, string p_strFileServerName, Int32 p_intAffinityID, Image p_imgFileServerFlag, bool p_booPremium ) : System
p_strFileServerID string The fileserver ID.
p_strFileServerName string The fileserver name.
p_intAffinityID System.Int32 The fileserver affinity.
p_imgFileServerFlag Image The fileserver image.
p_booPremium bool The fileserver premium status.
return System

FileServerZone() public method

A simple constructor the initializes the object with the given parameters.
public FileServerZone ( string p_strFileServerID, string p_strFileServerName, Int32 p_intAffinityID, bool p_booPremium ) : System
p_strFileServerID string The fileserver ID.
p_strFileServerName string The fileserver name.
p_intAffinityID System.Int32 The fileserver affinity.
p_booPremium bool The fileserver premium status.
return System