Class PersonRows.IdxMiddleName
Class representing index 'IDXPersMiddleName'.
Inheritance
IdxBase
IdxBase<PersonTableInfo>
PersonRow.PersonRowIdxBase
PersonRows.PersonRowsIdx
PersonRows.IdxMiddleName
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class IdxMiddleName : PersonRows.PersonRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxMiddleName(String)
Constructor for class PersonRows.IdxMiddleName This class represents index 'IDXPersMiddleName'.
Declaration
public IdxMiddleName(string middleName)
Parameters
Type | Name | Description |
---|---|---|
String | middleName |
IdxMiddleName(String, StringSearchType)
Constructor for class PersonRows.IdxMiddleName This class represents index 'IDXPersMiddleName'.
Declaration
public IdxMiddleName(string middleName, StringSearchType middleNameSearchType)
Parameters
Type | Name | Description |
---|---|---|
String | middleName | |
StringSearchType | middleNameSearchType | How to search for MiddleName |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
Type | Description |
---|---|
Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
MiddleName
Middle name or 'van' etc.
Declaration
public string MiddleName { get; set; }
Property Value
Type | Description |
---|---|
String |
Methods
UpdateRow(TableRowBase)
Update the PersonRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
Type | Name | Description |
---|---|---|
TableRowBase | baseRow | The row to update. This must be an instance of PersonRow. |
Overrides
SuperOffice.CRM.Rows.IdxBase.UpdateRow(SuperOffice.CRM.Rows.TableRowBase)
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)