Packagestimulsoft.report.range
Classpublic class GuidRange
InheritanceGuidRange Inheritance Range Inheritance Object



Public Properties
 PropertyDefined By
  from : String
GuidRange
  fromObject : Object
[override] Gets or sets From item of range.
GuidRange
  rangeName : String
[override] [read-only] Gets specified name of range.
GuidRange
  rangeType : int
[override] [read-only] Gets the type of range items.
GuidRange
  to : String
GuidRange
  toObject : Object
[override] Gets or sets To item of range.
GuidRange
Public Methods
 MethodDefined By
  
GuidRange(from:String, to:String)
GuidRange
  
contains(value:String):Boolean
GuidRange
  
deserialize(value:String):void
[override]
GuidRange
 Inherited
fromType(type:int):Range
[static]
Range
 Inherited
parse(from:String, to:String):void
Fill From and To item of range with it string representation.
Range
  
serialize():String
[override]
GuidRange
Property Detail
fromproperty
public var from:String

fromObjectproperty 
fromObject:Object[override]

Gets or sets From item of range.


Implementation
    public function get fromObject():Object
    public function set fromObject(value:Object):void
rangeNameproperty 
rangeName:String  [read-only] [override]

Gets specified name of range. Range name equal to name of range class.


Implementation
    public function get rangeName():String
rangeTypeproperty 
rangeType:int  [read-only] [override]

Gets the type of range items.


Implementation
    public function get rangeType():int
toproperty 
public var to:String

toObjectproperty 
toObject:Object[override]

Gets or sets To item of range.


Implementation
    public function get toObject():Object
    public function set toObject(value:Object):void
Constructor Detail
GuidRange()Constructor
public function GuidRange(from:String, to:String)



Parameters
from:String
 
to:String
Method Detail
contains()method
public function contains(value:String):Boolean

Parameters

value:String

Returns
Boolean
deserialize()method 
override public function deserialize(value:String):void

Parameters

value:String

serialize()method 
override public function serialize():String

Returns
String