C# Класс Nexus.Client.ModRepositories.FileServerZone

A repository's fileserver info.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

FileServerZone() публичный Метод

The default constructor the initializes the object.
public FileServerZone ( ) : System
Результат System

FileServerZone() публичный Метод

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.
Результат System

FileServerZone() публичный Метод

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.
Результат System