Class ResourceViewModel
Represents the resource view model that contains the information of a resources
Inheritance
System.Object
ResourceViewModel
Namespace: Simplic.PlugIn.Logistics.UI.ResourceRequirementsPlanning
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class ResourceViewModel : IResource
Properties
| Improve this Doc View SourceDisplayName
Gets or sets the display name
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
ResourceName
Gets or sets the resource name
Declaration
public string ResourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ResourceType
Gets or sets the resource type
Declaration
public string ResourceType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceEquals(IResource)
Compares this instance with the other and returns true if their Id is equal
Declaration
public bool Equals(IResource other)
Parameters
Type | Name | Description |
---|---|---|
IResource | other | other resource |
Returns
Type | Description |
---|---|
System.Boolean |