Class ExtensionProperties
Extension properties
public class ExtensionProperties
- Inheritance
-
objectExtensionProperties
- Extension Methods
Methods
EnsureProperty<PropertyType>(object, string)
Ensures that the given property is properly initialized
public GenericProperty<PropertyType> EnsureProperty<PropertyType>(object obj, string propertyName)
Parameters
obj
objectParent object
propertyName
stringProperty name
Returns
- GenericProperty<PropertyType>
Type Parameters
PropertyType
Exceptions
- InvalidOperationException
Thrown when property of name from
propertyName
is not found inobj
.