[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Prüft ob die übergebene Beschreibung erlaubt ist.
Namespace: DynamicNode.ModelAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
protected virtual bool IsDescriptionValid(
string newDescription,
ref string errorMsg
) |
Visual Basic |
---|
Protected Overridable Function IsDescriptionValid ( _
newDescription As String, _
ByRef errorMsg As String _
) As Boolean |
F# |
---|
abstract IsDescriptionValid :
newDescription:string *
errorMsg:string byref -> bool
override IsDescriptionValid :
newDescription:string *
errorMsg:string byref -> bool |
Parameters
- newDescription
- Type: System..::..String
Eine neue Beschreibung.
- errorMsg
- Type: System..::..String%
Falls false zurückgegeben wird,
muss errorMsg eine Erklärung zugewiesen werden.
Return Value
true, wenn die Beschreibung erlaubt ist, sonst
false.
See Also