Class ResourceDependency
Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll
public class ResourceDependency : Entity, IIdentity
Inheritance
object ← Entity ← ResourceDependency
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
DependencyType
public ConfigurationResourceType DependencyType { get; set; }
Property Value
ConfigurationResourceType
ProductId
public Guid ProductId { get; set; }
Property Value
ResourceId
public Guid ResourceId { get; set; }
Property Value
ResourceType
public ConfigurationResourceType ResourceType { get; set; }
Property Value
ConfigurationResourceType
Methods
GetResourceName()
Gets the display name of the entity.
public override string GetResourceName()
Returns
The display name of the entity.