IsNew property
bool
get
IsNew
Implementation
bool get IsNew {
ServiceId? id = this.GetId();
return id == null ? true : !id.IsValid;
}
bool get IsNew {
ServiceId? id = this.GetId();
return id == null ? true : !id.IsValid;
}