C# 클래스 Fusion.Pipeline.AssetDesc

파일 보기 프로젝트 열기: demiurghg/FusionEngine

공개 프로퍼티들

프로퍼티 타입 설명
Parameters string>>.List
Path string
Type string

공개 메소드들

메소드 설명
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

메소드 상세

AssetDesc() 공개 메소드

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

AssetDesc() 공개 메소드

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

AssignProperties() 공개 메소드

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

CreateAsset() 공개 메소드

public CreateAsset ( Type types ) : Asset
types System.Type
리턴 Asset

ToXmlElement() 공개 메소드

public ToXmlElement ( XmlDocument document ) : XmlElement
document System.Xml.XmlDocument
리턴 System.Xml.XmlElement

프로퍼티 상세

Parameters 공개적으로 프로퍼티

public List> Parameters
리턴 string>>.List

Path 공개적으로 프로퍼티

public string Path
리턴 string

Type 공개적으로 프로퍼티

public string Type
리턴 string