RecurrenceIsAdvancedPattern Property
This read-only property is used to examine the recurrence and determine if it is a simple pattern or
an advanced pattern.
Namespace: EWSoftware.PDIAssembly: EWSoftware.PDI (in EWSoftware.PDI.dll) Version: 2023.1.2.0
public bool IsAdvancedPattern { get; }
Public ReadOnly Property IsAdvancedPattern As Boolean
Get
public:
property bool IsAdvancedPattern {
bool get ();
}
member IsAdvancedPattern : bool with get
Return Value
BooleanTrue if it is an advanced pattern or false if it is a simple pattern
This is used by the Windows Forms recurrence pattern control and the ASP.NET recurrence
pattern web server control to determine if they can use one of the simple frequency panels or if
it is more advanced and requires the use of the Advanced panel. It is also used by the
ToDescription method to figure out how to convert the recurrence to a plain text
description.