Class ResourceModel
Represents a resource-requirement-planning resource
Inheritance
System.Object
ResourceModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Logistics.Planning
Assembly: Simplic.Logistics.Planning.dll
Syntax
public class ResourceModel
Properties
| Improve this Doc View SourceDisplayText
Gets or sets the resource display text
Declaration
public string DisplayText { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DispositionSortingKey
Gets or sets the order key
Declaration
public string DispositionSortingKey { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GroupId
Gets or sets the vehicle type
Declaration
public Guid GroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the resource id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TypeId
Gets or sets the vehicle type
Declaration
public Guid TypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |