logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Interface IFoundationViewElementFactory

    Factory interface for creating instances of IFoundationViewElement.

    Namespace: Serenity.Global.Domain.Entities.Factories
    Assembly: Serenity.Global.Domain.dll
    Syntax
    public interface IFoundationViewElementFactory

    Methods

    Create(object)

    Creates an instance of IFoundationViewElement.

    Declaration
    IFoundationViewElement Create(object viewElement)
    Parameters
    Type Name Description
    object viewElement

    The view element to be wrapped.

    Returns
    Type Description
    IFoundationViewElement

    A new instance of IFoundationViewElement.

    In this article
    © 2026 Serenity. All Rights Reserved