IAgreementTemplateCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This interface represents the operations that can be done on agreement templates.
public interface IAgreementTemplateCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Agreements.IAgreementTemplate>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IAgreementTemplateCollection = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntitySelector<IAgreementTemplate>
Public Interface IAgreementTemplateCollection
Implements IEntitySelector(Of IAgreementTemplate), IPartnerComponent, IPartnerComponent(Of String)
- Implements
Properties
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Item[String] |
Gets the behavior for an entity using the entity's ID. (Inherited from IEntitySelector<TEntity>) |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
Methods
ById(String) |
Retrieves the behavior for an entity using the entity's ID. (Inherited from IEntitySelector<TEntity>) |