Show / Hide Table of Contents

    ModelEmbeddedAttribute.ModelEmbeddedAttribute(Type modelType) Constructor

    .NET Standard 2.x

    Initializes a new instance of the ModelEmbeddedaAttribute class.

    Namespace: SnapObjects.Data

    Assembly: SnapObjects.Data.dll

    Syntax

        public ModelEmbeddedAttribute(Type modelType)
    

    Parameters

    modelType System.Type

    The type of a model class which the property relies on to load and update data.

    Applies to

    .NET Standard

    2.x

    Back to top Generated by Appeon