Table of Contents

Class ResourceDependency

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

public class ResourceDependency : Entity, IIdentity

Inheritance

objectEntityResourceDependency

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<ResourceDependency>(ResourceDependency)

Constructors

ResourceDependency()

public ResourceDependency()

Properties

DependencyId

public Guid DependencyId { get; set; }

Property Value

Guid

DependencyType

public ConfigurationResourceType DependencyType { get; set; }

Property Value

ConfigurationResourceType

ProductId

public Guid ProductId { get; set; }

Property Value

Guid

ResourceId

public Guid ResourceId { get; set; }

Property Value

Guid

ResourceType

public ConfigurationResourceType ResourceType { get; set; }

Property Value

ConfigurationResourceType

Methods

GetResourceName()

Gets the display name of the entity.

public override string GetResourceName()

Returns

string

The display name of the entity.