Click or drag to resize
BCPropertySetNewPropertyDef Method (String, PropertyEffectivityKind, PropertyValueKind)
Creates a new property definition of the specified type.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCPropertyDef NewPropertyDef(
	string name,
	PropertyEffectivityKind effectivityKind,
	PropertyValueKind type
)

Parameters

name
Type: SystemString
The name of the property definition to create.
effectivityKind
Type: BlueCieloECM.InnoCielo.Meridian.ServerPropertyEffectivityKind
The effectivity type of the property definition to create.
type
Type: BlueCieloECM.InnoCielo.Meridian.ServerPropertyValueKind
The property definition type.

Return Value

Type: BCPropertyDef
The created property definition.
See Also