Creates a new property definition of the default type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
public BCPropertyDef NewPropertyDef( string name, PropertyEffectivityKind effectivityKind )
Parameters
- name
- Type:
System String
The name of the property definition to create.
- effectivityKind
- Type: BlueCieloECM.InnoCielo.Meridian.Server PropertyEffectivityKind
The effectivity type of the property definition to create.
Return Value
The created property definition.See Also