ViewModelIsEachPropertyValid Method |
Determines whether each property is valid.
Namespace:
Enkoni.Framework.UI.Mvvm
Assembly:
Enkoni.Framework.UI (in Enkoni.Framework.UI.dll) Version: 1.3.0.1
Syntaxpublic bool IsEachPropertyValid()
Public Function IsEachPropertyValid As Boolean
public:
bool IsEachPropertyValid()
member IsEachPropertyValid : unit -> bool
Return Value
Type:
Boolean if each property is valid; otherwise,
.
See Also