Extend<ObjectType> Methods |
The Extend< ObjectType> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | With<ExtensionType> |
Extends the object with the given static extension
|
![]() ![]() | WithMetadata<MetadataType> |
Extends the object with the given static extension
|
![]() ![]() | WithProperty<PropertyType> |
Extends the type with a new generic property
|
![]() ![]() | WithStaticProperty<PropertyType>(String) |
Extends the type with a new generic static property
|
![]() ![]() | WithStaticProperty<PropertyType>(String, Func<PropertyType>, Action<PropertyType>) |
Extends the type with a new generic static property
|