Show / Hide Table of Contents

Class Entity

The configuration entity supports the Entity Framework.

Inheritance
System.Object
Entity
Certificate
SamlMappingRule
ProviderConfiguration
SamlConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
public int Id { get; set; }
Property Value
Type Description
System.Int32

The entity ID.

In This Article
  • Properties
    • Id
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.