C# Class ACR_ServerCommunicator.ModuleContentPatcher.DownloadConfiguration

A download configuration row from the content_download_config table
Mostrar archivo Open project: ALandFarAway/ALFA-Base-Resources

Public Properties

Property 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
return string

DownloadHash public_oe property

The download hash in the XML
public string DownloadHash
return string

Hash public_oe property

The hash in the XML
public string Hash
return string

Name public_oe property

The name attribute in the XML
public string Name
return string

Size public_oe property

The size attribute in the XML
public string Size
return string