C# Class ZForge.Motion.Core.ItemClass

Datei anzeigen Open project: zhuangyy/Motion Class Usage Examples

Protected Properties

Property Type Description
mID string
mName String

Public Methods

Method Description
Clean ( ) : void
GenID ( ) : string
GenID ( string p ) : string
MoveTo ( GroupClass dst ) : void
Remove ( ) : void

Private Methods

Method Description
GenRandomString ( ) : string

Method Details

Clean() public abstract method

public abstract Clean ( ) : void
return void

GenID() public method

public GenID ( ) : string
return string

GenID() public method

public GenID ( string p ) : string
p string
return string

MoveTo() public method

public MoveTo ( GroupClass dst ) : void
dst GroupClass
return void

Remove() public method

public Remove ( ) : void
return void

Property Details

mID protected_oe property

protected string mID
return string

mName protected_oe property

protected String mName
return String