C# Class SEModAPIInternal.API.Entity.Sector.SectorObject.FloatingObject

Inheritance: BaseEntity
Show file Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Properties

Property Type Description
FloatingObjectClass string
FloatingObjectNamespace string

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void
FloatingObject ( MyObjectBuilder_FloatingObject definition ) : System
FloatingObject ( MyObjectBuilder_FloatingObject definition, Object backingObject ) : System
ReflectionUnitTest ( ) : bool

Protected Methods

Method Description
InternalUpdateItem ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FloatingObject() public method

public FloatingObject ( MyObjectBuilder_FloatingObject definition ) : System
definition MyObjectBuilder_FloatingObject
return System

FloatingObject() public method

public FloatingObject ( MyObjectBuilder_FloatingObject definition, Object backingObject ) : System
definition MyObjectBuilder_FloatingObject
backingObject Object
return System

InternalUpdateItem() protected method

protected InternalUpdateItem ( ) : void
return void

ReflectionUnitTest() public static method

public static ReflectionUnitTest ( ) : bool
return bool

Property Details

FloatingObjectClass public static property

public static string FloatingObjectClass
return string

FloatingObjectNamespace public static property

public static string FloatingObjectNamespace
return string