C new FullClass( type: string, data: any ) → {void}
    
    
    
    
    
    
Class Description Title
Parameters:
| Name | Type | Description | 
|---|---|---|
type | 
            
            string | Param Description  | 
        
data | 
            
            any | Param Description  | 
        
Implements:
Properties
- 
    
S P privateStaticProperty :string
 - 
    
    
PrivateStaticProperty description
Type:
- string
 
 - 
    
S P publicStaticProperty :string
 - 
    
    
PublicStaticProperty description
Type:
- string
 
 - 
    
P name :string
 - 
    
    
PublicProperty description
Type:
- string
 
 - 
    
P privateProperty :string
 - 
    
    
PrivateProperty description
Type:
- string
 
 - 
    
P publicProperty :string
 - 
    
    
PublicProperty description
Type:
- string
 
 
Methods
- 
    
    
S M privateStaticMethod( ) → { string }
 - 
    
    
    
PrivateStaticMethod Description
 - 
    
    
S M publicStaticMethod( ) → { string }
 - 
    
    
    
PublicStaticMethod Description
 - 
    
    
M callCallBack( cb: pulsar.tsdoc.ICallBack )
 - 
    
    
    
Typed Callback Parameter
Parameters:
Name Type Description cbpulsar.tsdoc.ICallBack Callback Param Description
 - 
    
    
M fireEvent( )
 - 
    
    
    
Fire Mthod annotation Description
Fires:
 - 
    
    
M methodToImplement( name: string, index: number )
 - 
    
    
    
PrivateMethod Description
Parameters:
Name Type Description namestring Param Description
indexnumber Param Description
 - 
    
    
M privateMethod( ) → { string }
 - 
    
    
    
PrivateMethod Description
 - 
    
    
M publicMethod( ) → { string }
 - 
    
    
    
PublicMethod Description
 - 
    
    
M publicMethodWithParams( name: string, typedParam: pulsar.tsdoc.FullClass ) → { pulsar.tsdoc.FullClass }
 - 
    
    
    
PublicMethodWithParams Description
Parameters:
Name Type Description namestring Param Description
typedParampulsar.tsdoc.FullClass Param Description
Returns description