C# Class entity.HelpForm.FileInfo

ファイルを表示 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_oe property

public string md5
return string

name public_oe property

public string name
return string

node public_oe property

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