C# Class Diva.Core.OpenerTask.ObjectInfo

显示文件 Open project: sslab-gatech/juxta

Public Properties

Property Type Description
Container ObjectContainer
Depends int[]
RefId int
SystemType string

Public Methods

Method Description
IsUnBoilable ( IBoilProvider provider ) : bool
ObjectInfo ( ObjectContainer container ) : System
ToString ( ) : string

Method Details

IsUnBoilable() public method

public IsUnBoilable ( IBoilProvider provider ) : bool
provider IBoilProvider
return bool

ObjectInfo() public method

public ObjectInfo ( ObjectContainer container ) : System
container ObjectContainer
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Container public_oe property

public ObjectContainer Container
return ObjectContainer

Depends public_oe property

public int[] Depends
return int[]

RefId public_oe property

public int RefId
return int

SystemType public_oe property

public string SystemType
return string