Interface IGenericProperty
Interface for the generic extension
public interface IGenericProperty : IGenericExtension
- Inherited Members
- Extension Methods
Properties
Name
Property name
string Name { get; }
Property Value
- string
ParentProperty
Parent property. If set, provides value to current extension
IGenericProperty ParentProperty { get; set; }
Property Value
Type
Type of the property
Type Type { get; }
Property Value
- Type
Methods
GetValue()
Gets the value of the property
object GetValue()
Returns
- object
RegisterAsStaticPropertyTo(Type, string)
Registers the extension as a property to the given type
void RegisterAsStaticPropertyTo(Type type, string propertyName)
Parameters
type
TypeTarget type
propertyName
stringProperty name