Class IdPConnectionSchema
Namespace: Casewhere.Models.SystemSchemas
Assembly: Casewhere.Models.dll
public class IdPConnectionSchema : SystemSchema
Inheritance
object ← SystemSchema ← IdPConnectionSchema
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
ID
public const string ID = "f21e65d2-29fa-45f3-aa15-d73ced8e9408"
Field Value
NAME
public const string NAME = "SystemIdPConnection"
Field Value
Properties
Attributes
public override IList<DataAttribute> Attributes { get; set; }
Property Value
DataSourceId
public override Guid DataSourceId { get; set; }
Property Value
EntityName
Real name to reference database collection
public override string EntityName { get; set; }
Property Value
Id
public override Guid Id { get; set; }
Property Value
Name
public override string Name { get; set; }
Property Value
Version
public override int Version { get; set; }
Property Value
Methods
AcceptedEntityName(string)
public override bool AcceptedEntityName(string entityName)
Parameters
entityName
string
Returns
Generate()
public static IList<DataAttribute> Generate()