Enum TargetPeriodType
Target period type This Enum is used by: target_group.period_type
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/10.3.0.0")]
public enum TargetPeriodType : short
Fields
Name | Description |
---|---|
HalfYear | 2: HalfYear |
Month | 4: Month |
None | 0: None |
Quarter | 3: Quarter |
Year | 1: Year |