Class IValidateMode
Class that defines the predecessor validate mode details.
Inheritance
System.Object
IValidateMode
Implements
System.IEquatable<IValidateMode>
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public class IValidateMode : Object, IEquatable<IValidateMode>
Constructors
IValidateMode()
Declaration
public IValidateMode()
Properties
PreserveLinkWithEditing
Specifies the preserved link on editing
Declaration
public bool PreserveLinkWithEditing { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RemoveLink
Defines the removed link info
Declaration
public bool RemoveLink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RespectLink
Defines the processed link
Declaration
public bool RespectLink { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Equals(IValidateMode)
Returns boolean value by comparing iValidateMode
Declaration
public bool Equals(IValidateMode iValidateMode)
Parameters
Type | Name | Description |
---|---|---|
IValidateMode | iValidateMode |
Returns
Type | Description |
---|---|
System.Boolean |
Equals(Object)
Returns boolean value by comparing object
Declaration
public override bool Equals(object obj)
Parameters
Type | Name | Description |
---|---|---|
System.Object | obj |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode()
Returns hashcode for current object
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Implements
System.IEquatable<>