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
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
IsLocked
public bool IsLocked { get; set; }
Property Value
Name
Gets or sets the name of the product.
public string Name { get; set; }
Property Value
PackageManagerVersion
public string PackageManagerVersion { get; set; }
Property Value
PrefixTextResourceKey
public string PrefixTextResourceKey { get; set; }
Property Value
PublicVersion
Gets or sets the public version of the product.
public string PublicVersion { get; set; }
Property Value
Tags
public IList<string> Tags { get; set; }
Property Value
Methods
GetResourceName()
Gets the display name of the entity.
public override string GetResourceName()
Returns
The display name of the entity.