Click or drag to resize

webResultLookup Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbACE.Network.web.resultwebResultBase
        imbACE.Network.web.resultwebResult
          imbACE.Network.web.resultwebResultLookup

Namespace:  imbACE.Network.web.result
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public class webResultLookup : webResult
Request Example View Source

The webResultLookup type exposes the following members.

Constructors
  NameDescription
Public methodwebResultLookup
Initializes a new instance of the webResultLookup class
Top
Properties
  NameDescription
Public propertybyteSize
Byte size of the document source code
(Inherited from webResult.)
Public propertydataObject
Opcioni objekat za smestanje podataka
(Inherited from webResultBase.)
Public propertydocument
Web dokument koji je ucitan
(Inherited from webResultBase.)
Public propertyHtmlDocument (Inherited from webResult.)
Public propertyhttpStatus (Inherited from webResult.)
Public propertyrequest
Instanca prema requestu koji je obradio ovaj odgovor
(Inherited from webResultBase.)
Public propertyresponse
Web odgovor koji je dobijen
(Inherited from webResultBase.)
Public propertysourceCode (Inherited from webResult.)
Top
Methods
  NameDescription
Public methodAppendDataFields
Appends its data points into new or existing property collection
(Inherited from webResultBase.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodreleaseDocumentFromMemory
Releases the document from memory
(Inherited from webResult.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also