C# Class Fusion.Pipeline.AssetDesc

Mostra file Open project: demiurghg/FusionEngine

Public Properties

Property Type Description
Parameters string>>.List
Path string
Type string

Public Methods

Method Description
AssetDesc ( Asset asset ) : System

Create asset description from asset.

AssetDesc ( XmlNode node ) : System

Create asset description from XML node.

AssignProperties ( object obj, string>.IEnumerable parameters ) : void

CreateAsset ( Type types ) : Asset

ToXmlElement ( XmlDocument document ) : XmlElement

Method Details

AssetDesc() public method

Create asset description from asset.
public AssetDesc ( Asset asset ) : System
asset Asset
return System

AssetDesc() public method

Create asset description from XML node.
public AssetDesc ( XmlNode node ) : System
node System.Xml.XmlNode
return System

AssignProperties() public method

public AssignProperties ( object obj, string>.IEnumerable parameters ) : void
obj object
parameters string>.IEnumerable
return void

CreateAsset() public method

public CreateAsset ( Type types ) : Asset
types System.Type
return Asset

ToXmlElement() public method

public ToXmlElement ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
return System.Xml.XmlElement

Property Details

Parameters public_oe property

public List> Parameters
return string>>.List

Path public_oe property

public string Path
return string

Type public_oe property

public string Type
return string