Interface ICreateComplexPropertyDelegate<TComplexProperty extends ComplexProperty>
-
- Type Parameters:
TComplexProperty- Type that extends ComplexProperty
public interface ICreateComplexPropertyDelegate<TComplexProperty extends ComplexProperty>
Used to create instances of ComplexProperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TComplexPropertycreateComplexProperty()used to create instances of ComplexProperty.
-
-
-
Method Detail
-
createComplexProperty
TComplexProperty createComplexProperty()
used to create instances of ComplexProperty.- Returns:
- Complex property instance
-
-