| BCPropertySetNewPropertyDef Method (String, PropertyEffectivityKind, PropertyValueKind) |
Creates a new property definition of the specified type.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntaxpublic BCPropertyDef NewPropertyDef(
string name,
PropertyEffectivityKind effectivityKind,
PropertyValueKind type
)
Public Function NewPropertyDef (
name As String,
effectivityKind As PropertyEffectivityKind,
type As PropertyValueKind
) As BCPropertyDef
public:
BCPropertyDef^ NewPropertyDef(
String^ name,
PropertyEffectivityKind effectivityKind,
PropertyValueKind type
)
member NewPropertyDef :
name : string *
effectivityKind : PropertyEffectivityKind *
type : PropertyValueKind -> BCPropertyDef
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:
BCPropertyDefThe created property definition.
See Also