Table of Contents

Class Entity

Namespace
ComponentSpace.Saml2.Configuration
Assembly
ComponentSpace.Saml2.dll

The configuration entity supports the Entity Framework.

public abstract class Entity
Inheritance
Entity
Derived
Inherited Members

Properties

Id

Gets or sets the entity ID.

This maps to the primary key in Entity Framework. It's otherwise not used.

[JsonIgnore]
public int Id { get; set; }

Property Value

int

The entity ID.