Click or drag to resize

PropertySpecification Class

Class which is used to specify a single property definition.
Inheritance Hierarchy
SystemObject
  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditingPropertySpecification

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures.PropertyEditing
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public class PropertySpecification

The PropertySpecification type exposes the following members.

Constructors
  NameDescription
Public methodPropertySpecification(String, Type)
Initializes a new instance of the PropertySpec class.
Public methodPropertySpecification(String, Type, String)
Initializes a new instance of the PropertySpec class.
Public methodPropertySpecification(String, Type, String, String)
Initializes a new instance of the PropertySpec class.
Public methodPropertySpecification(String, Type, String, String, Object)
Initializes a new instance of the PropertySpec class.
Public methodPropertySpecification(String, Type, String, String, Object, Type)
Initializes a new instance of the PropertySpec class.
Public methodPropertySpecification(String, Type, String, String, Object, Type, Type)
Initializes a new instance of the PropertySpec class.
Top
Properties
  NameDescription
Public propertyAttributes
Gets or sets a collection of additional Attributes for this property. This can be used to specify attributes beyond those supported intrinsically by the PropertySpecification class, such as ReadOnly and Browsable.
Public propertyCategory
Gets or sets the category name of this property.
Public propertyConvertEmptyStringToNull
Gets or sets a value indicating whether an empty string (if the specification is for a string property) has to be converted to null (so the default value is used) or should be kept as-is.
Public propertyDefaultValue
Gets or sets the default value of this property.
Public propertyDescription
Gets or sets the help text description of this property.
Public propertyEditorType
Gets or sets the editor type for this property.
Public propertyName
Gets or sets the name of this property.
Public propertyPropertyType
Gets or sets the type of this property.
Public propertyTypeConverterType
Gets or sets the type converter type for this property.
Public propertyValueList
Gets or sets the values list to use for properties which have to have their value picked from a pre-fabricated list. To use a ValueList, specify a string-typed property and use the PropertySpecificationValuesListTypeConverter as type converter.
Top
Methods
  NameDescription
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