Show / Hide Table of Contents

Interface IEntity

Interface that identifies entities of domains or services.

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

Foo class used in this example.

Indicate that class is entity.

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