Table of Contents

Class IdPConnectionSchema

Namespace: Casewhere.Models.SystemSchemas
Assembly: Casewhere.Models.dll

public class IdPConnectionSchema : SystemSchema

Inheritance

objectSystemSchemaIdPConnectionSchema

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IdPConnectionSchema>(IdPConnectionSchema)

Constructors

IdPConnectionSchema()

public IdPConnectionSchema()

Fields

DATA_SOURCE_ID

public const string DATA_SOURCE_ID = "af960084-2402-4e1a-aa40-6ebc845ea733"

Field Value

string

ID

public const string ID = "f21e65d2-29fa-45f3-aa15-d73ced8e9408"

Field Value

string

NAME

public const string NAME = "SystemIdPConnection"

Field Value

string

Properties

Attributes

public override IList<DataAttribute> Attributes { get; set; }

Property Value

IList<DataAttribute>

DataSourceId

public override Guid DataSourceId { get; set; }

Property Value

Guid

EntityName

Real name to reference database collection

public override string EntityName { get; set; }

Property Value

string

Id

public override Guid Id { get; set; }

Property Value

Guid

Name

public override string Name { get; set; }

Property Value

string

Version

public override int Version { get; set; }

Property Value

int

Methods

AcceptedEntityName(string)

public override bool AcceptedEntityName(string entityName)

Parameters

entityName string

Returns

bool

Generate()

public static IList<DataAttribute> Generate()

Returns

IList<DataAttribute>