Click or drag to resize

SearchOwnerResultItem Class

A specific owner search result.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsDataContractEntityWeb
      Tse.EasyBook.Server.DataContracts.OwnerLoginSearchOwnerResultItem

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 SearchOwnerResultItem : DataContractEntityWeb

The SearchOwnerResultItem type exposes the following members.

Constructors
  NameDescription
Public methodSearchOwnerResultItem
Top
Properties
  NameDescription
Public propertyCompanyEmail
The owner home e-mail if a company.
Public propertyHomeEmail
The owner home e-mail if a person.
Public propertyId
Unique Id for the entity. This Id is unchanged throughout the entity's lifetime.
(Inherited from DataContractEntityWeb.)
Public propertyName
The owner name (person or company).
Public propertyProfileId
The owner profile id.
Public propertyWorkEmail
The owner work e-mail if a person.
Top
See Also