C# Class ACR_ServerCommunicator.ModuleContentPatcher.DownloadConfiguration

A download configuration row from the content_download_config table
Show file 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 property

The dlsize attribute in the XML
public string DLSize
return string

DownloadHash public property

The download hash in the XML
public string DownloadHash
return string

Hash public property

The hash in the XML
public string Hash
return string

Name public property

The name attribute in the XML
public string Name
return string

Size public property

The size attribute in the XML
public string Size
return string