Package | stimulsoft.report |
Class | public class StiBase |
Inheritance | StiBase ![]() ![]() ![]() |
Implements | IStiName, IStiRef |
Subclasses | StiComponent |
Property | Defined By | ||
---|---|---|---|
localizedCategory : String [read-only] Gets a localized name of the component category. | StiBase | ||
localizedName : String [read-only] Gets a localized component name. | StiBase | ||
name : String Gets or sets a component name. | StiBase | ||
![]() | properties : StiRepositoryItems | StiService | |
ref : int | StiBase | ||
![]() | serviceCategory : String [read-only] Gets a service category. | StiService | |
![]() | serviceInfo : String [read-only] Gets a service description. | StiService | |
serviceName : String [override] [read-only] Gets a service name. | StiBase | ||
![]() | serviceType : Class [read-only] Gets a service type. | StiService |
Method | Defined By | ||
---|---|---|---|
StiBase() | StiBase | ||
![]() | clone(... args):Object [override] Creates a new object that is a copy of the current instance. | StiService | |
equals(object:Object):Boolean [override] | StiBase | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
memberwiseClone():Object [override] | StiBase | ||
![]() | packService():void | StiService |
localizedCategory | property |
localizedCategory:String
[read-only] Gets a localized name of the component category.
public function get localizedCategory():String
localizedName | property |
localizedName:String
[read-only] Gets a localized component name.
public function get localizedName():String
name | property |
name:String
Gets or sets a component name.
public function get name():String
public function set name(value:String):void
ref | property |
ref:int
public function get ref():int
public function set ref(value:int):void
serviceName | property |
serviceName:String
[read-only] [override] Gets a service name.
public function get serviceName():String
StiBase | () | Constructor |
public function StiBase()
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |