Show / Hide Table of Contents

Class PersonCollection.IdxLastname

Class representing index 'IDXPersLname'.

Inheritance
object
EntityIdxBase
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>
Person.PersonIdxBase
PersonCollection.PersonCollectionIdx
PersonCollection.PersonCollectionIdx<PersonRows.IdxLastname>
PersonCollection.IdxLastname
Implements
ISentryIgnorable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class PersonCollection.IdxLastname : PersonCollection.PersonCollectionIdx<PersonRows.IdxLastname>, ISentryIgnorable

Constructors

IdxLastname(string)

Constructor for class PersonCollection.IdxLastname This class represents index 'IDXPersLname'.

Declaration
public IdxLastname(string lastname)
Parameters
Type Name Description
string lastname

Last name

IdxLastname(string, StringSearchType)

Constructor for class PersonCollection.IdxLastname This class represents index 'IDXPersLname'.

Declaration
public IdxLastname(string lastname, StringSearchType lastnameSearchType)
Parameters
Type Name Description
string lastname

Last name

StringSearchType lastnameSearchType

How to search for lastname

Properties

Lastname

Last name

Declaration
public string Lastname { get; set; }
Property Value
Type Description
string

Implements

ISentryIgnorable

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top