Class Region
Describes Region object.
public class Region : DatabaseObject, INotifyPropertyChanged, IComparable, IIdentifiable
- Inheritance
-
Region
- Implements
- Inherited Members
Constructors
Region()
Creates new instance of Region.
public Region()
Region(string)
Creates new instance of Region.
public Region(string name)
Parameters
name
string
Fields
Empty
Gets empty region.
public static readonly Region Empty
Field Value
Properties
SpecificationId
Gets or sets specification identifier.
public string SpecificationId { get; set; }
Property Value
Methods
CopyDiffTo(object)
Copies differential properties to target object intance.
public override void CopyDiffTo(object target)
Parameters
target
objectTarget object instance to receive new data.