Class TextResourceSchema
Namespace: Casewhere.Models.SystemSchemas
Assembly: Casewhere.Models.dll
public class TextResourceSchema : SystemSchema
Inheritance
object ← SystemSchema ← TextResourceSchema
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
ID
public const string ID = "4057ea92-0b0e-4848-b2f2-8872d334bd0f"
Field Value
NAME
public const string NAME = "SystemTextResource"
Field Value
Properties
Attributes
public override IList<DataAttribute> Attributes { get; set; }
Property Value
DataSourceId
public override Guid DataSourceId { get; set; }
Property Value
EntityName
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
Generate()
public static IList<DataAttribute> Generate()