Class TargetValueSubProvider
Archive of TargetValue - used by .
Inheritance
TargetValueSubProvider
Implements
Inherited Members
ExtensibleColumnsBase.MapReturnField(ArchiveSelect, FieldInfo, Boolean, String, ArchiveColumnInfo[])
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.dll
Syntax
[ArchiveProvider("TargetValueSub", 1073741823)]
public class TargetValueSubProvider : TypedQueryProviderBase<ArchiveRow, TargetValueTargetValueExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities, IPlugin
Constructors
TargetValueSubProvider()
Archive of TargetValue - used by .
Declaration
public TargetValueSubProvider()
Fields
ProviderName
Archive of TargetValue - used by .
Declaration
public const string ProviderName = "TargetValueSub"
Field Value
Type | Description |
---|---|
String |
RowTypeName
Archive of TargetValue - used by .
Declaration
public const string RowTypeName = "targetValue"
Field Value
Type | Description |
---|---|
String |
Properties
EndDate
Archive of TargetValue - used by .
Declaration
public DateTime EndDate { get; }
Property Value
Type | Description |
---|---|
DateTime |
StartDate
Archive of TargetValue - used by .
Declaration
public DateTime StartDate { get; }
Property Value
Type | Description |
---|---|
DateTime |
Implements
Extension Methods
EnumUtil.MapEnums<From, To>(From)