[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Überprüft, ob der Setter einer Eigenschaft geeignet ist von DNObjects verarbeitet zu werden.
Namespace: DynamicNode.Ext.ObjectsAssembly: DNExtObjects (in DNExtObjects.dll) Version: 1.1.4679.19819 (1.1.0.0)
Syntax
C# |
---|
public static bool CheckPropertySet( PropertyInfo pi, bool mustBeStatic, out string msg ) |
Visual Basic |
---|
Public Shared Function CheckPropertySet ( _ pi As PropertyInfo, _ mustBeStatic As Boolean, _ <OutAttribute> ByRef msg As String _ ) As Boolean |
F# |
---|
static member CheckPropertySet : pi:PropertyInfo * mustBeStatic:bool * msg:string byref -> bool |
Parameters
- pi
- Type: System.Reflection..::..PropertyInfo
Eine Eigenschaft.
- mustBeStatic
- Type: System..::..Boolean
Falls true übergeben wird, muss die Eigenschaft statisch sein, sonst muss sie dynamisch sein.
- msg
- Type: System..::..String%
Gibt im Fehlerfall eine Begründung zurück.