Show / Hide Table of Contents

Class Entity

The configuration entity supports the Entity Framework.

Inheritance
object
Entity
Certificate
SamlMappingRule
ProviderConfiguration
SamlConfiguration
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2.Configuration
Assembly: ComponentSpace.Saml2.dll
Syntax
public abstract class Entity

Properties

Id

Gets or sets the entity ID.

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

Declaration
[JsonIgnore]
public int Id { get; set; }
Property Value
Type Description
int

The entity ID.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.