IConventionSequence.SetIsCyclic(Nullable<Boolean>, Boolean) Methode

Definition

Legt fest, ob die Sequenz von Anfang an erneut gestartet wird, wenn der max-Wert erreicht ist.

public void SetIsCyclic (bool? cyclic, bool fromDataAnnotation = false);
public bool? SetIsCyclic (bool? cyclic, bool fromDataAnnotation = false);
abstract member SetIsCyclic : Nullable<bool> * bool -> unit
abstract member SetIsCyclic : Nullable<bool> * bool -> Nullable<bool>
Public Sub SetIsCyclic (cyclic As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false)
Public Function SetIsCyclic (cyclic As Nullable(Of Boolean), Optional fromDataAnnotation As Boolean = false) As Nullable(Of Boolean)

Parameter

cyclic
Nullable<Boolean>

Wenn true, beginnt die Sequenz erneut von Anfang an, wenn der max-Wert erreicht ist.

fromDataAnnotation
Boolean

Gibt an, ob die Konfiguration mithilfe einer Datenanmerkung angegeben wurde.

Gibt zurück

Der konfigurierte Wert.

Gilt für: