Click or drag to resize

SearchOwnersResult Class

Search owners search result.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContracts.OwnerLoginSearchOwnersResult

Namespace:  Tse.EasyBook.Server.DataContracts.OwnerLogin
Assembly:  Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class SearchOwnersResult : DataContractEntityWeb

The SearchOwnersResult type exposes the following members.

Constructors
  NameDescription
Public methodSearchOwnersResult
Top
Properties
  NameDescription
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertySearchResults
The search result list.
Top
See Also