Class WorkshopTemplateModel
Inheritance
System.Object
WorkshopTemplateModel
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()
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class WorkshopTemplateModel
Properties
|
Improve this Doc
View Source
CreateDateTime
Declaration
public DateTimeOffset CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
|
Improve this Doc
View Source
CreateUserId
Declaration
public Guid? CreateUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
CreateUserName
Declaration
public string CreateUserName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Items
Declaration
public ICollection<WorkshopItemModel> Items { get; set; }
Property Value
|
Improve this Doc
View Source
OrganizationId
Declaration
public Guid OrganizationId { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UpdateDateTime
Declaration
public DateTimeOffset UpdateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTimeOffset |
|
|
Improve this Doc
View Source
UpdateUserId
Declaration
public Guid? UpdateUserId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
UpdateUserName
Declaration
public string UpdateUserName { get; set; }
Property Value
Type |
Description |
System.String |
|