Click or drag to resize

BcfColumnSetup Class

Represents the setup for a BcfColumn.
Inheritance Hierarchy

Namespace:  CalculationWorks.BusinessModel.Design
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public abstract class BcfColumnSetup

The BcfColumnSetup type exposes the following members.

Constructors
  NameDescription
Protected methodBcfColumnSetup
Initializes a new instance of the BcfColumnSetup class
Top
Properties
  NameDescription
Public propertyAllowNull
Gets a value indicating whether BcfCell.Value can be null.
Public propertyDataType
Gets the not-nullable type of the cells Value property. If value type is a nullable struct; the type-argument of NullableT will be returned; otherwise ValueType.
Public propertyHasContentEqualityComparison
Indicates whether ContentEqualityComparison is set.
Public propertyHasConverter
Indicates whether Converter is set.
Public propertyHasDefaultValue
Indicates whether DefaultValue is set.
Public propertyHasDiscardAction
Indicates whether DiscardAction is set.
Public propertyHasEqualityComparer
Indicates whether EqualityComparer is set.
Public propertyHasFormatter
Indicates whether Formatter is set.
Public propertyHasFunction
Indicates whether Function is set.
Public propertyHasSequence
Indicates whether Sequence is set.
Public propertyHasTrigger
Indicates whether Trigger is set.
Public propertyHasValueConstraint
Indicates whether ValueConstraint is set.
Public propertyIncludeInUndo
Gets or sets a value indicating whether the column values are managed by undo-redo.
Public propertyName
Gets the name.
Public propertyOptions
Gets or sets the column options.
Public propertyParameters
Gets the parameters of Function.
Public propertyShouldPersist
Gets or sets a value indicating whether the column values should be persisted when saving data.
Public propertyTupleParameters
Gets the parameters of Function.
Public propertyValueType
Gets the type of the cells Value property.
Public propertyValueTypeIsClass
Gets a value indicating ValueType is a class.
Public propertyValueTypeIsNotNullableStruct
Public propertyValueTypeIsNullableStruct
Top
Methods
  NameDescription
Public methodAccept
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also