Show / Hide Table of Contents

Class PersonCollection.IdxFirstname

Class representing index 'IDXPersFname'.

Inheritance
object
EntityIdxBase
EntityIdxBase<PersonTableInfo, PersonRow.PersonRowIdxBase>
Person.PersonIdxBase
PersonCollection.PersonCollectionIdx
PersonCollection.PersonCollectionIdx<PersonRows.IdxFirstname>
PersonCollection.IdxFirstname
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.IdxFirstname : PersonCollection.PersonCollectionIdx<PersonRows.IdxFirstname>, ISentryIgnorable

Constructors

IdxFirstname(string)

Constructor for class PersonCollection.IdxFirstname This class represents index 'IDXPersFname'.

Declaration
public IdxFirstname(string firstname)
Parameters
Type Name Description
string firstname

First name

IdxFirstname(string, StringSearchType)

Constructor for class PersonCollection.IdxFirstname This class represents index 'IDXPersFname'.

Declaration
public IdxFirstname(string firstname, StringSearchType firstnameSearchType)
Parameters
Type Name Description
string firstname

First name

StringSearchType firstnameSearchType

How to search for firstname

Properties

Firstname

First name

Declaration
public string Firstname { 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