Click or drag to resize
PropertySettingsInfoType Class
Settings object for general properties registering in BaseGenericInfo.
Inheritance Hierarchy
SystemObject
  CMS.BasePropertySettingsInfoType

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 9.0.0
Syntax
C#
public class PropertySettings<InfoType>

Type Parameters

InfoType

The PropertySettingsInfoType type exposes the following members.

Constructors
Fields
  NameDescription
Protected fieldmEmptyObject
Empty object
Protected fieldmName
Property name
Protected fieldmParameter
Parameter passed to the parametrized.
Protected fieldmParametrizedFunction
Property getter with one parameter.
Protected fieldmParametrizedSetFunction
Property setter with one parameter
Protected fieldmPropertyFunction
Property getter without parameters.
Protected fieldmPropertySetFunction
Property setter without parameters
Protected fieldmPropertyType
Property type
Top
Properties
  NameDescription
Public propertyEmptyObjectFactory
Object factory that provides an empty object to properly determine dynamic type
Public propertyHidden
If true, this property is hidden (doesn't report in properties list)
Public propertyPropertyType
Property type
Top
Methods
  NameDescription
Public methodEvaluate
Evaluates the property.
Public methodHasSetter
Returns true if given property has a setter
Public methodSet
Evaluates the property.
Public methodSetEmptyObject
Sets the empty object to the factory
Top
See Also