Class ShapeViolationSettings
Inheritance
System.Object
ShapeViolationSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class ShapeViolationSettings : ViolationSettings
Constructors
ShapeViolationSettings()
Declaration
public ShapeViolationSettings()
ShapeViolationSettings(Boolean)
Declaration
public ShapeViolationSettings(bool defaultValue)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | defaultValue |
Properties
AllowShape
Declaration
public bool AllowShape { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
DeepClone<TItem>(TItem)
Declaration
public override TItem DeepClone<TItem>(TItem clone = null)
where TItem : ViolationSettings
Parameters
| Type | Name | Description |
|---|---|---|
| TItem | clone |
Returns
| Type | Description |
|---|---|
| TItem |
Type Parameters
| Name | Description |
|---|---|
| TItem |
Overrides
Aurigma.DesignAtoms.Model.Items.ViolationSettings.DeepClone<TViolationSettings>(TViolationSettings)
Equals(ShapeViolationSettings)
Declaration
protected bool Equals(ShapeViolationSettings other)
Parameters
| Type | Name | Description |
|---|---|---|
| ShapeViolationSettings | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | obj |
Returns
| Type | Description |
|---|---|
| System.Boolean |