Table of Contents

Class Product

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

Represents a product entity. Casewhere is a case management, process standardization, and workflow automation system. Casewhere makes it possible to create seamlessly integrated processes that tie together applications, internal and external actors, and data stores. With its extremely open architecture, the user can easily and quickly build up a solution for their organization where all the business systems work and share data. To do this, Casewhere provides a variety of building blocks (products) that you can combine into a solution that serves your needs.

public class Product : Entity, IIdentity

Inheritance

objectEntityProduct

Implements

IIdentity

Inherited Members

Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, 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<Product>(Product)

Constructors

Product()

public Product()

Properties

Description

Gets or sets the description of the product.

public string Description { get; set; }

Property Value

string

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

Name

Gets or sets the name of the product.

public string Name { get; set; }

Property Value

string

PackageManagerVersion

public string PackageManagerVersion { get; set; }

Property Value

string

PrefixTextResourceKey

public string PrefixTextResourceKey { get; set; }

Property Value

string

PublicVersion

Gets or sets the public version of the product.

public string PublicVersion { get; set; }

Property Value

string

Tags

public IList<string> Tags { get; set; }

Property Value

IList<string>

Methods

GetResourceName()

Gets the display name of the entity.

public override string GetResourceName()

Returns

string

The display name of the entity.