Class IconViewModel
Interaction logic for Icon
Inheritance
System.Object
IconViewModel
Assembly: Simplic.Icon.UI.dll
Syntax
public class IconViewModel : ExtendableViewModelBase
Constructors
|
Improve this Doc
View Source
IconViewModel(Icon)
Declaration
public IconViewModel(Icon icon)
Parameters
Type |
Name |
Description |
Icon |
icon |
|
Properties
|
Improve this Doc
View Source
CreateDateTime
Declaration
public DateTime CreateDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
Height
Declaration
public double Height { get; }
Property Value
Type |
Description |
System.Double |
|
|
Improve this Doc
View Source
IconBlob
Declaration
public byte[] IconBlob { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
|
Improve this Doc
View Source
IconBlobAsImage
Declaration
public BitmapImage IconBlobAsImage { get; }
Property Value
Type |
Description |
System.Windows.Media.Imaging.BitmapImage |
|
|
Improve this Doc
View Source
IconSize
Declaration
public string IconSize { get; }
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
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
UpdateDateTime
Declaration
public DateTime? UpdateDateTime { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
|
Improve this Doc
View Source
Width
Declaration
public double Width { get; }
Property Value
Type |
Description |
System.Double |
|