| | |
| | | set { _status = value; } |
| | | } |
| | | |
| | | private string _statusArr; |
| | | |
| | | public string statusArr |
| | | { |
| | | get { return _statusArr; } |
| | | set { _statusArr = value; } |
| | | } |
| | | |
| | | public string d3Md5 { get; set; } |
| | | public string d3RelativePath { get; set; } |
| | | public string d2Md5 { get; set; } |
| | |
| | | } |
| | | |
| | | public byte[] commentBlob { get; set; } |
| | | public byte[] base64Data { get; set; } |
| | | |
| | | private ObservableCollection<DrawAudit> _children; |
| | | |
| | |
| | | get => _mass; |
| | | set => RaiseAndSetIfChanged(ref _mass, value); |
| | | } |
| | | |
| | | private bool _isOpening = false; |
| | | public bool IsOpening |
| | | { |
| | | get => _isOpening; |
| | | set => RaiseAndSetIfChanged(ref _isOpening, value); |
| | | } |
| | | } |
| | | } |