Show / Hide Table of Contents

Interface IModel

Interface for limiting the models on structure of domains or services.

Namespace: StoneCo.Framework.Model
Assembly: cs.temp.dll.dll
Syntax
public interface IModel
Examples

Foo class used in this example.

Indicate that class is model.

public class Foo : IModel { }
Back to top Generated by DocFX