Class ExternalDocumentRows.IdxSMessage
Class representing index 'IDXExternal_documentS_message'.
Inheritance
ExternalDocumentRows.IdxSMessage
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ExternalDocumentRows.IdxSMessage : ExternalDocumentRows.ExternalDocumentRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxSMessage(int)
Constructor for class ExternalDocumentRows.IdxSMessage This class represents index 'IDXExternal_documentS_message'.
Declaration
public IdxSMessage(int sMessage)
Parameters
Type | Name | Description |
---|---|---|
int | sMessage |
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
SMessage
Relation to s_message if this document is an image in a newsletter
Declaration
public int SMessage { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
UpdateRow(TableRowBase)
Update the ExternalDocumentRow 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 ExternalDocumentRow. |