Click or drag to resize

BcfColumnSetupT 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<T> : BcfColumnSetup

Type Parameters

T
The column ValueType

The BcfColumnSetupT type exposes the following members.

Constructors
  NameDescription
Protected methodBcfColumnSetupT
Initializes a new instance of the BcfColumnSetupT class
Top
Properties
  NameDescription
Public propertyAllowNull
Gets a value indicating whether BcfCell.Value can be null.
(Inherited from BcfColumnSetup.)
Public propertyContentEqualityComparison
Gets or sets the content equality comparison.
Public propertyConverter
Gets or sets the convert function.
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.
(Inherited from BcfColumnSetup.)
Public propertyDefaultValue
Gets or sets the default value.
Public propertyDiscardAction
Gets or sets the discard action.
Public propertyEqualityComparer
Gets or sets the equality comparer.
Public propertyCode exampleFormatter
Gets or sets the format function.
Public propertyFunction
Gets the function-setup.
Public propertyHasContentEqualityComparison
Indicates whether ContentEqualityComparison is set.
(Overrides BcfColumnSetupHasContentEqualityComparison.)
Public propertyHasConverter
Indicates whether Converter is set.
(Overrides BcfColumnSetupHasConverter.)
Public propertyHasDefaultValue
Indicates whether DefaultValue is set.
(Overrides BcfColumnSetupHasDefaultValue.)
Public propertyHasDiscardAction
Indicates whether DiscardAction is set.
(Overrides BcfColumnSetupHasDiscardAction.)
Public propertyHasEqualityComparer
Indicates whether EqualityComparer is set.
(Overrides BcfColumnSetupHasEqualityComparer.)
Public propertyHasFormatter
Indicates whether Formatter is set.
(Overrides BcfColumnSetupHasFormatter.)
Public propertyHasFunction
Indicates whether Function is set.
(Overrides BcfColumnSetupHasFunction.)
Public propertyHasSequence
Indicates whether Sequence is set.
(Overrides BcfColumnSetupHasSequence.)
Public propertyHasTrigger
Indicates whether Trigger is set.
(Overrides BcfColumnSetupHasTrigger.)
Public propertyHasValueConstraint
Indicates whether ValueConstraint is set.
(Overrides BcfColumnSetupHasValueConstraint.)
Public propertyIncludeInUndo
Gets or sets a value indicating whether the column values are managed by undo-redo.
(Inherited from BcfColumnSetup.)
Public propertyName
Gets the name.
(Inherited from BcfColumnSetup.)
Public propertyOptions
Gets or sets the column options.
(Inherited from BcfColumnSetup.)
Public propertyParameters
Gets the parameters of Function.
(Overrides BcfColumnSetupParameters.)
Public propertySequence
Gets the sequence.
Public propertyShouldPersist
Gets or sets a value indicating whether the column values should be persisted when saving data.
(Inherited from BcfColumnSetup.)
Public propertyTrigger
Gets or sets the trigger action.
Public propertyTupleParameters
Gets the parameters of Function.
(Overrides BcfColumnSetupTupleParameters.)
Public propertyValueConstraint
Gets or sets the value-constraint.
Public propertyValueType
Gets the type of the cells Value property.
(Inherited from BcfColumnSetup.)
Public propertyValueTypeIsClass
Gets a value indicating ValueType is a class.
(Inherited from BcfColumnSetup.)
Public propertyValueTypeIsNotNullableStruct (Inherited from BcfColumnSetup.)
Public propertyValueTypeIsNullableStruct (Inherited from BcfColumnSetup.)
Top
Methods
  NameDescription
Public methodAccept (Inherited from BcfColumnSetup.)
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