PropertyDefinitionUtil Class |
Namespace: Nova.Utilities
public static class PropertyDefinitionUtil
The PropertyDefinitionUtil type exposes the following members.
Name | Description | |
---|---|---|
IsAbstract |
Return true if the property is abstract, otherwise false.
| |
IsIndexed |
Check if the property is indexed (if it's an indexer).
| |
IsInternal |
Return true if the property is internal, otherwise false.
| |
IsPrivate |
Return true if the property is private, otherwise false.
| |
IsProtected |
Return true if the property is protected, otherwise false.
| |
IsPublic |
Return true if the property is public, otherwise false.
| |
IsStatic |
Return true if the property is static, otherwise false.
| |
IsVirtual |
Return true if the property is virtual, otherwise false.
|