ICommonModel Interface¶
- Namespace
Microsoft.AspNetCore.Mvc.ApplicationModels- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public interface ICommonModel : IPropertyModel
-
interface
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel
Properties¶
-
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Attributes¶ Return type: System.Collections.Generic.IReadOnlyList<System.Object> IReadOnlyList<object> Attributes { get; }
-
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.MemberInfo¶ Return type: System.Reflection.MemberInfo MemberInfo MemberInfo { get; }
-
Microsoft.AspNetCore.Mvc.ApplicationModels.ICommonModel.Name¶ Return type: System.String string Name { get; }
-