Table of Contents

Interface IAssociationObjectProvider

Namespace
CMS.Plugin.MesSuite.Abstractions
Assembly
CMS.Plugin.MesSuite.Abstractions.dll

关联对象提供程序

public interface IAssociationObjectProvider

Methods

GetAssociationObjectsAsync(string, string)

获取关联对象集合

Task<IEnumerable<AssociationObject>> GetAssociationObjectsAsync(string associatedType, string associatedObject)

Parameters

associatedType string

被关联对象类型

associatedObject string

被关联对象

Returns

Task<IEnumerable<AssociationObject>>