DocsMarshal
/
Types
/
DocsMarshal.Entities.Area
class
Area
Base class:
DMBaseEntity
Implemented interfaces:
INotifyPropertyChanged
Derived types:
This type is not derived by any type in DocsMarshal.
Constructors
Area
()
Area
(
State
state)
Properties
String
Description
{ get; set; }
String
ExternalId
{ get; set; }
Int32
Id
{ get; set; }
Guid
IdArea
{ get; set; }
Boolean
IsAdded
{ get; }
Boolean
IsDeleted
{ get; }
Boolean
IsUpdated
{ get; }
String
Name
{ get; set; }
State
State
{ get; set; }
Top