Interface IEntity
- Namespace
- Tudormobile.AlphaVantage.Entities
- Assembly
- Tudormobile.AlphaVantageAPI.dll
Defines a contract for entities that can be used as a constraint in generic type parameters.
public interface IEntity
Remarks
Implement this interface to indicate that a type represents an entity within the domain model. This interface does not specify any members and serves as a marker for type constraints.