Class SaleCollection.IdxSource
Class representing index 'IDXSaleSource'.
Inheritance
System.Object
SaleCollection.IdxSource
Implements
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Entities
Assembly: SoDataBase.dll
Syntax
public sealed class IdxSource : SaleCollection.SaleCollectionIdx<SaleRows.IdxSource>, ISentryIgnorable
Constructors
IdxSource(Int16)
Constructor for class SaleCollection.IdxSource This class represents index 'IDXSaleSource'.
Declaration
public IdxSource(short source)
Parameters
Type | Name | Description |
---|---|---|
System.Int16 | source | "For future integration use; source of record" |
Properties
Source
"For future integration use; source of record"
Declaration
public short Source { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)