Table of Contents

Class TextResourceSchema

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

public class TextResourceSchema : SystemSchema

Inheritance

objectSystemSchemaTextResourceSchema

Inherited Members

SystemSchema.AcceptedEntityName(string), SystemSchema.Id, SystemSchema.DataSourceId, SystemSchema.Name, SystemSchema.EntityName, SystemSchema.Attributes, SystemSchema.Version, SystemSchema.SystemAttributes, 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<TextResourceSchema>(TextResourceSchema)

Constructors

TextResourceSchema()

public TextResourceSchema()

Fields

DATA_SOURCE_ID

public const string DATA_SOURCE_ID = "4885e139-edcd-47ba-934e-88e408c8a1e2"

Field Value

string

ID

public const string ID = "4057ea92-0b0e-4848-b2f2-8872d334bd0f"

Field Value

string

NAME

public const string NAME = "SystemTextResource"

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

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

Generate()

public static IList<DataAttribute> Generate()

Returns

IList<DataAttribute>