Packagestimulsoft.base.services
Classpublic class StiService
InheritanceStiService Inheritance StiObject Inheritance Object
Subclasses StiAggregateFunctionService, StiArea, StiBarCodeTypeService, StiBase, StiChartStyle, StiConstantLines, StiDataAdapterService, StiDatabase, StiDesignerInitService, StiExportService, StiFormatService, StiSeries, StiSeriesLabels, StiShapeTypeService, StiStrips, StiTrendLine, StiV2Builder



Public Properties
 PropertyDefined By
  properties : StiRepositoryItems
StiService
  serviceCategory : String
[read-only] Gets a service category.
StiService
  serviceInfo : String
[read-only] Gets a service description.
StiService
  serviceName : String
[read-only] Gets a service name.
StiService
  serviceType : Class
[read-only] Gets a service type.
StiService
Public Methods
 MethodDefined By
  
StiService
  
clone(... args):Object
[override] Creates a new object that is a copy of the current instance.
StiService
 Inherited
equals(object:Object):Boolean
StiObject
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
  
[override] Creates a shallow copy of the current Collection.
StiService
  
StiService
Property Detail
propertiesproperty
properties:StiRepositoryItems


Implementation
    public function get properties():StiRepositoryItems
    public function set properties(value:StiRepositoryItems):void
serviceCategoryproperty 
serviceCategory:String  [read-only]

Gets a service category.


Implementation
    public function get serviceCategory():String
serviceInfoproperty 
serviceInfo:String  [read-only]

Gets a service description.


Implementation
    public function get serviceInfo():String
serviceNameproperty 
serviceName:String  [read-only]

Gets a service name.


Implementation
    public function get serviceName():String
serviceTypeproperty 
serviceType:Class  [read-only]

Gets a service type.


Implementation
    public function get serviceType():Class
Constructor Detail
StiService()Constructor
public function StiService()



Method Detail
clone()method
override public function clone(... args):Object

Creates a new object that is a copy of the current instance.

Parameters

... args

Returns
Object
memberwiseClone()method 
override public function memberwiseClone():Object

Creates a shallow copy of the current Collection.

Returns
Object
packService()method 
public function packService():void