C# Class ACR_ServerCommunicator.ModuleContentPatcher.DownloadConfiguration

A download configuration row from the content_download_config table
Afficher le fichier Open project: ALandFarAway/ALFA-Base-Resources

Méthodes publiques

Свойство Type Description
DLSize string
DownloadHash string
Hash string
Name string
Size string

Property Details

DLSize public_oe property

The dlsize attribute in the XML
public string DLSize
Résultat string

DownloadHash public_oe property

The download hash in the XML
public string DownloadHash
Résultat string

Hash public_oe property

The hash in the XML
public string Hash
Résultat string

Name public_oe property

The name attribute in the XML
public string Name
Résultat string

Size public_oe property

The size attribute in the XML
public string Size
Résultat string