Classe CalendarRuleExtentCode
Si applica a: CRM 2015 on-prem, CRM Online
Contains integer flags that are used for the CalendarRule.ExtentCode attribute.
Spazio dei nomi: Microsoft.Crm.Sdk
Assembly: Microsoft.Crm.Sdk.Proxy (in Microsoft.Crm.Sdk.Proxy.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class CalendarRuleExtentCode
public static class CalendarRuleExtentCode
Note
The ExtentCode attribute defines how calendar rule overlap is handled during calendar rule expansion.
The following table shows the values for this class.
Member | Value | Description |
---|---|---|
SubtractRecurrenceIntervals |
1 |
The recurrence duration determines the shadowing of that rule. Use this value to indicate working hours and a full day 24-hour shadow. |
SubtractResults |
2 |
Specifies that only the rule duration is shadowed. Use this value to indicate time off. For example, 4 hours of time off allow working hours to appear before and after. |
Transparent |
0 |
Specifies no shadowing of calendar rules. All rules are displayed even if they are shadowed or preceded by other rules. |
Gerarchia ereditarietà
System.Object
Microsoft.Crm.Sdk.CalendarRuleExtentCode
Thread Safety
Tutti i membri statici pubblici (Shared in Visual Basic) di questo tipo sono thread-safe. Non è garantito che i membri di istanza siano thread-safe.
Piattaforme
Piattaforme di sviluppo
Windows Vista, Windows Server 2003 e
Piattaforme di destinazione
Windows Vista,Windows XP
Vedere anche
Riferimento
Membri CalendarRuleExtentCode
Spazio dei nomi Microsoft.Crm.Sdk
Altre risorse
CalendarRule Entity Messages and Methods
Send comments about this topic to Microsoft.
© 2014 Microsoft Corporation. All rights reserved.