C# Class entity.HelpForm.FileInfo

Show file Open project: troymac1ure/Entity

Public Properties

Property Type Description
md5 string
name string
node System.Xml.XmlNode

Public Methods

Method Description
FileInfo ( string name, string md5, XmlNode node ) : System

Method Details

FileInfo() public method

public FileInfo ( string name, string md5, XmlNode node ) : System
name string
md5 string
node System.Xml.XmlNode
return System

Property Details

md5 public property

public string md5
return string

name public property

public string name
return string

node public property

public XmlNode,System.Xml node
return System.Xml.XmlNode