Creates a new property definition of the specified type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)
Syntax
| C# |
|---|
public BCPropertyDef NewPropertyDef( string name, PropertyEffectivityKind effectivityKind, PropertyValueKind type ) |
| Visual Basic |
|---|
Public Function NewPropertyDef ( _ name As String, _ effectivityKind As PropertyEffectivityKind, _ type As PropertyValueKind _ ) As BCPropertyDef |
| Visual C++ |
|---|
public: BCPropertyDef^ NewPropertyDef( String^ name, PropertyEffectivityKind effectivityKind, PropertyValueKind type ) |
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.
- type
- Type: BlueCieloECM.InnoCielo.Meridian.Server..::..PropertyValueKind
The property definition type.