Created
March 11, 2025 18:52
-
-
Save HoyaBoya/eef1fe2d6ccde3d55e68533b0807984c to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//------------------------------------------------------------------------------ | |
// <auto-generated> | |
// This code was generated by a tool. | |
// Runtime Version:6.0.36 | |
// | |
// Changes to this file may cause incorrect behavior and will be lost if | |
// the code is regenerated. | |
// </auto-generated> | |
//------------------------------------------------------------------------------ | |
// Generation date: 03/06/2025 21:03:56 | |
namespace org.reso.metadata | |
{ | |
/// <summary> | |
/// There are no comments for RESO in the schema. | |
/// </summary> | |
public partial class RESO : global::Microsoft.OData.Client.DataServiceContext | |
{ | |
/// <summary> | |
/// Initialize a new RESO object. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public RESO(global::System.Uri serviceRoot) : | |
this(serviceRoot, global::Microsoft.OData.Client.ODataProtocolVersion.V4) | |
{ | |
} | |
/// <summary> | |
/// Initialize a new RESO object. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public RESO(global::System.Uri serviceRoot, global::Microsoft.OData.Client.ODataProtocolVersion protocolVersion) : | |
base(serviceRoot, protocolVersion) | |
{ | |
this.OnContextCreated(); | |
this.Format.LoadServiceModel = GeneratedEdmModel.GetInstance; | |
this.Format.UseJson(); | |
} | |
partial void OnContextCreated(); | |
/// <summary> | |
/// There are no comments for Property in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Property> Property | |
{ | |
get | |
{ | |
if ((this._Property == null)) | |
{ | |
this._Property = base.CreateQuery<Property>("Property"); | |
} | |
return this._Property; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Property> _Property; | |
/// <summary> | |
/// There are no comments for Member in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Member> Member | |
{ | |
get | |
{ | |
if ((this._Member == null)) | |
{ | |
this._Member = base.CreateQuery<Member>("Member"); | |
} | |
return this._Member; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Member> _Member; | |
/// <summary> | |
/// There are no comments for Office in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Office> Office | |
{ | |
get | |
{ | |
if ((this._Office == null)) | |
{ | |
this._Office = base.CreateQuery<Office>("Office"); | |
} | |
return this._Office; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Office> _Office; | |
/// <summary> | |
/// There are no comments for Contacts in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Contacts> Contacts | |
{ | |
get | |
{ | |
if ((this._Contacts == null)) | |
{ | |
this._Contacts = base.CreateQuery<Contacts>("Contacts"); | |
} | |
return this._Contacts; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Contacts> _Contacts; | |
/// <summary> | |
/// There are no comments for Media in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Media> Media | |
{ | |
get | |
{ | |
if ((this._Media == null)) | |
{ | |
this._Media = base.CreateQuery<Media>("Media"); | |
} | |
return this._Media; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Media> _Media; | |
/// <summary> | |
/// There are no comments for HistoryTransactional in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<HistoryTransactional> HistoryTransactional | |
{ | |
get | |
{ | |
if ((this._HistoryTransactional == null)) | |
{ | |
this._HistoryTransactional = base.CreateQuery<HistoryTransactional>("HistoryTransactional"); | |
} | |
return this._HistoryTransactional; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<HistoryTransactional> _HistoryTransactional; | |
/// <summary> | |
/// There are no comments for ContactListings in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<ContactListings> ContactListings | |
{ | |
get | |
{ | |
if ((this._ContactListings == null)) | |
{ | |
this._ContactListings = base.CreateQuery<ContactListings>("ContactListings"); | |
} | |
return this._ContactListings; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<ContactListings> _ContactListings; | |
/// <summary> | |
/// There are no comments for InternetTracking in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<InternetTracking> InternetTracking | |
{ | |
get | |
{ | |
if ((this._InternetTracking == null)) | |
{ | |
this._InternetTracking = base.CreateQuery<InternetTracking>("InternetTracking"); | |
} | |
return this._InternetTracking; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<InternetTracking> _InternetTracking; | |
/// <summary> | |
/// There are no comments for SavedSearch in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<SavedSearch> SavedSearch | |
{ | |
get | |
{ | |
if ((this._SavedSearch == null)) | |
{ | |
this._SavedSearch = base.CreateQuery<SavedSearch>("SavedSearch"); | |
} | |
return this._SavedSearch; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<SavedSearch> _SavedSearch; | |
/// <summary> | |
/// There are no comments for OpenHouse in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<OpenHouse> OpenHouse | |
{ | |
get | |
{ | |
if ((this._OpenHouse == null)) | |
{ | |
this._OpenHouse = base.CreateQuery<OpenHouse>("OpenHouse"); | |
} | |
return this._OpenHouse; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<OpenHouse> _OpenHouse; | |
/// <summary> | |
/// There are no comments for Prospecting in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Prospecting> Prospecting | |
{ | |
get | |
{ | |
if ((this._Prospecting == null)) | |
{ | |
this._Prospecting = base.CreateQuery<Prospecting>("Prospecting"); | |
} | |
return this._Prospecting; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Prospecting> _Prospecting; | |
/// <summary> | |
/// There are no comments for Queue in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Queue> Queue | |
{ | |
get | |
{ | |
if ((this._Queue == null)) | |
{ | |
this._Queue = base.CreateQuery<Queue>("Queue"); | |
} | |
return this._Queue; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Queue> _Queue; | |
/// <summary> | |
/// There are no comments for Rules in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Rules> Rules | |
{ | |
get | |
{ | |
if ((this._Rules == null)) | |
{ | |
this._Rules = base.CreateQuery<Rules>("Rules"); | |
} | |
return this._Rules; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Rules> _Rules; | |
/// <summary> | |
/// There are no comments for Showing in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Showing> Showing | |
{ | |
get | |
{ | |
if ((this._Showing == null)) | |
{ | |
this._Showing = base.CreateQuery<Showing>("Showing"); | |
} | |
return this._Showing; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Showing> _Showing; | |
/// <summary> | |
/// There are no comments for Teams in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Teams> Teams | |
{ | |
get | |
{ | |
if ((this._Teams == null)) | |
{ | |
this._Teams = base.CreateQuery<Teams>("Teams"); | |
} | |
return this._Teams; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Teams> _Teams; | |
/// <summary> | |
/// There are no comments for TeamMembers in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<TeamMembers> TeamMembers | |
{ | |
get | |
{ | |
if ((this._TeamMembers == null)) | |
{ | |
this._TeamMembers = base.CreateQuery<TeamMembers>("TeamMembers"); | |
} | |
return this._TeamMembers; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<TeamMembers> _TeamMembers; | |
/// <summary> | |
/// There are no comments for OUID in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<OUID> OUID | |
{ | |
get | |
{ | |
if ((this._OUID == null)) | |
{ | |
this._OUID = base.CreateQuery<OUID>("OUID"); | |
} | |
return this._OUID; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<OUID> _OUID; | |
/// <summary> | |
/// There are no comments for ContactListingNotes in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<ContactListingNotes> ContactListingNotes | |
{ | |
get | |
{ | |
if ((this._ContactListingNotes == null)) | |
{ | |
this._ContactListingNotes = base.CreateQuery<ContactListingNotes>("ContactListingNotes"); | |
} | |
return this._ContactListingNotes; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<ContactListingNotes> _ContactListingNotes; | |
/// <summary> | |
/// There are no comments for OtherPhone in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<OtherPhone> OtherPhone | |
{ | |
get | |
{ | |
if ((this._OtherPhone == null)) | |
{ | |
this._OtherPhone = base.CreateQuery<OtherPhone>("OtherPhone"); | |
} | |
return this._OtherPhone; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<OtherPhone> _OtherPhone; | |
/// <summary> | |
/// There are no comments for PropertyGreenVerification in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<PropertyGreenVerification> PropertyGreenVerification | |
{ | |
get | |
{ | |
if ((this._PropertyGreenVerification == null)) | |
{ | |
this._PropertyGreenVerification = base.CreateQuery<PropertyGreenVerification>("PropertyGreenVerification"); | |
} | |
return this._PropertyGreenVerification; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<PropertyGreenVerification> _PropertyGreenVerification; | |
/// <summary> | |
/// There are no comments for PropertyPowerProduction in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<PropertyPowerProduction> PropertyPowerProduction | |
{ | |
get | |
{ | |
if ((this._PropertyPowerProduction == null)) | |
{ | |
this._PropertyPowerProduction = base.CreateQuery<PropertyPowerProduction>("PropertyPowerProduction"); | |
} | |
return this._PropertyPowerProduction; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<PropertyPowerProduction> _PropertyPowerProduction; | |
/// <summary> | |
/// There are no comments for PropertyRooms in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<PropertyRooms> PropertyRooms | |
{ | |
get | |
{ | |
if ((this._PropertyRooms == null)) | |
{ | |
this._PropertyRooms = base.CreateQuery<PropertyRooms>("PropertyRooms"); | |
} | |
return this._PropertyRooms; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<PropertyRooms> _PropertyRooms; | |
/// <summary> | |
/// There are no comments for PropertyUnitTypes in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<PropertyUnitTypes> PropertyUnitTypes | |
{ | |
get | |
{ | |
if ((this._PropertyUnitTypes == null)) | |
{ | |
this._PropertyUnitTypes = base.CreateQuery<PropertyUnitTypes>("PropertyUnitTypes"); | |
} | |
return this._PropertyUnitTypes; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<PropertyUnitTypes> _PropertyUnitTypes; | |
/// <summary> | |
/// There are no comments for SocialMedia in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<SocialMedia> SocialMedia | |
{ | |
get | |
{ | |
if ((this._SocialMedia == null)) | |
{ | |
this._SocialMedia = base.CreateQuery<SocialMedia>("SocialMedia"); | |
} | |
return this._SocialMedia; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<SocialMedia> _SocialMedia; | |
/// <summary> | |
/// There are no comments for Field in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Field> Field | |
{ | |
get | |
{ | |
if ((this._Field == null)) | |
{ | |
this._Field = base.CreateQuery<Field>("Field"); | |
} | |
return this._Field; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Field> _Field; | |
/// <summary> | |
/// There are no comments for Lookup in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<Lookup> Lookup | |
{ | |
get | |
{ | |
if ((this._Lookup == null)) | |
{ | |
this._Lookup = base.CreateQuery<Lookup>("Lookup"); | |
} | |
return this._Lookup; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<Lookup> _Lookup; | |
/// <summary> | |
/// There are no comments for Property in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToProperty(Property property) | |
{ | |
base.AddObject("Property", property); | |
} | |
/// <summary> | |
/// There are no comments for Member in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToMember(Member member) | |
{ | |
base.AddObject("Member", member); | |
} | |
/// <summary> | |
/// There are no comments for Office in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToOffice(Office office) | |
{ | |
base.AddObject("Office", office); | |
} | |
/// <summary> | |
/// There are no comments for Contacts in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToContacts(Contacts contacts) | |
{ | |
base.AddObject("Contacts", contacts); | |
} | |
/// <summary> | |
/// There are no comments for Media in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToMedia(Media media) | |
{ | |
base.AddObject("Media", media); | |
} | |
/// <summary> | |
/// There are no comments for HistoryTransactional in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToHistoryTransactional(HistoryTransactional historyTransactional) | |
{ | |
base.AddObject("HistoryTransactional", historyTransactional); | |
} | |
/// <summary> | |
/// There are no comments for ContactListings in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToContactListings(ContactListings contactListings) | |
{ | |
base.AddObject("ContactListings", contactListings); | |
} | |
/// <summary> | |
/// There are no comments for InternetTracking in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToInternetTracking(InternetTracking internetTracking) | |
{ | |
base.AddObject("InternetTracking", internetTracking); | |
} | |
/// <summary> | |
/// There are no comments for SavedSearch in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToSavedSearch(SavedSearch savedSearch) | |
{ | |
base.AddObject("SavedSearch", savedSearch); | |
} | |
/// <summary> | |
/// There are no comments for OpenHouse in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToOpenHouse(OpenHouse openHouse) | |
{ | |
base.AddObject("OpenHouse", openHouse); | |
} | |
/// <summary> | |
/// There are no comments for Prospecting in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToProspecting(Prospecting prospecting) | |
{ | |
base.AddObject("Prospecting", prospecting); | |
} | |
/// <summary> | |
/// There are no comments for Queue in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToQueue(Queue queue) | |
{ | |
base.AddObject("Queue", queue); | |
} | |
/// <summary> | |
/// There are no comments for Rules in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToRules(Rules rules) | |
{ | |
base.AddObject("Rules", rules); | |
} | |
/// <summary> | |
/// There are no comments for Showing in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToShowing(Showing showing) | |
{ | |
base.AddObject("Showing", showing); | |
} | |
/// <summary> | |
/// There are no comments for Teams in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToTeams(Teams teams) | |
{ | |
base.AddObject("Teams", teams); | |
} | |
/// <summary> | |
/// There are no comments for TeamMembers in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToTeamMembers(TeamMembers teamMembers) | |
{ | |
base.AddObject("TeamMembers", teamMembers); | |
} | |
/// <summary> | |
/// There are no comments for OUID in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToOUID(OUID oUID) | |
{ | |
base.AddObject("OUID", oUID); | |
} | |
/// <summary> | |
/// There are no comments for ContactListingNotes in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToContactListingNotes(ContactListingNotes contactListingNotes) | |
{ | |
base.AddObject("ContactListingNotes", contactListingNotes); | |
} | |
/// <summary> | |
/// There are no comments for OtherPhone in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToOtherPhone(OtherPhone otherPhone) | |
{ | |
base.AddObject("OtherPhone", otherPhone); | |
} | |
/// <summary> | |
/// There are no comments for PropertyGreenVerification in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToPropertyGreenVerification(PropertyGreenVerification propertyGreenVerification) | |
{ | |
base.AddObject("PropertyGreenVerification", propertyGreenVerification); | |
} | |
/// <summary> | |
/// There are no comments for PropertyPowerProduction in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToPropertyPowerProduction(PropertyPowerProduction propertyPowerProduction) | |
{ | |
base.AddObject("PropertyPowerProduction", propertyPowerProduction); | |
} | |
/// <summary> | |
/// There are no comments for PropertyRooms in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToPropertyRooms(PropertyRooms propertyRooms) | |
{ | |
base.AddObject("PropertyRooms", propertyRooms); | |
} | |
/// <summary> | |
/// There are no comments for PropertyUnitTypes in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToPropertyUnitTypes(PropertyUnitTypes propertyUnitTypes) | |
{ | |
base.AddObject("PropertyUnitTypes", propertyUnitTypes); | |
} | |
/// <summary> | |
/// There are no comments for SocialMedia in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToSocialMedia(SocialMedia socialMedia) | |
{ | |
base.AddObject("SocialMedia", socialMedia); | |
} | |
/// <summary> | |
/// There are no comments for Field in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToField(Field field) | |
{ | |
base.AddObject("Field", field); | |
} | |
/// <summary> | |
/// There are no comments for Lookup in the schema. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual void AddToLookup(Lookup lookup) | |
{ | |
base.AddObject("Lookup", lookup); | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private abstract class GeneratedEdmModel | |
{ | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private static global::Microsoft.OData.Edm.IEdmModel ParsedModel = LoadModelFromString(); | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private const string filePath = @"OData ServiceCsdl.xml"; | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public static global::Microsoft.OData.Edm.IEdmModel GetInstance() | |
{ | |
return ParsedModel; | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private static global::Microsoft.OData.Edm.IEdmModel LoadModelFromString() | |
{ | |
global::System.Xml.XmlReader reader = CreateXmlReader(); | |
try | |
{ | |
global::System.Collections.Generic.IEnumerable<global::Microsoft.OData.Edm.Validation.EdmError> errors; | |
global::Microsoft.OData.Edm.IEdmModel edmModel; | |
if (!global::Microsoft.OData.Edm.Csdl.CsdlReader.TryParse(reader, false, out edmModel, out errors)) | |
{ | |
global::System.Text.StringBuilder errorMessages = new global::System.Text.StringBuilder(); | |
foreach (var error in errors) | |
{ | |
errorMessages.Append(error.ErrorMessage); | |
errorMessages.Append("; "); | |
} | |
throw new global::System.InvalidOperationException(errorMessages.ToString()); | |
} | |
return edmModel; | |
} | |
finally | |
{ | |
((global::System.IDisposable)(reader)).Dispose(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private static global::System.Xml.XmlReader CreateXmlReader(string edmxToParse) | |
{ | |
return global::System.Xml.XmlReader.Create(new global::System.IO.StringReader(edmxToParse)); | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private static global::System.Xml.XmlReader CreateXmlReader() | |
{ | |
try | |
{ | |
var assembly = global::System.Reflection.Assembly.GetExecutingAssembly(); | |
var resourcePath = global::System.Linq.Enumerable.Single(assembly.GetManifestResourceNames(), str => str.EndsWith(filePath)); | |
global::System.IO.Stream stream = assembly.GetManifestResourceStream(resourcePath); | |
return global::System.Xml.XmlReader.Create(new global::System.IO.StreamReader(stream)); | |
} | |
catch(global::System.Xml.XmlException e) | |
{ | |
throw new global::System.Xml.XmlException("Failed to create an XmlReader from the stream. Check if the resource exists.", e); | |
} | |
} | |
} | |
} | |
/// <summary> | |
/// There are no comments for PropertySingle in the schema. | |
/// </summary> | |
public partial class PropertySingle : global::Microsoft.OData.Client.DataServiceQuerySingle<Property> | |
{ | |
/// <summary> | |
/// Initialize a new PropertySingle object. | |
/// </summary> | |
public PropertySingle(global::Microsoft.OData.Client.DataServiceContext context, string path) | |
: base(context, path) {} | |
/// <summary> | |
/// Initialize a new PropertySingle object. | |
/// </summary> | |
public PropertySingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) | |
: base(context, path, isComposable) {} | |
/// <summary> | |
/// Initialize a new PropertySingle object. | |
/// </summary> | |
public PropertySingle(global::Microsoft.OData.Client.DataServiceQuerySingle<Property> query) | |
: base(query) {} | |
/// <summary> | |
/// The originating system of the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUIDSingle OriginatingSystem | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OriginatingSystem == null)) | |
{ | |
this._OriginatingSystem = new global::org.reso.metadata.OUIDSingle(this.Context, GetPath("OriginatingSystem")); | |
} | |
return this._OriginatingSystem; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUIDSingle _OriginatingSystem; | |
/// <summary> | |
/// The buyer's agent involved in the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.MemberSingle BuyerAgent | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._BuyerAgent == null)) | |
{ | |
this._BuyerAgent = new global::org.reso.metadata.MemberSingle(this.Context, GetPath("BuyerAgent")); | |
} | |
return this._BuyerAgent; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.MemberSingle _BuyerAgent; | |
/// <summary> | |
/// The buyer agent's office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OfficeSingle BuyerOffice | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._BuyerOffice == null)) | |
{ | |
this._BuyerOffice = new global::org.reso.metadata.OfficeSingle(this.Context, GetPath("BuyerOffice")); | |
} | |
return this._BuyerOffice; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OfficeSingle _BuyerOffice; | |
/// <summary> | |
/// The co-buyer's agent involved in the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.MemberSingle CoBuyerAgent | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._CoBuyerAgent == null)) | |
{ | |
this._CoBuyerAgent = new global::org.reso.metadata.MemberSingle(this.Context, GetPath("CoBuyerAgent")); | |
} | |
return this._CoBuyerAgent; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.MemberSingle _CoBuyerAgent; | |
/// <summary> | |
/// The co-buyer agent's office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OfficeSingle CoBuyerOffice | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._CoBuyerOffice == null)) | |
{ | |
this._CoBuyerOffice = new global::org.reso.metadata.OfficeSingle(this.Context, GetPath("CoBuyerOffice")); | |
} | |
return this._CoBuyerOffice; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OfficeSingle _CoBuyerOffice; | |
/// <summary> | |
/// The co-listing agent involved in the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.MemberSingle CoListAgent | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._CoListAgent == null)) | |
{ | |
this._CoListAgent = new global::org.reso.metadata.MemberSingle(this.Context, GetPath("CoListAgent")); | |
} | |
return this._CoListAgent; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.MemberSingle _CoListAgent; | |
/// <summary> | |
/// The co-listing agent's office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OfficeSingle CoListOffice | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._CoListOffice == null)) | |
{ | |
this._CoListOffice = new global::org.reso.metadata.OfficeSingle(this.Context, GetPath("CoListOffice")); | |
} | |
return this._CoListOffice; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OfficeSingle _CoListOffice; | |
/// <summary> | |
/// The listing agent involved in the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.MemberSingle ListAgent | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._ListAgent == null)) | |
{ | |
this._ListAgent = new global::org.reso.metadata.MemberSingle(this.Context, GetPath("ListAgent")); | |
} | |
return this._ListAgent; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.MemberSingle _ListAgent; | |
/// <summary> | |
/// The listing agent's office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OfficeSingle ListOffice | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._ListOffice == null)) | |
{ | |
this._ListOffice = new global::org.reso.metadata.OfficeSingle(this.Context, GetPath("ListOffice")); | |
} | |
return this._ListOffice; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OfficeSingle _ListOffice; | |
/// <summary> | |
/// Two or more agents working on the buyer agent's team. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.TeamsSingle BuyerTeam | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._BuyerTeam == null)) | |
{ | |
this._BuyerTeam = new global::org.reso.metadata.TeamsSingle(this.Context, GetPath("BuyerTeam")); | |
} | |
return this._BuyerTeam; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.TeamsSingle _BuyerTeam; | |
/// <summary> | |
/// Two or more agents working on the listing agent's team. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.TeamsSingle ListTeam | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._ListTeam == null)) | |
{ | |
this._ListTeam = new global::org.reso.metadata.TeamsSingle(this.Context, GetPath("ListTeam")); | |
} | |
return this._ListTeam; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.TeamsSingle _ListTeam; | |
/// <summary> | |
/// The source system of the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUIDSingle SourceSystem | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._SourceSystem == null)) | |
{ | |
this._SourceSystem = new global::org.reso.metadata.OUIDSingle(this.Context, GetPath("SourceSystem")); | |
} | |
return this._SourceSystem; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUIDSingle _SourceSystem; | |
/// <summary> | |
/// A collection of verifications or certifications awarded to a new or pre-existing residential or commercial structure. For example: LEED, Energy Star, ICC-700. The collection includes information about the type, year, rating and other details about the awarded performance verification. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.PropertyGreenVerification> GreenBuildingVerification | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._GreenBuildingVerification == null)) | |
{ | |
this._GreenBuildingVerification = Context.CreateQuery<global::org.reso.metadata.PropertyGreenVerification>(GetPath("GreenBuildingVerification")); | |
} | |
return this._GreenBuildingVerification; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.PropertyGreenVerification> _GreenBuildingVerification; | |
/// <summary> | |
/// A collection of the types of power production system(s) available on the property. The collection includes the type of system and other details about the power produced and age of the system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.PropertyPowerProduction> PowerProduction | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._PowerProduction == null)) | |
{ | |
this._PowerProduction = Context.CreateQuery<global::org.reso.metadata.PropertyPowerProduction>(GetPath("PowerProduction")); | |
} | |
return this._PowerProduction; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.PropertyPowerProduction> _PowerProduction; | |
/// <summary> | |
/// A collection of types of rooms and details/features about the given room. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.PropertyRooms> Rooms | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._Rooms == null)) | |
{ | |
this._Rooms = Context.CreateQuery<global::org.reso.metadata.PropertyRooms>(GetPath("Rooms")); | |
} | |
return this._Rooms; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.PropertyRooms> _Rooms; | |
/// <summary> | |
/// A collection of types of units included in the income (multi-family) property. The collection includes a type, beds, baths and other aspects of the type of unit behind described. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.PropertyUnitTypes> UnitTypes | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._UnitTypes == null)) | |
{ | |
this._UnitTypes = Context.CreateQuery<global::org.reso.metadata.PropertyUnitTypes>(GetPath("UnitTypes")); | |
} | |
return this._UnitTypes; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.PropertyUnitTypes> _UnitTypes; | |
/// <summary> | |
/// A collection of history items related to the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.HistoryTransactional> HistoryTransactional | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._HistoryTransactional == null)) | |
{ | |
this._HistoryTransactional = Context.CreateQuery<global::org.reso.metadata.HistoryTransactional>(GetPath("HistoryTransactional")); | |
} | |
return this._HistoryTransactional; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.HistoryTransactional> _HistoryTransactional; | |
/// <summary> | |
/// A collection of media items related to the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.Media> Media | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._Media == null)) | |
{ | |
this._Media = Context.CreateQuery<global::org.reso.metadata.Media>(GetPath("Media")); | |
} | |
return this._Media; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.Media> _Media; | |
/// <summary> | |
/// A collection of social media items related to the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.SocialMedia> SocialMedia | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._SocialMedia == null)) | |
{ | |
this._SocialMedia = Context.CreateQuery<global::org.reso.metadata.SocialMedia>(GetPath("SocialMedia")); | |
} | |
return this._SocialMedia; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.SocialMedia> _SocialMedia; | |
/// <summary> | |
/// A collection of open house items related to the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.OpenHouse> OpenHouse | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OpenHouse == null)) | |
{ | |
this._OpenHouse = Context.CreateQuery<global::org.reso.metadata.OpenHouse>(GetPath("OpenHouse")); | |
} | |
return this._OpenHouse; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.OpenHouse> _OpenHouse; | |
} | |
/// <summary> | |
/// There are no comments for Property in the schema. | |
/// </summary> | |
/// <KeyProperties> | |
/// ListingKey | |
/// </KeyProperties> | |
[global::Microsoft.OData.Client.Key("ListingKey")] | |
public partial class Property : global::Microsoft.OData.Client.BaseEntityType | |
{ | |
/// <summary> | |
/// Finished area within the structure that is at or above the surface of the ground. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> AboveGradeFinishedArea | |
{ | |
get | |
{ | |
return this._AboveGradeFinishedArea; | |
} | |
set | |
{ | |
this.OnAboveGradeFinishedAreaChanging(value); | |
this._AboveGradeFinishedArea = value; | |
this.OnAboveGradeFinishedAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _AboveGradeFinishedArea; | |
partial void OnAboveGradeFinishedAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnAboveGradeFinishedAreaChanged(); | |
/// <summary> | |
/// The source of the measurements. This is a pick list of options showing the source of the measurement. i.e. Agent, Assessor, Estimate, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaSource> AboveGradeFinishedAreaSource | |
{ | |
get | |
{ | |
return this._AboveGradeFinishedAreaSource; | |
} | |
set | |
{ | |
this.OnAboveGradeFinishedAreaSourceChanging(value); | |
this._AboveGradeFinishedAreaSource = value; | |
this.OnAboveGradeFinishedAreaSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaSource> _AboveGradeFinishedAreaSource; | |
partial void OnAboveGradeFinishedAreaSourceChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaSource> value); | |
partial void OnAboveGradeFinishedAreaSourceChanged(); | |
/// <summary> | |
/// A pick list of the unit of measurement for the area. i.e. Square Feet, Square Meters, Acres, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> AboveGradeFinishedAreaUnits | |
{ | |
get | |
{ | |
return this._AboveGradeFinishedAreaUnits; | |
} | |
set | |
{ | |
this.OnAboveGradeFinishedAreaUnitsChanging(value); | |
this._AboveGradeFinishedAreaUnits = value; | |
this.OnAboveGradeFinishedAreaUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> _AboveGradeFinishedAreaUnits; | |
partial void OnAboveGradeFinishedAreaUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> value); | |
partial void OnAboveGradeFinishedAreaUnitsChanged(); | |
/// <summary> | |
/// If the property is located behind an unmanned security gate such as in a Gated Community, what is the code to gain access through the secured gate. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "AccessCode cannot be longer than 25 characters.")] | |
public virtual string AccessCode | |
{ | |
get | |
{ | |
return this._AccessCode; | |
} | |
set | |
{ | |
this.OnAccessCodeChanging(value); | |
this._AccessCode = value; | |
this.OnAccessCodeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AccessCode; | |
partial void OnAccessCodeChanging(string value); | |
partial void OnAccessCodeChanged(); | |
/// <summary> | |
/// A list or description of the accessibility features included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AccessibilityFeatures> AccessibilityFeatures | |
{ | |
get | |
{ | |
return this._AccessibilityFeatures; | |
} | |
set | |
{ | |
this.OnAccessibilityFeaturesChanging(value); | |
this._AccessibilityFeatures = value; | |
this.OnAccessibilityFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AccessibilityFeatures> _AccessibilityFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AccessibilityFeatures>(); | |
partial void OnAccessibilityFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AccessibilityFeatures> value); | |
partial void OnAccessibilityFeaturesChanged(); | |
/// <summary> | |
/// If additional parcels are included in the sale, a list of those parcel's IDs separated by commas. Do not include the first or primary parcel number, that should be located in the Parcel Number field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "AdditionalParcelsDescription cannot be longer than 255 characters.")] | |
public virtual string AdditionalParcelsDescription | |
{ | |
get | |
{ | |
return this._AdditionalParcelsDescription; | |
} | |
set | |
{ | |
this.OnAdditionalParcelsDescriptionChanging(value); | |
this._AdditionalParcelsDescription = value; | |
this.OnAdditionalParcelsDescriptionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AdditionalParcelsDescription; | |
partial void OnAdditionalParcelsDescriptionChanging(string value); | |
partial void OnAdditionalParcelsDescriptionChanged(); | |
/// <summary> | |
/// Are there more than one parcel or lot included in the sale? | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> AdditionalParcelsYN | |
{ | |
get | |
{ | |
return this._AdditionalParcelsYN; | |
} | |
set | |
{ | |
this.OnAdditionalParcelsYNChanging(value); | |
this._AdditionalParcelsYN = value; | |
this.OnAdditionalParcelsYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _AdditionalParcelsYN; | |
partial void OnAdditionalParcelsYNChanging(global::System.Nullable<bool> value); | |
partial void OnAdditionalParcelsYNChanged(); | |
/// <summary> | |
/// The main or most notable tenants as well as other tenants of the shopping center or mall in which the commercial property is located. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(1024, ErrorMessage = "AnchorsCoTenants cannot be longer than 1024 characters.")] | |
public virtual string AnchorsCoTenants | |
{ | |
get | |
{ | |
return this._AnchorsCoTenants; | |
} | |
set | |
{ | |
this.OnAnchorsCoTenantsChanging(value); | |
this._AnchorsCoTenants = value; | |
this.OnAnchorsCoTenantsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AnchorsCoTenants; | |
partial void OnAnchorsCoTenantsChanging(string value); | |
partial void OnAnchorsCoTenantsChanged(); | |
/// <summary> | |
/// A list of the appliances that will be included in the sale/lease of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Appliances> Appliances | |
{ | |
get | |
{ | |
return this._Appliances; | |
} | |
set | |
{ | |
this.OnAppliancesChanging(value); | |
this._Appliances = value; | |
this.OnAppliancesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Appliances> _Appliances = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Appliances>(); | |
partial void OnAppliancesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Appliances> value); | |
partial void OnAppliancesChanged(); | |
/// <summary> | |
/// A list describing the style of the structure. For example, Victorian, Ranch, Craftsman, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ArchitecturalStyle> ArchitecturalStyle | |
{ | |
get | |
{ | |
return this._ArchitecturalStyle; | |
} | |
set | |
{ | |
this.OnArchitecturalStyleChanging(value); | |
this._ArchitecturalStyle = value; | |
this.OnArchitecturalStyleChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ArchitecturalStyle> _ArchitecturalStyle = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ArchitecturalStyle>(); | |
partial void OnArchitecturalStyleChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ArchitecturalStyle> value); | |
partial void OnArchitecturalStyleChanged(); | |
/// <summary> | |
/// Amenities provided by the Home Owners Association, Mobile Park or Complex. For example Pool, Clubhouse, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AssociationAmenities> AssociationAmenities | |
{ | |
get | |
{ | |
return this._AssociationAmenities; | |
} | |
set | |
{ | |
this.OnAssociationAmenitiesChanging(value); | |
this._AssociationAmenities = value; | |
this.OnAssociationAmenitiesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AssociationAmenities> _AssociationAmenities = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AssociationAmenities>(); | |
partial void OnAssociationAmenitiesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AssociationAmenities> value); | |
partial void OnAssociationAmenitiesChanged(); | |
/// <summary> | |
/// A fee paid by the homeowner to the Home Owners Association which is used for the upkeep of the common area, neighborhood or other association related benefits. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> AssociationFee | |
{ | |
get | |
{ | |
return this._AssociationFee; | |
} | |
set | |
{ | |
this.OnAssociationFeeChanging(value); | |
this._AssociationFee = value; | |
this.OnAssociationFeeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _AssociationFee; | |
partial void OnAssociationFeeChanging(global::System.Nullable<decimal> value); | |
partial void OnAssociationFeeChanged(); | |
/// <summary> | |
/// A fee paid by the homeowner to the second of two Home Owners Associations, which is used for the upkeep of the common area, neighborhood or other association related benefits. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> AssociationFee2 | |
{ | |
get | |
{ | |
return this._AssociationFee2; | |
} | |
set | |
{ | |
this.OnAssociationFee2Changing(value); | |
this._AssociationFee2 = value; | |
this.OnAssociationFee2Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _AssociationFee2; | |
partial void OnAssociationFee2Changing(global::System.Nullable<decimal> value); | |
partial void OnAssociationFee2Changed(); | |
/// <summary> | |
/// The frequency the association fee is paid. For example, Weekly, Monthly, Annually, Bi-Monthly, One Time, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> AssociationFee2Frequency | |
{ | |
get | |
{ | |
return this._AssociationFee2Frequency; | |
} | |
set | |
{ | |
this.OnAssociationFee2FrequencyChanging(value); | |
this._AssociationFee2Frequency = value; | |
this.OnAssociationFee2FrequencyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> _AssociationFee2Frequency; | |
partial void OnAssociationFee2FrequencyChanging(global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> value); | |
partial void OnAssociationFee2FrequencyChanged(); | |
/// <summary> | |
/// The frequency the association fee is paid. For example, Weekly, Monthly, Annually, Bi-Monthly, One Time, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> AssociationFeeFrequency | |
{ | |
get | |
{ | |
return this._AssociationFeeFrequency; | |
} | |
set | |
{ | |
this.OnAssociationFeeFrequencyChanging(value); | |
this._AssociationFeeFrequency = value; | |
this.OnAssociationFeeFrequencyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> _AssociationFeeFrequency; | |
partial void OnAssociationFeeFrequencyChanging(global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> value); | |
partial void OnAssociationFeeFrequencyChanged(); | |
/// <summary> | |
/// Services included with the association fee. For example Landscaping, Trash, Water, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AssociationFeeIncludes> AssociationFeeIncludes | |
{ | |
get | |
{ | |
return this._AssociationFeeIncludes; | |
} | |
set | |
{ | |
this.OnAssociationFeeIncludesChanging(value); | |
this._AssociationFeeIncludes = value; | |
this.OnAssociationFeeIncludesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AssociationFeeIncludes> _AssociationFeeIncludes = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AssociationFeeIncludes>(); | |
partial void OnAssociationFeeIncludesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.AssociationFeeIncludes> value); | |
partial void OnAssociationFeeIncludesChanged(); | |
/// <summary> | |
/// The name of the Home Owners Association. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "AssociationName cannot be longer than 50 characters.")] | |
public virtual string AssociationName | |
{ | |
get | |
{ | |
return this._AssociationName; | |
} | |
set | |
{ | |
this.OnAssociationNameChanging(value); | |
this._AssociationName = value; | |
this.OnAssociationNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AssociationName; | |
partial void OnAssociationNameChanging(string value); | |
partial void OnAssociationNameChanged(); | |
/// <summary> | |
/// The name of the second of two Home Owners Association. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "AssociationName2 cannot be longer than 50 characters.")] | |
public virtual string AssociationName2 | |
{ | |
get | |
{ | |
return this._AssociationName2; | |
} | |
set | |
{ | |
this.OnAssociationName2Changing(value); | |
this._AssociationName2 = value; | |
this.OnAssociationName2Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AssociationName2; | |
partial void OnAssociationName2Changing(string value); | |
partial void OnAssociationName2Changed(); | |
/// <summary> | |
/// The phone number of the Home Owners Association. North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "AssociationPhone cannot be longer than 16 characters.")] | |
public virtual string AssociationPhone | |
{ | |
get | |
{ | |
return this._AssociationPhone; | |
} | |
set | |
{ | |
this.OnAssociationPhoneChanging(value); | |
this._AssociationPhone = value; | |
this.OnAssociationPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AssociationPhone; | |
partial void OnAssociationPhoneChanging(string value); | |
partial void OnAssociationPhoneChanged(); | |
/// <summary> | |
/// The phone number of the second of two Home Owners Association. North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "AssociationPhone2 cannot be longer than 16 characters.")] | |
public virtual string AssociationPhone2 | |
{ | |
get | |
{ | |
return this._AssociationPhone2; | |
} | |
set | |
{ | |
this.OnAssociationPhone2Changing(value); | |
this._AssociationPhone2 = value; | |
this.OnAssociationPhone2Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AssociationPhone2; | |
partial void OnAssociationPhone2Changing(string value); | |
partial void OnAssociationPhone2Changed(); | |
/// <summary> | |
/// Is there a Home Owners Association. A separate Y/N field is needed because not all associations have dues. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> AssociationYN | |
{ | |
get | |
{ | |
return this._AssociationYN; | |
} | |
set | |
{ | |
this.OnAssociationYNChanging(value); | |
this._AssociationYN = value; | |
this.OnAssociationYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _AssociationYN; | |
partial void OnAssociationYNChanging(global::System.Nullable<bool> value); | |
partial void OnAssociationYNChanged(); | |
/// <summary> | |
/// A flag indicating that the garage attached to the dwelling. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> AttachedGarageYN | |
{ | |
get | |
{ | |
return this._AttachedGarageYN; | |
} | |
set | |
{ | |
this.OnAttachedGarageYNChanging(value); | |
this._AttachedGarageYN = value; | |
this.OnAttachedGarageYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _AttachedGarageYN; | |
partial void OnAttachedGarageYNChanging(global::System.Nullable<bool> value); | |
partial void OnAttachedGarageYNChanged(); | |
/// <summary> | |
/// The date the property will be available for possession/occupation. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> AvailabilityDate | |
{ | |
get | |
{ | |
return this._AvailabilityDate; | |
} | |
set | |
{ | |
this.OnAvailabilityDateChanging(value); | |
this._AvailabilityDate = value; | |
this.OnAvailabilityDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _AvailabilityDate; | |
partial void OnAvailabilityDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnAvailabilityDateChanged(); | |
/// <summary> | |
/// A list of information and features about the basement. i.e. None/Slab, Finished, Partially Finished, Crawl Space, Dirt, Outside Entrance, Radon Mitigation | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Basement> Basement | |
{ | |
get | |
{ | |
return this._Basement; | |
} | |
set | |
{ | |
this.OnBasementChanging(value); | |
this._Basement = value; | |
this.OnBasementChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Basement> _Basement = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Basement>(); | |
partial void OnBasementChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Basement> value); | |
partial void OnBasementChanged(); | |
/// <summary> | |
/// Does the property have a basement? | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> BasementYN | |
{ | |
get | |
{ | |
return this._BasementYN; | |
} | |
set | |
{ | |
this.OnBasementYNChanging(value); | |
this._BasementYN = value; | |
this.OnBasementYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _BasementYN; | |
partial void OnBasementYNChanging(global::System.Nullable<bool> value); | |
partial void OnBasementYNChanged(); | |
/// <summary> | |
/// A room containing all 4 of the 4 elements constituting a bath, which are; Toilet, Sink, Bathtub or Shower Head. A Full Bath will typically contain four elements; Sink, Toilet, Tub and Shower Head (in tub or stall). However, some may considered a Sink, Toilet and Tub (without a shower) a Full Bath, others consider this to be a Three Quarter Bath. In the event that BathroomsThreeQuarter is not in use, this field may represent the sum of all Full and Three Quarter bathrooms. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> BathroomsFull | |
{ | |
get | |
{ | |
return this._BathroomsFull; | |
} | |
set | |
{ | |
this.OnBathroomsFullChanging(value); | |
this._BathroomsFull = value; | |
this.OnBathroomsFullChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _BathroomsFull; | |
partial void OnBathroomsFullChanging(global::System.Nullable<long> value); | |
partial void OnBathroomsFullChanged(); | |
/// <summary> | |
/// A room containing 2 of the 4 elements constituting a bath, which are; Toilet, Sink, Bathtub or Shower Head. A Half Bath will typically contain a Sink and Toilet. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> BathroomsHalf | |
{ | |
get | |
{ | |
return this._BathroomsHalf; | |
} | |
set | |
{ | |
this.OnBathroomsHalfChanging(value); | |
this._BathroomsHalf = value; | |
this.OnBathroomsHalfChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _BathroomsHalf; | |
partial void OnBathroomsHalfChanging(global::System.Nullable<long> value); | |
partial void OnBathroomsHalfChanged(); | |
/// <summary> | |
/// A room containing 1 of the 4 elements constituting a bath which are; Toilet, Sink, Bathtub or Shower Head. Examples are a vanity with a sink or a WC (Water Closet, which is a room with only a toilet). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> BathroomsOneQuarter | |
{ | |
get | |
{ | |
return this._BathroomsOneQuarter; | |
} | |
set | |
{ | |
this.OnBathroomsOneQuarterChanging(value); | |
this._BathroomsOneQuarter = value; | |
this.OnBathroomsOneQuarterChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _BathroomsOneQuarter; | |
partial void OnBathroomsOneQuarterChanging(global::System.Nullable<long> value); | |
partial void OnBathroomsOneQuarterChanged(); | |
/// <summary> | |
/// The number of partial bathrooms in the property being sold/leased. When used in combination with the BathroomsFull field, this replaces (or is the sum of) all Half and One Quarter bathrooms; and in the event BathroomsThreeQuarter is not used, BathroomsFull replaces (or is the sum of) all Full and Three Quarter baths. This field should not be used in combination with the BathroomsOneQuarter or the BathroomsHalf. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> BathroomsPartial | |
{ | |
get | |
{ | |
return this._BathroomsPartial; | |
} | |
set | |
{ | |
this.OnBathroomsPartialChanging(value); | |
this._BathroomsPartial = value; | |
this.OnBathroomsPartialChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _BathroomsPartial; | |
partial void OnBathroomsPartialChanging(global::System.Nullable<long> value); | |
partial void OnBathroomsPartialChanged(); | |
/// <summary> | |
/// A room containing 3 of the 4 elements constituting a bath, which are; Toilet, Sink, Bathtub or Shower Head. A typical Three Quarter Bath will contain Sink, Toilet and Shower. Some may considered a Sink, Toilet and Tub (without a shower) a Three Quarter Bath, others consider this to be a Full Bath. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> BathroomsThreeQuarter | |
{ | |
get | |
{ | |
return this._BathroomsThreeQuarter; | |
} | |
set | |
{ | |
this.OnBathroomsThreeQuarterChanging(value); | |
this._BathroomsThreeQuarter = value; | |
this.OnBathroomsThreeQuarterChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _BathroomsThreeQuarter; | |
partial void OnBathroomsThreeQuarterChanging(global::System.Nullable<long> value); | |
partial void OnBathroomsThreeQuarterChanged(); | |
/// <summary> | |
/// The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3. Expressing this example as 2.5, you will need to use a non-standard field name. Decimal based bathrooms are not recommended but possible via the Dictionary's extensibility. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> BathroomsTotalInteger | |
{ | |
get | |
{ | |
return this._BathroomsTotalInteger; | |
} | |
set | |
{ | |
this.OnBathroomsTotalIntegerChanging(value); | |
this._BathroomsTotalInteger = value; | |
this.OnBathroomsTotalIntegerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _BathroomsTotalInteger; | |
partial void OnBathroomsTotalIntegerChanging(global::System.Nullable<long> value); | |
partial void OnBathroomsTotalIntegerChanged(); | |
/// <summary> | |
/// The sum of BedroomsTotal plus other rooms that may be used as a bedroom but are not defined as bedroom per local policy. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> BedroomsPossible | |
{ | |
get | |
{ | |
return this._BedroomsPossible; | |
} | |
set | |
{ | |
this.OnBedroomsPossibleChanging(value); | |
this._BedroomsPossible = value; | |
this.OnBedroomsPossibleChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _BedroomsPossible; | |
partial void OnBedroomsPossibleChanging(global::System.Nullable<long> value); | |
partial void OnBedroomsPossibleChanged(); | |
/// <summary> | |
/// The total number of bedrooms in the dwelling. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> BedroomsTotal | |
{ | |
get | |
{ | |
return this._BedroomsTotal; | |
} | |
set | |
{ | |
this.OnBedroomsTotalChanging(value); | |
this._BedroomsTotal = value; | |
this.OnBedroomsTotalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _BedroomsTotal; | |
partial void OnBedroomsTotalChanging(global::System.Nullable<long> value); | |
partial void OnBedroomsTotalChanged(); | |
/// <summary> | |
/// Finished area within the structure that is below ground. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> BelowGradeFinishedArea | |
{ | |
get | |
{ | |
return this._BelowGradeFinishedArea; | |
} | |
set | |
{ | |
this.OnBelowGradeFinishedAreaChanging(value); | |
this._BelowGradeFinishedArea = value; | |
this.OnBelowGradeFinishedAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _BelowGradeFinishedArea; | |
partial void OnBelowGradeFinishedAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnBelowGradeFinishedAreaChanged(); | |
/// <summary> | |
/// The source of the measurements. This is a pick list of options showing the source of the measurement. i.e. Agent, Assessor, Estimate, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaSource> BelowGradeFinishedAreaSource | |
{ | |
get | |
{ | |
return this._BelowGradeFinishedAreaSource; | |
} | |
set | |
{ | |
this.OnBelowGradeFinishedAreaSourceChanging(value); | |
this._BelowGradeFinishedAreaSource = value; | |
this.OnBelowGradeFinishedAreaSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaSource> _BelowGradeFinishedAreaSource; | |
partial void OnBelowGradeFinishedAreaSourceChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaSource> value); | |
partial void OnBelowGradeFinishedAreaSourceChanged(); | |
/// <summary> | |
/// A pick list of the unit of measurement for the area. i.e. Square Feet, Square Meters, Acres, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> BelowGradeFinishedAreaUnits | |
{ | |
get | |
{ | |
return this._BelowGradeFinishedAreaUnits; | |
} | |
set | |
{ | |
this.OnBelowGradeFinishedAreaUnitsChanging(value); | |
this._BelowGradeFinishedAreaUnits = value; | |
this.OnBelowGradeFinishedAreaUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> _BelowGradeFinishedAreaUnits; | |
partial void OnBelowGradeFinishedAreaUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> value); | |
partial void OnBelowGradeFinishedAreaUnitsChanged(); | |
/// <summary> | |
/// Type of mobile home. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BodyType> BodyType | |
{ | |
get | |
{ | |
return this._BodyType; | |
} | |
set | |
{ | |
this.OnBodyTypeChanging(value); | |
this._BodyType = value; | |
this.OnBodyTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BodyType> _BodyType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BodyType>(); | |
partial void OnBodyTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BodyType> value); | |
partial void OnBodyTypeChanged(); | |
/// <summary> | |
/// The builders model name or number for the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "BuilderModel cannot be longer than 50 characters.")] | |
public virtual string BuilderModel | |
{ | |
get | |
{ | |
return this._BuilderModel; | |
} | |
set | |
{ | |
this.OnBuilderModelChanging(value); | |
this._BuilderModel = value; | |
this.OnBuilderModelChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuilderModel; | |
partial void OnBuilderModelChanging(string value); | |
partial void OnBuilderModelChanged(); | |
/// <summary> | |
/// Name of the builder of the property or builder's tract. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "BuilderName cannot be longer than 50 characters.")] | |
public virtual string BuilderName | |
{ | |
get | |
{ | |
return this._BuilderName; | |
} | |
set | |
{ | |
this.OnBuilderNameChanging(value); | |
this._BuilderName = value; | |
this.OnBuilderNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuilderName; | |
partial void OnBuilderNameChanging(string value); | |
partial void OnBuilderNameChanged(); | |
/// <summary> | |
/// The source of the measurements. This is a pick list of options showing the source of the measurement. i.e. Agent, Assessor, Estimate, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaSource> BuildingAreaSource | |
{ | |
get | |
{ | |
return this._BuildingAreaSource; | |
} | |
set | |
{ | |
this.OnBuildingAreaSourceChanging(value); | |
this._BuildingAreaSource = value; | |
this.OnBuildingAreaSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaSource> _BuildingAreaSource; | |
partial void OnBuildingAreaSourceChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaSource> value); | |
partial void OnBuildingAreaSourceChanged(); | |
/// <summary> | |
/// Total area of the structure. Includes both finished and unfinished areas. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> BuildingAreaTotal | |
{ | |
get | |
{ | |
return this._BuildingAreaTotal; | |
} | |
set | |
{ | |
this.OnBuildingAreaTotalChanging(value); | |
this._BuildingAreaTotal = value; | |
this.OnBuildingAreaTotalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _BuildingAreaTotal; | |
partial void OnBuildingAreaTotalChanging(global::System.Nullable<decimal> value); | |
partial void OnBuildingAreaTotalChanged(); | |
/// <summary> | |
/// A pick list of the unit of measurement for the area. i.e. Square Feet, Square Meters, Acres, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> BuildingAreaUnits | |
{ | |
get | |
{ | |
return this._BuildingAreaUnits; | |
} | |
set | |
{ | |
this.OnBuildingAreaUnitsChanging(value); | |
this._BuildingAreaUnits = value; | |
this.OnBuildingAreaUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> _BuildingAreaUnits; | |
partial void OnBuildingAreaUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> value); | |
partial void OnBuildingAreaUnitsChanged(); | |
/// <summary> | |
/// Features or amenities of the building or business park. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuildingFeatures> BuildingFeatures | |
{ | |
get | |
{ | |
return this._BuildingFeatures; | |
} | |
set | |
{ | |
this.OnBuildingFeaturesChanging(value); | |
this._BuildingFeatures = value; | |
this.OnBuildingFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuildingFeatures> _BuildingFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuildingFeatures>(); | |
partial void OnBuildingFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuildingFeatures> value); | |
partial void OnBuildingFeaturesChanged(); | |
/// <summary> | |
/// Name of the building or business park. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "BuildingName cannot be longer than 50 characters.")] | |
public virtual string BuildingName | |
{ | |
get | |
{ | |
return this._BuildingName; | |
} | |
set | |
{ | |
this.OnBuildingNameChanging(value); | |
this._BuildingName = value; | |
this.OnBuildingNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuildingName; | |
partial void OnBuildingNameChanging(string value); | |
partial void OnBuildingNameChanged(); | |
/// <summary> | |
/// Name of the business being sold. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "BusinessName cannot be longer than 255 characters.")] | |
public virtual string BusinessName | |
{ | |
get | |
{ | |
return this._BusinessName; | |
} | |
set | |
{ | |
this.OnBusinessNameChanging(value); | |
this._BusinessName = value; | |
this.OnBusinessNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BusinessName; | |
partial void OnBusinessNameChanging(string value); | |
partial void OnBusinessNameChanged(); | |
/// <summary> | |
/// The type of business being sold. Retail, Wholesale, Grocery, Food & Bev, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BusinessType> BusinessType | |
{ | |
get | |
{ | |
return this._BusinessType; | |
} | |
set | |
{ | |
this.OnBusinessTypeChanging(value); | |
this._BusinessType = value; | |
this.OnBusinessTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BusinessType> _BusinessType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BusinessType>(); | |
partial void OnBusinessTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BusinessType> value); | |
partial void OnBusinessTypeChanged(); | |
/// <summary> | |
/// The total commission to be paid for this sale, expressed as either a percentage or a constant currency amount. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "BuyerAgencyCompensation cannot be longer than 25 characters.")] | |
public virtual string BuyerAgencyCompensation | |
{ | |
get | |
{ | |
return this._BuyerAgencyCompensation; | |
} | |
set | |
{ | |
this.OnBuyerAgencyCompensationChanging(value); | |
this._BuyerAgencyCompensation = value; | |
this.OnBuyerAgencyCompensationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgencyCompensation; | |
partial void OnBuyerAgencyCompensationChanging(string value); | |
partial void OnBuyerAgencyCompensationChanged(); | |
/// <summary> | |
/// A list of types to clarify the value entered in the BuyerAgencyCompensation field. For example $, % or some other clarification of the BuyerAgencyCompensation. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.CompensationType> BuyerAgencyCompensationType | |
{ | |
get | |
{ | |
return this._BuyerAgencyCompensationType; | |
} | |
set | |
{ | |
this.OnBuyerAgencyCompensationTypeChanging(value); | |
this._BuyerAgencyCompensationType = value; | |
this.OnBuyerAgencyCompensationTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.CompensationType> _BuyerAgencyCompensationType; | |
partial void OnBuyerAgencyCompensationTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.CompensationType> value); | |
partial void OnBuyerAgencyCompensationTypeChanged(); | |
/// <summary> | |
/// The Buyer's Agent's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> BuyerAgentAOR | |
{ | |
get | |
{ | |
return this._BuyerAgentAOR; | |
} | |
set | |
{ | |
this.OnBuyerAgentAORChanging(value); | |
this._BuyerAgentAOR = value; | |
this.OnBuyerAgentAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _BuyerAgentAOR; | |
partial void OnBuyerAgentAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnBuyerAgentAORChanged(); | |
/// <summary> | |
/// Designations and certifications acknowledging experience and expertise in various real estate sectors are awarded by NAR and each affiliated group upon completion of required courses. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuyerAgentDesignation> BuyerAgentDesignation | |
{ | |
get | |
{ | |
return this._BuyerAgentDesignation; | |
} | |
set | |
{ | |
this.OnBuyerAgentDesignationChanging(value); | |
this._BuyerAgentDesignation = value; | |
this.OnBuyerAgentDesignationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuyerAgentDesignation> _BuyerAgentDesignation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuyerAgentDesignation>(); | |
partial void OnBuyerAgentDesignationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuyerAgentDesignation> value); | |
partial void OnBuyerAgentDesignationChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentDirectPhone cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentDirectPhone | |
{ | |
get | |
{ | |
return this._BuyerAgentDirectPhone; | |
} | |
set | |
{ | |
this.OnBuyerAgentDirectPhoneChanging(value); | |
this._BuyerAgentDirectPhone = value; | |
this.OnBuyerAgentDirectPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentDirectPhone; | |
partial void OnBuyerAgentDirectPhoneChanging(string value); | |
partial void OnBuyerAgentDirectPhoneChanged(); | |
/// <summary> | |
/// The email address of the Buyer's Agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "BuyerAgentEmail cannot be longer than 80 characters.")] | |
public virtual string BuyerAgentEmail | |
{ | |
get | |
{ | |
return this._BuyerAgentEmail; | |
} | |
set | |
{ | |
this.OnBuyerAgentEmailChanging(value); | |
this._BuyerAgentEmail = value; | |
this.OnBuyerAgentEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentEmail; | |
partial void OnBuyerAgentEmailChanging(string value); | |
partial void OnBuyerAgentEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentFax cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentFax | |
{ | |
get | |
{ | |
return this._BuyerAgentFax; | |
} | |
set | |
{ | |
this.OnBuyerAgentFaxChanging(value); | |
this._BuyerAgentFax = value; | |
this.OnBuyerAgentFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentFax; | |
partial void OnBuyerAgentFaxChanging(string value); | |
partial void OnBuyerAgentFaxChanged(); | |
/// <summary> | |
/// The first name of the buyer's agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "BuyerAgentFirstName cannot be longer than 50 characters.")] | |
public virtual string BuyerAgentFirstName | |
{ | |
get | |
{ | |
return this._BuyerAgentFirstName; | |
} | |
set | |
{ | |
this.OnBuyerAgentFirstNameChanging(value); | |
this._BuyerAgentFirstName = value; | |
this.OnBuyerAgentFirstNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentFirstName; | |
partial void OnBuyerAgentFirstNameChanging(string value); | |
partial void OnBuyerAgentFirstNameChanged(); | |
/// <summary> | |
/// The full name of the buyer's agent. (First Middle Last) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "BuyerAgentFullName cannot be longer than 150 characters.")] | |
public virtual string BuyerAgentFullName | |
{ | |
get | |
{ | |
return this._BuyerAgentFullName; | |
} | |
set | |
{ | |
this.OnBuyerAgentFullNameChanging(value); | |
this._BuyerAgentFullName = value; | |
this.OnBuyerAgentFullNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentFullName; | |
partial void OnBuyerAgentFullNameChanging(string value); | |
partial void OnBuyerAgentFullNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentHomePhone cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentHomePhone | |
{ | |
get | |
{ | |
return this._BuyerAgentHomePhone; | |
} | |
set | |
{ | |
this.OnBuyerAgentHomePhoneChanging(value); | |
this._BuyerAgentHomePhone = value; | |
this.OnBuyerAgentHomePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentHomePhone; | |
partial void OnBuyerAgentHomePhoneChanging(string value); | |
partial void OnBuyerAgentHomePhoneChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Member resource's MemberKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "BuyerAgentKey cannot be longer than 255 characters.")] | |
public virtual string BuyerAgentKey | |
{ | |
get | |
{ | |
return this._BuyerAgentKey; | |
} | |
set | |
{ | |
this.OnBuyerAgentKeyChanging(value); | |
this._BuyerAgentKey = value; | |
this.OnBuyerAgentKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentKey; | |
partial void OnBuyerAgentKeyChanging(string value); | |
partial void OnBuyerAgentKeyChanged(); | |
/// <summary> | |
/// The last name of the buyer's agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "BuyerAgentLastName cannot be longer than 50 characters.")] | |
public virtual string BuyerAgentLastName | |
{ | |
get | |
{ | |
return this._BuyerAgentLastName; | |
} | |
set | |
{ | |
this.OnBuyerAgentLastNameChanging(value); | |
this._BuyerAgentLastName = value; | |
this.OnBuyerAgentLastNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentLastName; | |
partial void OnBuyerAgentLastNameChanging(string value); | |
partial void OnBuyerAgentLastNameChanged(); | |
/// <summary> | |
/// The middle name of the buyer's agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "BuyerAgentMiddleName cannot be longer than 50 characters.")] | |
public virtual string BuyerAgentMiddleName | |
{ | |
get | |
{ | |
return this._BuyerAgentMiddleName; | |
} | |
set | |
{ | |
this.OnBuyerAgentMiddleNameChanging(value); | |
this._BuyerAgentMiddleName = value; | |
this.OnBuyerAgentMiddleNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentMiddleName; | |
partial void OnBuyerAgentMiddleNameChanging(string value); | |
partial void OnBuyerAgentMiddleNameChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "BuyerAgentMlsId cannot be longer than 25 characters.")] | |
public virtual string BuyerAgentMlsId | |
{ | |
get | |
{ | |
return this._BuyerAgentMlsId; | |
} | |
set | |
{ | |
this.OnBuyerAgentMlsIdChanging(value); | |
this._BuyerAgentMlsId = value; | |
this.OnBuyerAgentMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentMlsId; | |
partial void OnBuyerAgentMlsIdChanging(string value); | |
partial void OnBuyerAgentMlsIdChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentMobilePhone cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentMobilePhone | |
{ | |
get | |
{ | |
return this._BuyerAgentMobilePhone; | |
} | |
set | |
{ | |
this.OnBuyerAgentMobilePhoneChanging(value); | |
this._BuyerAgentMobilePhone = value; | |
this.OnBuyerAgentMobilePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentMobilePhone; | |
partial void OnBuyerAgentMobilePhoneChanging(string value); | |
partial void OnBuyerAgentMobilePhoneChanged(); | |
/// <summary> | |
/// Prefix to the name (e.g. Dr. Mr. Ms. etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "BuyerAgentNamePrefix cannot be longer than 10 characters.")] | |
public virtual string BuyerAgentNamePrefix | |
{ | |
get | |
{ | |
return this._BuyerAgentNamePrefix; | |
} | |
set | |
{ | |
this.OnBuyerAgentNamePrefixChanging(value); | |
this._BuyerAgentNamePrefix = value; | |
this.OnBuyerAgentNamePrefixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentNamePrefix; | |
partial void OnBuyerAgentNamePrefixChanging(string value); | |
partial void OnBuyerAgentNamePrefixChanged(); | |
/// <summary> | |
/// Suffix to the BuyerAgentLastName (e.g. Esq., Jr., III etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "BuyerAgentNameSuffix cannot be longer than 10 characters.")] | |
public virtual string BuyerAgentNameSuffix | |
{ | |
get | |
{ | |
return this._BuyerAgentNameSuffix; | |
} | |
set | |
{ | |
this.OnBuyerAgentNameSuffixChanging(value); | |
this._BuyerAgentNameSuffix = value; | |
this.OnBuyerAgentNameSuffixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentNameSuffix; | |
partial void OnBuyerAgentNameSuffixChanging(string value); | |
partial void OnBuyerAgentNameSuffixChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentOfficePhone cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentOfficePhone | |
{ | |
get | |
{ | |
return this._BuyerAgentOfficePhone; | |
} | |
set | |
{ | |
this.OnBuyerAgentOfficePhoneChanging(value); | |
this._BuyerAgentOfficePhone = value; | |
this.OnBuyerAgentOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentOfficePhone; | |
partial void OnBuyerAgentOfficePhoneChanging(string value); | |
partial void OnBuyerAgentOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "BuyerAgentOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string BuyerAgentOfficePhoneExt | |
{ | |
get | |
{ | |
return this._BuyerAgentOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnBuyerAgentOfficePhoneExtChanging(value); | |
this._BuyerAgentOfficePhoneExt = value; | |
this.OnBuyerAgentOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentOfficePhoneExt; | |
partial void OnBuyerAgentOfficePhoneExtChanging(string value); | |
partial void OnBuyerAgentOfficePhoneExtChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentPager cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentPager | |
{ | |
get | |
{ | |
return this._BuyerAgentPager; | |
} | |
set | |
{ | |
this.OnBuyerAgentPagerChanging(value); | |
this._BuyerAgentPager = value; | |
this.OnBuyerAgentPagerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentPager; | |
partial void OnBuyerAgentPagerChanging(string value); | |
partial void OnBuyerAgentPagerChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentPreferredPhone cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentPreferredPhone | |
{ | |
get | |
{ | |
return this._BuyerAgentPreferredPhone; | |
} | |
set | |
{ | |
this.OnBuyerAgentPreferredPhoneChanging(value); | |
this._BuyerAgentPreferredPhone = value; | |
this.OnBuyerAgentPreferredPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentPreferredPhone; | |
partial void OnBuyerAgentPreferredPhoneChanging(string value); | |
partial void OnBuyerAgentPreferredPhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "BuyerAgentPreferredPhoneExt cannot be longer than 10 characters.")] | |
public virtual string BuyerAgentPreferredPhoneExt | |
{ | |
get | |
{ | |
return this._BuyerAgentPreferredPhoneExt; | |
} | |
set | |
{ | |
this.OnBuyerAgentPreferredPhoneExtChanging(value); | |
this._BuyerAgentPreferredPhoneExt = value; | |
this.OnBuyerAgentPreferredPhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentPreferredPhoneExt; | |
partial void OnBuyerAgentPreferredPhoneExtChanging(string value); | |
partial void OnBuyerAgentPreferredPhoneExtChanged(); | |
/// <summary> | |
/// The license of the buyers agent. Separate multiple licenses with a comma and space. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "BuyerAgentStateLicense cannot be longer than 50 characters.")] | |
public virtual string BuyerAgentStateLicense | |
{ | |
get | |
{ | |
return this._BuyerAgentStateLicense; | |
} | |
set | |
{ | |
this.OnBuyerAgentStateLicenseChanging(value); | |
this._BuyerAgentStateLicense = value; | |
this.OnBuyerAgentStateLicenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentStateLicense; | |
partial void OnBuyerAgentStateLicenseChanging(string value); | |
partial void OnBuyerAgentStateLicenseChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentTollFreePhone cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentTollFreePhone | |
{ | |
get | |
{ | |
return this._BuyerAgentTollFreePhone; | |
} | |
set | |
{ | |
this.OnBuyerAgentTollFreePhoneChanging(value); | |
this._BuyerAgentTollFreePhone = value; | |
this.OnBuyerAgentTollFreePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentTollFreePhone; | |
partial void OnBuyerAgentTollFreePhoneChanging(string value); | |
partial void OnBuyerAgentTollFreePhoneChanged(); | |
/// <summary> | |
/// The website URI of the buyers agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "BuyerAgentURL cannot be longer than 8000 characters.")] | |
public virtual string BuyerAgentURL | |
{ | |
get | |
{ | |
return this._BuyerAgentURL; | |
} | |
set | |
{ | |
this.OnBuyerAgentURLChanging(value); | |
this._BuyerAgentURL = value; | |
this.OnBuyerAgentURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentURL; | |
partial void OnBuyerAgentURLChanging(string value); | |
partial void OnBuyerAgentURLChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerAgentVoiceMail cannot be longer than 16 characters.")] | |
public virtual string BuyerAgentVoiceMail | |
{ | |
get | |
{ | |
return this._BuyerAgentVoiceMail; | |
} | |
set | |
{ | |
this.OnBuyerAgentVoiceMailChanging(value); | |
this._BuyerAgentVoiceMail = value; | |
this.OnBuyerAgentVoiceMailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentVoiceMail; | |
partial void OnBuyerAgentVoiceMailChanging(string value); | |
partial void OnBuyerAgentVoiceMailChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "BuyerAgentVoiceMailExt cannot be longer than 10 characters.")] | |
public virtual string BuyerAgentVoiceMailExt | |
{ | |
get | |
{ | |
return this._BuyerAgentVoiceMailExt; | |
} | |
set | |
{ | |
this.OnBuyerAgentVoiceMailExtChanging(value); | |
this._BuyerAgentVoiceMailExt = value; | |
this.OnBuyerAgentVoiceMailExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerAgentVoiceMailExt; | |
partial void OnBuyerAgentVoiceMailExtChanging(string value); | |
partial void OnBuyerAgentVoiceMailExtChanged(); | |
/// <summary> | |
/// A list of options that describe the type of financing used. This field is used when setting a listing to Closed. i.e. cash, FHA loan, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuyerFinancing> BuyerFinancing | |
{ | |
get | |
{ | |
return this._BuyerFinancing; | |
} | |
set | |
{ | |
this.OnBuyerFinancingChanging(value); | |
this._BuyerFinancing = value; | |
this.OnBuyerFinancingChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuyerFinancing> _BuyerFinancing = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuyerFinancing>(); | |
partial void OnBuyerFinancingChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.BuyerFinancing> value); | |
partial void OnBuyerFinancingChanged(); | |
/// <summary> | |
/// The Buyer's Office's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> BuyerOfficeAOR | |
{ | |
get | |
{ | |
return this._BuyerOfficeAOR; | |
} | |
set | |
{ | |
this.OnBuyerOfficeAORChanging(value); | |
this._BuyerOfficeAOR = value; | |
this.OnBuyerOfficeAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _BuyerOfficeAOR; | |
partial void OnBuyerOfficeAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnBuyerOfficeAORChanged(); | |
/// <summary> | |
/// The email address of the Buyer's Office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "BuyerOfficeEmail cannot be longer than 80 characters.")] | |
public virtual string BuyerOfficeEmail | |
{ | |
get | |
{ | |
return this._BuyerOfficeEmail; | |
} | |
set | |
{ | |
this.OnBuyerOfficeEmailChanging(value); | |
this._BuyerOfficeEmail = value; | |
this.OnBuyerOfficeEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerOfficeEmail; | |
partial void OnBuyerOfficeEmailChanging(string value); | |
partial void OnBuyerOfficeEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerOfficeFax cannot be longer than 16 characters.")] | |
public virtual string BuyerOfficeFax | |
{ | |
get | |
{ | |
return this._BuyerOfficeFax; | |
} | |
set | |
{ | |
this.OnBuyerOfficeFaxChanging(value); | |
this._BuyerOfficeFax = value; | |
this.OnBuyerOfficeFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerOfficeFax; | |
partial void OnBuyerOfficeFaxChanging(string value); | |
partial void OnBuyerOfficeFaxChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Office resource's OfficeKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "BuyerOfficeKey cannot be longer than 255 characters.")] | |
public virtual string BuyerOfficeKey | |
{ | |
get | |
{ | |
return this._BuyerOfficeKey; | |
} | |
set | |
{ | |
this.OnBuyerOfficeKeyChanging(value); | |
this._BuyerOfficeKey = value; | |
this.OnBuyerOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerOfficeKey; | |
partial void OnBuyerOfficeKeyChanging(string value); | |
partial void OnBuyerOfficeKeyChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "BuyerOfficeMlsId cannot be longer than 25 characters.")] | |
public virtual string BuyerOfficeMlsId | |
{ | |
get | |
{ | |
return this._BuyerOfficeMlsId; | |
} | |
set | |
{ | |
this.OnBuyerOfficeMlsIdChanging(value); | |
this._BuyerOfficeMlsId = value; | |
this.OnBuyerOfficeMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerOfficeMlsId; | |
partial void OnBuyerOfficeMlsIdChanging(string value); | |
partial void OnBuyerOfficeMlsIdChanged(); | |
/// <summary> | |
/// The legal name of the brokerage representing the buyer. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "BuyerOfficeName cannot be longer than 255 characters.")] | |
public virtual string BuyerOfficeName | |
{ | |
get | |
{ | |
return this._BuyerOfficeName; | |
} | |
set | |
{ | |
this.OnBuyerOfficeNameChanging(value); | |
this._BuyerOfficeName = value; | |
this.OnBuyerOfficeNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerOfficeName; | |
partial void OnBuyerOfficeNameChanging(string value); | |
partial void OnBuyerOfficeNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BuyerOfficePhone cannot be longer than 16 characters.")] | |
public virtual string BuyerOfficePhone | |
{ | |
get | |
{ | |
return this._BuyerOfficePhone; | |
} | |
set | |
{ | |
this.OnBuyerOfficePhoneChanging(value); | |
this._BuyerOfficePhone = value; | |
this.OnBuyerOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerOfficePhone; | |
partial void OnBuyerOfficePhoneChanging(string value); | |
partial void OnBuyerOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "BuyerOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string BuyerOfficePhoneExt | |
{ | |
get | |
{ | |
return this._BuyerOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnBuyerOfficePhoneExtChanging(value); | |
this._BuyerOfficePhoneExt = value; | |
this.OnBuyerOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerOfficePhoneExt; | |
partial void OnBuyerOfficePhoneExtChanging(string value); | |
partial void OnBuyerOfficePhoneExtChanged(); | |
/// <summary> | |
/// The website URI for the buyers office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "BuyerOfficeURL cannot be longer than 8000 characters.")] | |
public virtual string BuyerOfficeURL | |
{ | |
get | |
{ | |
return this._BuyerOfficeURL; | |
} | |
set | |
{ | |
this.OnBuyerOfficeURLChanging(value); | |
this._BuyerOfficeURL = value; | |
this.OnBuyerOfficeURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerOfficeURL; | |
partial void OnBuyerOfficeURLChanging(string value); | |
partial void OnBuyerOfficeURLChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Teams resource's TeamKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "BuyerTeamKey cannot be longer than 255 characters.")] | |
public virtual string BuyerTeamKey | |
{ | |
get | |
{ | |
return this._BuyerTeamKey; | |
} | |
set | |
{ | |
this.OnBuyerTeamKeyChanging(value); | |
this._BuyerTeamKey = value; | |
this.OnBuyerTeamKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerTeamKey; | |
partial void OnBuyerTeamKeyChanging(string value); | |
partial void OnBuyerTeamKeyChanged(); | |
/// <summary> | |
/// The name of the team representing the buyer. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "BuyerTeamName cannot be longer than 50 characters.")] | |
public virtual string BuyerTeamName | |
{ | |
get | |
{ | |
return this._BuyerTeamName; | |
} | |
set | |
{ | |
this.OnBuyerTeamNameChanging(value); | |
this._BuyerTeamName = value; | |
this.OnBuyerTeamNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BuyerTeamName; | |
partial void OnBuyerTeamNameChanging(string value); | |
partial void OnBuyerTeamNameChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> CableTvExpense | |
{ | |
get | |
{ | |
return this._CableTvExpense; | |
} | |
set | |
{ | |
this.OnCableTvExpenseChanging(value); | |
this._CableTvExpense = value; | |
this.OnCableTvExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _CableTvExpense; | |
partial void OnCableTvExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnCableTvExpenseChanged(); | |
/// <summary> | |
/// Date the listing contract between the seller and listing agent was cancelled. This is the date entered by the agent reflecting when the change occurred contractually, not a timestamp of when the change was made in the MLS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> CancellationDate | |
{ | |
get | |
{ | |
return this._CancellationDate; | |
} | |
set | |
{ | |
this.OnCancellationDateChanging(value); | |
this._CancellationDate = value; | |
this.OnCancellationDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _CancellationDate; | |
partial void OnCancellationDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnCancellationDateChanged(); | |
/// <summary> | |
/// Cap Rate is equivalent to the return on investment you would receive if you pay cash for a property. The ratio between the net operating income produced by an asset and its capital cost (the original price paid to buy the asset) or alternatively its current market value. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> CapRate | |
{ | |
get | |
{ | |
return this._CapRate; | |
} | |
set | |
{ | |
this.OnCapRateChanging(value); | |
this._CapRate = value; | |
this.OnCapRateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _CapRate; | |
partial void OnCapRateChanging(global::System.Nullable<decimal> value); | |
partial void OnCapRateChanged(); | |
/// <summary> | |
/// The number of carport spaces included in the sale. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> CarportSpaces | |
{ | |
get | |
{ | |
return this._CarportSpaces; | |
} | |
set | |
{ | |
this.OnCarportSpacesChanging(value); | |
this._CarportSpaces = value; | |
this.OnCarportSpacesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _CarportSpaces; | |
partial void OnCarportSpacesChanging(global::System.Nullable<decimal> value); | |
partial void OnCarportSpacesChanged(); | |
/// <summary> | |
/// A flag indicating that the listing has a car port. This flag may be T/F, Y/N or other true, false or unknown indicator. As with all flags, the field may be null. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> CarportYN | |
{ | |
get | |
{ | |
return this._CarportYN; | |
} | |
set | |
{ | |
this.OnCarportYNChanging(value); | |
this._CarportYN = value; | |
this.OnCarportYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _CarportYN; | |
partial void OnCarportYNChanging(global::System.Nullable<bool> value); | |
partial void OnCarportYNChanged(); | |
/// <summary> | |
/// The group of addresses to which the USPS assigns the same code to aid in mail delivery. For the USPS, these codes are 9 digits: 5 numbers for the ZIP Code, one letter for the carrier route type, and 3 numbers for the carrier route number. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(9, ErrorMessage = "CarrierRoute cannot be longer than 9 characters.")] | |
public virtual string CarrierRoute | |
{ | |
get | |
{ | |
return this._CarrierRoute; | |
} | |
set | |
{ | |
this.OnCarrierRouteChanging(value); | |
this._CarrierRoute = value; | |
this.OnCarrierRouteChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CarrierRoute; | |
partial void OnCarrierRouteChanging(string value); | |
partial void OnCarrierRouteChanged(); | |
/// <summary> | |
/// The city in listing address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.City> City | |
{ | |
get | |
{ | |
return this._City; | |
} | |
set | |
{ | |
this.OnCityChanging(value); | |
this._City = value; | |
this.OnCityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.City> _City; | |
partial void OnCityChanging(global::System.Nullable<global::org.reso.metadata.enums.City> value); | |
partial void OnCityChanged(); | |
/// <summary> | |
/// A sub-section or area of a defined city. Examples would be SOHO in New York, NY, Ironbound in Newark, NJ or Inside the Beltway. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "CityRegion cannot be longer than 150 characters.")] | |
public virtual string CityRegion | |
{ | |
get | |
{ | |
return this._CityRegion; | |
} | |
set | |
{ | |
this.OnCityRegionChanging(value); | |
this._CityRegion = value; | |
this.OnCityRegionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CityRegion; | |
partial void OnCityRegionChanging(string value); | |
partial void OnCityRegionChanged(); | |
/// <summary> | |
/// With for-sale listings, the date the purchase agreement was fulfilled. With lease listings, the date the requirements were fulfilled, such as contract and/or deposit. This is the date entered by the agent reflecting when the change occurred contractually, not a timestamp of when the change was made in the MLS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> CloseDate | |
{ | |
get | |
{ | |
return this._CloseDate; | |
} | |
set | |
{ | |
this.OnCloseDateChanging(value); | |
this._CloseDate = value; | |
this.OnCloseDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _CloseDate; | |
partial void OnCloseDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnCloseDateChanged(); | |
/// <summary> | |
/// The amount of money paid by the purchaser to the seller for the property under the agreement. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> ClosePrice | |
{ | |
get | |
{ | |
return this._ClosePrice; | |
} | |
set | |
{ | |
this.OnClosePriceChanging(value); | |
this._ClosePrice = value; | |
this.OnClosePriceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _ClosePrice; | |
partial void OnClosePriceChanging(global::System.Nullable<decimal> value); | |
partial void OnClosePriceChanged(); | |
/// <summary> | |
/// The Co Buyer's Agent's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> CoBuyerAgentAOR | |
{ | |
get | |
{ | |
return this._CoBuyerAgentAOR; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentAORChanging(value); | |
this._CoBuyerAgentAOR = value; | |
this.OnCoBuyerAgentAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _CoBuyerAgentAOR; | |
partial void OnCoBuyerAgentAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnCoBuyerAgentAORChanged(); | |
/// <summary> | |
/// Designations and certifications acknowledging experience and expertise in various real estate sectors are awarded by NAR and each affiliated group upon completion of required courses. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CoBuyerAgentDesignation> CoBuyerAgentDesignation | |
{ | |
get | |
{ | |
return this._CoBuyerAgentDesignation; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentDesignationChanging(value); | |
this._CoBuyerAgentDesignation = value; | |
this.OnCoBuyerAgentDesignationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CoBuyerAgentDesignation> _CoBuyerAgentDesignation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CoBuyerAgentDesignation>(); | |
partial void OnCoBuyerAgentDesignationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CoBuyerAgentDesignation> value); | |
partial void OnCoBuyerAgentDesignationChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentDirectPhone cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentDirectPhone | |
{ | |
get | |
{ | |
return this._CoBuyerAgentDirectPhone; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentDirectPhoneChanging(value); | |
this._CoBuyerAgentDirectPhone = value; | |
this.OnCoBuyerAgentDirectPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentDirectPhone; | |
partial void OnCoBuyerAgentDirectPhoneChanging(string value); | |
partial void OnCoBuyerAgentDirectPhoneChanged(); | |
/// <summary> | |
/// The email address of the Buyer's Co Agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "CoBuyerAgentEmail cannot be longer than 80 characters.")] | |
public virtual string CoBuyerAgentEmail | |
{ | |
get | |
{ | |
return this._CoBuyerAgentEmail; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentEmailChanging(value); | |
this._CoBuyerAgentEmail = value; | |
this.OnCoBuyerAgentEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentEmail; | |
partial void OnCoBuyerAgentEmailChanging(string value); | |
partial void OnCoBuyerAgentEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentFax cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentFax | |
{ | |
get | |
{ | |
return this._CoBuyerAgentFax; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentFaxChanging(value); | |
this._CoBuyerAgentFax = value; | |
this.OnCoBuyerAgentFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentFax; | |
partial void OnCoBuyerAgentFaxChanging(string value); | |
partial void OnCoBuyerAgentFaxChanged(); | |
/// <summary> | |
/// The first name of the buyer's co-agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CoBuyerAgentFirstName cannot be longer than 50 characters.")] | |
public virtual string CoBuyerAgentFirstName | |
{ | |
get | |
{ | |
return this._CoBuyerAgentFirstName; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentFirstNameChanging(value); | |
this._CoBuyerAgentFirstName = value; | |
this.OnCoBuyerAgentFirstNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentFirstName; | |
partial void OnCoBuyerAgentFirstNameChanging(string value); | |
partial void OnCoBuyerAgentFirstNameChanged(); | |
/// <summary> | |
/// The full name of the buyer's co-agent. (First Middle Last) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "CoBuyerAgentFullName cannot be longer than 150 characters.")] | |
public virtual string CoBuyerAgentFullName | |
{ | |
get | |
{ | |
return this._CoBuyerAgentFullName; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentFullNameChanging(value); | |
this._CoBuyerAgentFullName = value; | |
this.OnCoBuyerAgentFullNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentFullName; | |
partial void OnCoBuyerAgentFullNameChanging(string value); | |
partial void OnCoBuyerAgentFullNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentHomePhone cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentHomePhone | |
{ | |
get | |
{ | |
return this._CoBuyerAgentHomePhone; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentHomePhoneChanging(value); | |
this._CoBuyerAgentHomePhone = value; | |
this.OnCoBuyerAgentHomePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentHomePhone; | |
partial void OnCoBuyerAgentHomePhoneChanging(string value); | |
partial void OnCoBuyerAgentHomePhoneChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Member resource's MemberKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "CoBuyerAgentKey cannot be longer than 255 characters.")] | |
public virtual string CoBuyerAgentKey | |
{ | |
get | |
{ | |
return this._CoBuyerAgentKey; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentKeyChanging(value); | |
this._CoBuyerAgentKey = value; | |
this.OnCoBuyerAgentKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentKey; | |
partial void OnCoBuyerAgentKeyChanging(string value); | |
partial void OnCoBuyerAgentKeyChanged(); | |
/// <summary> | |
/// The last name of the buyer's co-agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CoBuyerAgentLastName cannot be longer than 50 characters.")] | |
public virtual string CoBuyerAgentLastName | |
{ | |
get | |
{ | |
return this._CoBuyerAgentLastName; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentLastNameChanging(value); | |
this._CoBuyerAgentLastName = value; | |
this.OnCoBuyerAgentLastNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentLastName; | |
partial void OnCoBuyerAgentLastNameChanging(string value); | |
partial void OnCoBuyerAgentLastNameChanged(); | |
/// <summary> | |
/// The middle name of the buyer's co-agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CoBuyerAgentMiddleName cannot be longer than 50 characters.")] | |
public virtual string CoBuyerAgentMiddleName | |
{ | |
get | |
{ | |
return this._CoBuyerAgentMiddleName; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentMiddleNameChanging(value); | |
this._CoBuyerAgentMiddleName = value; | |
this.OnCoBuyerAgentMiddleNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentMiddleName; | |
partial void OnCoBuyerAgentMiddleNameChanging(string value); | |
partial void OnCoBuyerAgentMiddleNameChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "CoBuyerAgentMlsId cannot be longer than 25 characters.")] | |
public virtual string CoBuyerAgentMlsId | |
{ | |
get | |
{ | |
return this._CoBuyerAgentMlsId; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentMlsIdChanging(value); | |
this._CoBuyerAgentMlsId = value; | |
this.OnCoBuyerAgentMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentMlsId; | |
partial void OnCoBuyerAgentMlsIdChanging(string value); | |
partial void OnCoBuyerAgentMlsIdChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentMobilePhone cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentMobilePhone | |
{ | |
get | |
{ | |
return this._CoBuyerAgentMobilePhone; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentMobilePhoneChanging(value); | |
this._CoBuyerAgentMobilePhone = value; | |
this.OnCoBuyerAgentMobilePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentMobilePhone; | |
partial void OnCoBuyerAgentMobilePhoneChanging(string value); | |
partial void OnCoBuyerAgentMobilePhoneChanged(); | |
/// <summary> | |
/// Prefix to the name (e.g. Dr. Mr. Ms. etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoBuyerAgentNamePrefix cannot be longer than 10 characters.")] | |
public virtual string CoBuyerAgentNamePrefix | |
{ | |
get | |
{ | |
return this._CoBuyerAgentNamePrefix; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentNamePrefixChanging(value); | |
this._CoBuyerAgentNamePrefix = value; | |
this.OnCoBuyerAgentNamePrefixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentNamePrefix; | |
partial void OnCoBuyerAgentNamePrefixChanging(string value); | |
partial void OnCoBuyerAgentNamePrefixChanged(); | |
/// <summary> | |
/// Suffix to the CoBuyerAgentLastName (e.g. Esq., Jr., III etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoBuyerAgentNameSuffix cannot be longer than 10 characters.")] | |
public virtual string CoBuyerAgentNameSuffix | |
{ | |
get | |
{ | |
return this._CoBuyerAgentNameSuffix; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentNameSuffixChanging(value); | |
this._CoBuyerAgentNameSuffix = value; | |
this.OnCoBuyerAgentNameSuffixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentNameSuffix; | |
partial void OnCoBuyerAgentNameSuffixChanging(string value); | |
partial void OnCoBuyerAgentNameSuffixChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentOfficePhone cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentOfficePhone | |
{ | |
get | |
{ | |
return this._CoBuyerAgentOfficePhone; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentOfficePhoneChanging(value); | |
this._CoBuyerAgentOfficePhone = value; | |
this.OnCoBuyerAgentOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentOfficePhone; | |
partial void OnCoBuyerAgentOfficePhoneChanging(string value); | |
partial void OnCoBuyerAgentOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoBuyerAgentOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string CoBuyerAgentOfficePhoneExt | |
{ | |
get | |
{ | |
return this._CoBuyerAgentOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentOfficePhoneExtChanging(value); | |
this._CoBuyerAgentOfficePhoneExt = value; | |
this.OnCoBuyerAgentOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentOfficePhoneExt; | |
partial void OnCoBuyerAgentOfficePhoneExtChanging(string value); | |
partial void OnCoBuyerAgentOfficePhoneExtChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentPager cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentPager | |
{ | |
get | |
{ | |
return this._CoBuyerAgentPager; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentPagerChanging(value); | |
this._CoBuyerAgentPager = value; | |
this.OnCoBuyerAgentPagerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentPager; | |
partial void OnCoBuyerAgentPagerChanging(string value); | |
partial void OnCoBuyerAgentPagerChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentPreferredPhone cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentPreferredPhone | |
{ | |
get | |
{ | |
return this._CoBuyerAgentPreferredPhone; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentPreferredPhoneChanging(value); | |
this._CoBuyerAgentPreferredPhone = value; | |
this.OnCoBuyerAgentPreferredPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentPreferredPhone; | |
partial void OnCoBuyerAgentPreferredPhoneChanging(string value); | |
partial void OnCoBuyerAgentPreferredPhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoBuyerAgentPreferredPhoneExt cannot be longer than 10 characters.")] | |
public virtual string CoBuyerAgentPreferredPhoneExt | |
{ | |
get | |
{ | |
return this._CoBuyerAgentPreferredPhoneExt; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentPreferredPhoneExtChanging(value); | |
this._CoBuyerAgentPreferredPhoneExt = value; | |
this.OnCoBuyerAgentPreferredPhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentPreferredPhoneExt; | |
partial void OnCoBuyerAgentPreferredPhoneExtChanging(string value); | |
partial void OnCoBuyerAgentPreferredPhoneExtChanged(); | |
/// <summary> | |
/// The license of the co-buyers agent. Separate multiple licenses with a comma and space. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CoBuyerAgentStateLicense cannot be longer than 50 characters.")] | |
public virtual string CoBuyerAgentStateLicense | |
{ | |
get | |
{ | |
return this._CoBuyerAgentStateLicense; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentStateLicenseChanging(value); | |
this._CoBuyerAgentStateLicense = value; | |
this.OnCoBuyerAgentStateLicenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentStateLicense; | |
partial void OnCoBuyerAgentStateLicenseChanging(string value); | |
partial void OnCoBuyerAgentStateLicenseChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentTollFreePhone cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentTollFreePhone | |
{ | |
get | |
{ | |
return this._CoBuyerAgentTollFreePhone; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentTollFreePhoneChanging(value); | |
this._CoBuyerAgentTollFreePhone = value; | |
this.OnCoBuyerAgentTollFreePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentTollFreePhone; | |
partial void OnCoBuyerAgentTollFreePhoneChanging(string value); | |
partial void OnCoBuyerAgentTollFreePhoneChanged(); | |
/// <summary> | |
/// The website URI of the co-buyers agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "CoBuyerAgentURL cannot be longer than 8000 characters.")] | |
public virtual string CoBuyerAgentURL | |
{ | |
get | |
{ | |
return this._CoBuyerAgentURL; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentURLChanging(value); | |
this._CoBuyerAgentURL = value; | |
this.OnCoBuyerAgentURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentURL; | |
partial void OnCoBuyerAgentURLChanging(string value); | |
partial void OnCoBuyerAgentURLChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerAgentVoiceMail cannot be longer than 16 characters.")] | |
public virtual string CoBuyerAgentVoiceMail | |
{ | |
get | |
{ | |
return this._CoBuyerAgentVoiceMail; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentVoiceMailChanging(value); | |
this._CoBuyerAgentVoiceMail = value; | |
this.OnCoBuyerAgentVoiceMailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentVoiceMail; | |
partial void OnCoBuyerAgentVoiceMailChanging(string value); | |
partial void OnCoBuyerAgentVoiceMailChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoBuyerAgentVoiceMailExt cannot be longer than 10 characters.")] | |
public virtual string CoBuyerAgentVoiceMailExt | |
{ | |
get | |
{ | |
return this._CoBuyerAgentVoiceMailExt; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentVoiceMailExtChanging(value); | |
this._CoBuyerAgentVoiceMailExt = value; | |
this.OnCoBuyerAgentVoiceMailExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerAgentVoiceMailExt; | |
partial void OnCoBuyerAgentVoiceMailExtChanging(string value); | |
partial void OnCoBuyerAgentVoiceMailExtChanged(); | |
/// <summary> | |
/// The Co Buyer's Office's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> CoBuyerOfficeAOR | |
{ | |
get | |
{ | |
return this._CoBuyerOfficeAOR; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficeAORChanging(value); | |
this._CoBuyerOfficeAOR = value; | |
this.OnCoBuyerOfficeAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _CoBuyerOfficeAOR; | |
partial void OnCoBuyerOfficeAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnCoBuyerOfficeAORChanged(); | |
/// <summary> | |
/// The email address of the Buyer's Co Office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "CoBuyerOfficeEmail cannot be longer than 80 characters.")] | |
public virtual string CoBuyerOfficeEmail | |
{ | |
get | |
{ | |
return this._CoBuyerOfficeEmail; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficeEmailChanging(value); | |
this._CoBuyerOfficeEmail = value; | |
this.OnCoBuyerOfficeEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerOfficeEmail; | |
partial void OnCoBuyerOfficeEmailChanging(string value); | |
partial void OnCoBuyerOfficeEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerOfficeFax cannot be longer than 16 characters.")] | |
public virtual string CoBuyerOfficeFax | |
{ | |
get | |
{ | |
return this._CoBuyerOfficeFax; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficeFaxChanging(value); | |
this._CoBuyerOfficeFax = value; | |
this.OnCoBuyerOfficeFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerOfficeFax; | |
partial void OnCoBuyerOfficeFaxChanging(string value); | |
partial void OnCoBuyerOfficeFaxChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Office resource's OfficeKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "CoBuyerOfficeKey cannot be longer than 255 characters.")] | |
public virtual string CoBuyerOfficeKey | |
{ | |
get | |
{ | |
return this._CoBuyerOfficeKey; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficeKeyChanging(value); | |
this._CoBuyerOfficeKey = value; | |
this.OnCoBuyerOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerOfficeKey; | |
partial void OnCoBuyerOfficeKeyChanging(string value); | |
partial void OnCoBuyerOfficeKeyChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "CoBuyerOfficeMlsId cannot be longer than 25 characters.")] | |
public virtual string CoBuyerOfficeMlsId | |
{ | |
get | |
{ | |
return this._CoBuyerOfficeMlsId; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficeMlsIdChanging(value); | |
this._CoBuyerOfficeMlsId = value; | |
this.OnCoBuyerOfficeMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerOfficeMlsId; | |
partial void OnCoBuyerOfficeMlsIdChanging(string value); | |
partial void OnCoBuyerOfficeMlsIdChanged(); | |
/// <summary> | |
/// The legal name of the brokerage co-representing the buyer. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "CoBuyerOfficeName cannot be longer than 255 characters.")] | |
public virtual string CoBuyerOfficeName | |
{ | |
get | |
{ | |
return this._CoBuyerOfficeName; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficeNameChanging(value); | |
this._CoBuyerOfficeName = value; | |
this.OnCoBuyerOfficeNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerOfficeName; | |
partial void OnCoBuyerOfficeNameChanging(string value); | |
partial void OnCoBuyerOfficeNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoBuyerOfficePhone cannot be longer than 16 characters.")] | |
public virtual string CoBuyerOfficePhone | |
{ | |
get | |
{ | |
return this._CoBuyerOfficePhone; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficePhoneChanging(value); | |
this._CoBuyerOfficePhone = value; | |
this.OnCoBuyerOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerOfficePhone; | |
partial void OnCoBuyerOfficePhoneChanging(string value); | |
partial void OnCoBuyerOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoBuyerOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string CoBuyerOfficePhoneExt | |
{ | |
get | |
{ | |
return this._CoBuyerOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficePhoneExtChanging(value); | |
this._CoBuyerOfficePhoneExt = value; | |
this.OnCoBuyerOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerOfficePhoneExt; | |
partial void OnCoBuyerOfficePhoneExtChanging(string value); | |
partial void OnCoBuyerOfficePhoneExtChanged(); | |
/// <summary> | |
/// The website URI for the co-buyers office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "CoBuyerOfficeURL cannot be longer than 8000 characters.")] | |
public virtual string CoBuyerOfficeURL | |
{ | |
get | |
{ | |
return this._CoBuyerOfficeURL; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficeURLChanging(value); | |
this._CoBuyerOfficeURL = value; | |
this.OnCoBuyerOfficeURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoBuyerOfficeURL; | |
partial void OnCoBuyerOfficeURLChanging(string value); | |
partial void OnCoBuyerOfficeURLChanged(); | |
/// <summary> | |
/// The Co Listing Agent's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> CoListAgentAOR | |
{ | |
get | |
{ | |
return this._CoListAgentAOR; | |
} | |
set | |
{ | |
this.OnCoListAgentAORChanging(value); | |
this._CoListAgentAOR = value; | |
this.OnCoListAgentAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _CoListAgentAOR; | |
partial void OnCoListAgentAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnCoListAgentAORChanged(); | |
/// <summary> | |
/// Designations and certifications acknowledging experience and expertise in various real estate sectors are awarded by NAR and each affiliated group upon completion of required courses. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CoListAgentDesignation> CoListAgentDesignation | |
{ | |
get | |
{ | |
return this._CoListAgentDesignation; | |
} | |
set | |
{ | |
this.OnCoListAgentDesignationChanging(value); | |
this._CoListAgentDesignation = value; | |
this.OnCoListAgentDesignationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CoListAgentDesignation> _CoListAgentDesignation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CoListAgentDesignation>(); | |
partial void OnCoListAgentDesignationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CoListAgentDesignation> value); | |
partial void OnCoListAgentDesignationChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentDirectPhone cannot be longer than 16 characters.")] | |
public virtual string CoListAgentDirectPhone | |
{ | |
get | |
{ | |
return this._CoListAgentDirectPhone; | |
} | |
set | |
{ | |
this.OnCoListAgentDirectPhoneChanging(value); | |
this._CoListAgentDirectPhone = value; | |
this.OnCoListAgentDirectPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentDirectPhone; | |
partial void OnCoListAgentDirectPhoneChanging(string value); | |
partial void OnCoListAgentDirectPhoneChanged(); | |
/// <summary> | |
/// The email address of the Co Listing Agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "CoListAgentEmail cannot be longer than 80 characters.")] | |
public virtual string CoListAgentEmail | |
{ | |
get | |
{ | |
return this._CoListAgentEmail; | |
} | |
set | |
{ | |
this.OnCoListAgentEmailChanging(value); | |
this._CoListAgentEmail = value; | |
this.OnCoListAgentEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentEmail; | |
partial void OnCoListAgentEmailChanging(string value); | |
partial void OnCoListAgentEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentFax cannot be longer than 16 characters.")] | |
public virtual string CoListAgentFax | |
{ | |
get | |
{ | |
return this._CoListAgentFax; | |
} | |
set | |
{ | |
this.OnCoListAgentFaxChanging(value); | |
this._CoListAgentFax = value; | |
this.OnCoListAgentFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentFax; | |
partial void OnCoListAgentFaxChanging(string value); | |
partial void OnCoListAgentFaxChanged(); | |
/// <summary> | |
/// The first name of the co-listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CoListAgentFirstName cannot be longer than 50 characters.")] | |
public virtual string CoListAgentFirstName | |
{ | |
get | |
{ | |
return this._CoListAgentFirstName; | |
} | |
set | |
{ | |
this.OnCoListAgentFirstNameChanging(value); | |
this._CoListAgentFirstName = value; | |
this.OnCoListAgentFirstNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentFirstName; | |
partial void OnCoListAgentFirstNameChanging(string value); | |
partial void OnCoListAgentFirstNameChanged(); | |
/// <summary> | |
/// The full name of the co-listing agent. (First Middle Last) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "CoListAgentFullName cannot be longer than 150 characters.")] | |
public virtual string CoListAgentFullName | |
{ | |
get | |
{ | |
return this._CoListAgentFullName; | |
} | |
set | |
{ | |
this.OnCoListAgentFullNameChanging(value); | |
this._CoListAgentFullName = value; | |
this.OnCoListAgentFullNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentFullName; | |
partial void OnCoListAgentFullNameChanging(string value); | |
partial void OnCoListAgentFullNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentHomePhone cannot be longer than 16 characters.")] | |
public virtual string CoListAgentHomePhone | |
{ | |
get | |
{ | |
return this._CoListAgentHomePhone; | |
} | |
set | |
{ | |
this.OnCoListAgentHomePhoneChanging(value); | |
this._CoListAgentHomePhone = value; | |
this.OnCoListAgentHomePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentHomePhone; | |
partial void OnCoListAgentHomePhoneChanging(string value); | |
partial void OnCoListAgentHomePhoneChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Member resource's MemberKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "CoListAgentKey cannot be longer than 255 characters.")] | |
public virtual string CoListAgentKey | |
{ | |
get | |
{ | |
return this._CoListAgentKey; | |
} | |
set | |
{ | |
this.OnCoListAgentKeyChanging(value); | |
this._CoListAgentKey = value; | |
this.OnCoListAgentKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentKey; | |
partial void OnCoListAgentKeyChanging(string value); | |
partial void OnCoListAgentKeyChanged(); | |
/// <summary> | |
/// The last name of the co-listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CoListAgentLastName cannot be longer than 50 characters.")] | |
public virtual string CoListAgentLastName | |
{ | |
get | |
{ | |
return this._CoListAgentLastName; | |
} | |
set | |
{ | |
this.OnCoListAgentLastNameChanging(value); | |
this._CoListAgentLastName = value; | |
this.OnCoListAgentLastNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentLastName; | |
partial void OnCoListAgentLastNameChanging(string value); | |
partial void OnCoListAgentLastNameChanged(); | |
/// <summary> | |
/// The middle name of the co-listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CoListAgentMiddleName cannot be longer than 50 characters.")] | |
public virtual string CoListAgentMiddleName | |
{ | |
get | |
{ | |
return this._CoListAgentMiddleName; | |
} | |
set | |
{ | |
this.OnCoListAgentMiddleNameChanging(value); | |
this._CoListAgentMiddleName = value; | |
this.OnCoListAgentMiddleNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentMiddleName; | |
partial void OnCoListAgentMiddleNameChanging(string value); | |
partial void OnCoListAgentMiddleNameChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "CoListAgentMlsId cannot be longer than 25 characters.")] | |
public virtual string CoListAgentMlsId | |
{ | |
get | |
{ | |
return this._CoListAgentMlsId; | |
} | |
set | |
{ | |
this.OnCoListAgentMlsIdChanging(value); | |
this._CoListAgentMlsId = value; | |
this.OnCoListAgentMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentMlsId; | |
partial void OnCoListAgentMlsIdChanging(string value); | |
partial void OnCoListAgentMlsIdChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentMobilePhone cannot be longer than 16 characters.")] | |
public virtual string CoListAgentMobilePhone | |
{ | |
get | |
{ | |
return this._CoListAgentMobilePhone; | |
} | |
set | |
{ | |
this.OnCoListAgentMobilePhoneChanging(value); | |
this._CoListAgentMobilePhone = value; | |
this.OnCoListAgentMobilePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentMobilePhone; | |
partial void OnCoListAgentMobilePhoneChanging(string value); | |
partial void OnCoListAgentMobilePhoneChanged(); | |
/// <summary> | |
/// Prefix to the name (e.g. Dr. Mr. Ms. etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoListAgentNamePrefix cannot be longer than 10 characters.")] | |
public virtual string CoListAgentNamePrefix | |
{ | |
get | |
{ | |
return this._CoListAgentNamePrefix; | |
} | |
set | |
{ | |
this.OnCoListAgentNamePrefixChanging(value); | |
this._CoListAgentNamePrefix = value; | |
this.OnCoListAgentNamePrefixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentNamePrefix; | |
partial void OnCoListAgentNamePrefixChanging(string value); | |
partial void OnCoListAgentNamePrefixChanged(); | |
/// <summary> | |
/// Suffix to the CoListAgentLastName (e.g. Esq., Jr., III etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoListAgentNameSuffix cannot be longer than 10 characters.")] | |
public virtual string CoListAgentNameSuffix | |
{ | |
get | |
{ | |
return this._CoListAgentNameSuffix; | |
} | |
set | |
{ | |
this.OnCoListAgentNameSuffixChanging(value); | |
this._CoListAgentNameSuffix = value; | |
this.OnCoListAgentNameSuffixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentNameSuffix; | |
partial void OnCoListAgentNameSuffixChanging(string value); | |
partial void OnCoListAgentNameSuffixChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentOfficePhone cannot be longer than 16 characters.")] | |
public virtual string CoListAgentOfficePhone | |
{ | |
get | |
{ | |
return this._CoListAgentOfficePhone; | |
} | |
set | |
{ | |
this.OnCoListAgentOfficePhoneChanging(value); | |
this._CoListAgentOfficePhone = value; | |
this.OnCoListAgentOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentOfficePhone; | |
partial void OnCoListAgentOfficePhoneChanging(string value); | |
partial void OnCoListAgentOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoListAgentOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string CoListAgentOfficePhoneExt | |
{ | |
get | |
{ | |
return this._CoListAgentOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnCoListAgentOfficePhoneExtChanging(value); | |
this._CoListAgentOfficePhoneExt = value; | |
this.OnCoListAgentOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentOfficePhoneExt; | |
partial void OnCoListAgentOfficePhoneExtChanging(string value); | |
partial void OnCoListAgentOfficePhoneExtChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentPager cannot be longer than 16 characters.")] | |
public virtual string CoListAgentPager | |
{ | |
get | |
{ | |
return this._CoListAgentPager; | |
} | |
set | |
{ | |
this.OnCoListAgentPagerChanging(value); | |
this._CoListAgentPager = value; | |
this.OnCoListAgentPagerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentPager; | |
partial void OnCoListAgentPagerChanging(string value); | |
partial void OnCoListAgentPagerChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentPreferredPhone cannot be longer than 16 characters.")] | |
public virtual string CoListAgentPreferredPhone | |
{ | |
get | |
{ | |
return this._CoListAgentPreferredPhone; | |
} | |
set | |
{ | |
this.OnCoListAgentPreferredPhoneChanging(value); | |
this._CoListAgentPreferredPhone = value; | |
this.OnCoListAgentPreferredPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentPreferredPhone; | |
partial void OnCoListAgentPreferredPhoneChanging(string value); | |
partial void OnCoListAgentPreferredPhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoListAgentPreferredPhoneExt cannot be longer than 10 characters.")] | |
public virtual string CoListAgentPreferredPhoneExt | |
{ | |
get | |
{ | |
return this._CoListAgentPreferredPhoneExt; | |
} | |
set | |
{ | |
this.OnCoListAgentPreferredPhoneExtChanging(value); | |
this._CoListAgentPreferredPhoneExt = value; | |
this.OnCoListAgentPreferredPhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentPreferredPhoneExt; | |
partial void OnCoListAgentPreferredPhoneExtChanging(string value); | |
partial void OnCoListAgentPreferredPhoneExtChanged(); | |
/// <summary> | |
/// The license of the co-listing agent. Separate multiple licenses with a comma and space. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CoListAgentStateLicense cannot be longer than 50 characters.")] | |
public virtual string CoListAgentStateLicense | |
{ | |
get | |
{ | |
return this._CoListAgentStateLicense; | |
} | |
set | |
{ | |
this.OnCoListAgentStateLicenseChanging(value); | |
this._CoListAgentStateLicense = value; | |
this.OnCoListAgentStateLicenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentStateLicense; | |
partial void OnCoListAgentStateLicenseChanging(string value); | |
partial void OnCoListAgentStateLicenseChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentTollFreePhone cannot be longer than 16 characters.")] | |
public virtual string CoListAgentTollFreePhone | |
{ | |
get | |
{ | |
return this._CoListAgentTollFreePhone; | |
} | |
set | |
{ | |
this.OnCoListAgentTollFreePhoneChanging(value); | |
this._CoListAgentTollFreePhone = value; | |
this.OnCoListAgentTollFreePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentTollFreePhone; | |
partial void OnCoListAgentTollFreePhoneChanging(string value); | |
partial void OnCoListAgentTollFreePhoneChanged(); | |
/// <summary> | |
/// The website URI of the co-listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "CoListAgentURL cannot be longer than 8000 characters.")] | |
public virtual string CoListAgentURL | |
{ | |
get | |
{ | |
return this._CoListAgentURL; | |
} | |
set | |
{ | |
this.OnCoListAgentURLChanging(value); | |
this._CoListAgentURL = value; | |
this.OnCoListAgentURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentURL; | |
partial void OnCoListAgentURLChanging(string value); | |
partial void OnCoListAgentURLChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListAgentVoiceMail cannot be longer than 16 characters.")] | |
public virtual string CoListAgentVoiceMail | |
{ | |
get | |
{ | |
return this._CoListAgentVoiceMail; | |
} | |
set | |
{ | |
this.OnCoListAgentVoiceMailChanging(value); | |
this._CoListAgentVoiceMail = value; | |
this.OnCoListAgentVoiceMailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentVoiceMail; | |
partial void OnCoListAgentVoiceMailChanging(string value); | |
partial void OnCoListAgentVoiceMailChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoListAgentVoiceMailExt cannot be longer than 10 characters.")] | |
public virtual string CoListAgentVoiceMailExt | |
{ | |
get | |
{ | |
return this._CoListAgentVoiceMailExt; | |
} | |
set | |
{ | |
this.OnCoListAgentVoiceMailExtChanging(value); | |
this._CoListAgentVoiceMailExt = value; | |
this.OnCoListAgentVoiceMailExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListAgentVoiceMailExt; | |
partial void OnCoListAgentVoiceMailExtChanging(string value); | |
partial void OnCoListAgentVoiceMailExtChanged(); | |
/// <summary> | |
/// The Co Listing Office's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> CoListOfficeAOR | |
{ | |
get | |
{ | |
return this._CoListOfficeAOR; | |
} | |
set | |
{ | |
this.OnCoListOfficeAORChanging(value); | |
this._CoListOfficeAOR = value; | |
this.OnCoListOfficeAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _CoListOfficeAOR; | |
partial void OnCoListOfficeAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnCoListOfficeAORChanged(); | |
/// <summary> | |
/// The email address of the Co Listing Office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "CoListOfficeEmail cannot be longer than 80 characters.")] | |
public virtual string CoListOfficeEmail | |
{ | |
get | |
{ | |
return this._CoListOfficeEmail; | |
} | |
set | |
{ | |
this.OnCoListOfficeEmailChanging(value); | |
this._CoListOfficeEmail = value; | |
this.OnCoListOfficeEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListOfficeEmail; | |
partial void OnCoListOfficeEmailChanging(string value); | |
partial void OnCoListOfficeEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListOfficeFax cannot be longer than 16 characters.")] | |
public virtual string CoListOfficeFax | |
{ | |
get | |
{ | |
return this._CoListOfficeFax; | |
} | |
set | |
{ | |
this.OnCoListOfficeFaxChanging(value); | |
this._CoListOfficeFax = value; | |
this.OnCoListOfficeFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListOfficeFax; | |
partial void OnCoListOfficeFaxChanging(string value); | |
partial void OnCoListOfficeFaxChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Office resource's OfficeKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "CoListOfficeKey cannot be longer than 255 characters.")] | |
public virtual string CoListOfficeKey | |
{ | |
get | |
{ | |
return this._CoListOfficeKey; | |
} | |
set | |
{ | |
this.OnCoListOfficeKeyChanging(value); | |
this._CoListOfficeKey = value; | |
this.OnCoListOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListOfficeKey; | |
partial void OnCoListOfficeKeyChanging(string value); | |
partial void OnCoListOfficeKeyChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "CoListOfficeMlsId cannot be longer than 25 characters.")] | |
public virtual string CoListOfficeMlsId | |
{ | |
get | |
{ | |
return this._CoListOfficeMlsId; | |
} | |
set | |
{ | |
this.OnCoListOfficeMlsIdChanging(value); | |
this._CoListOfficeMlsId = value; | |
this.OnCoListOfficeMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListOfficeMlsId; | |
partial void OnCoListOfficeMlsIdChanging(string value); | |
partial void OnCoListOfficeMlsIdChanged(); | |
/// <summary> | |
/// The legal name of the brokerage co-representing the seller. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "CoListOfficeName cannot be longer than 255 characters.")] | |
public virtual string CoListOfficeName | |
{ | |
get | |
{ | |
return this._CoListOfficeName; | |
} | |
set | |
{ | |
this.OnCoListOfficeNameChanging(value); | |
this._CoListOfficeName = value; | |
this.OnCoListOfficeNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListOfficeName; | |
partial void OnCoListOfficeNameChanging(string value); | |
partial void OnCoListOfficeNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "CoListOfficePhone cannot be longer than 16 characters.")] | |
public virtual string CoListOfficePhone | |
{ | |
get | |
{ | |
return this._CoListOfficePhone; | |
} | |
set | |
{ | |
this.OnCoListOfficePhoneChanging(value); | |
this._CoListOfficePhone = value; | |
this.OnCoListOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListOfficePhone; | |
partial void OnCoListOfficePhoneChanging(string value); | |
partial void OnCoListOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "CoListOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string CoListOfficePhoneExt | |
{ | |
get | |
{ | |
return this._CoListOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnCoListOfficePhoneExtChanging(value); | |
this._CoListOfficePhoneExt = value; | |
this.OnCoListOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListOfficePhoneExt; | |
partial void OnCoListOfficePhoneExtChanging(string value); | |
partial void OnCoListOfficePhoneExtChanged(); | |
/// <summary> | |
/// The website URI for the co-listing office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "CoListOfficeURL cannot be longer than 8000 characters.")] | |
public virtual string CoListOfficeURL | |
{ | |
get | |
{ | |
return this._CoListOfficeURL; | |
} | |
set | |
{ | |
this.OnCoListOfficeURLChanging(value); | |
this._CoListOfficeURL = value; | |
this.OnCoListOfficeURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CoListOfficeURL; | |
partial void OnCoListOfficeURLChanging(string value); | |
partial void OnCoListOfficeURLChanged(); | |
/// <summary> | |
/// Common Interest is a type of ownership in a property that is composed of an individual lot or unit and a share of the ownership or use of common areas. A Common Interest Development (CID) is usually governed by a recorded set of Covenants, Conditions & Restrictions (CC&Rs). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.CommonInterest> CommonInterest | |
{ | |
get | |
{ | |
return this._CommonInterest; | |
} | |
set | |
{ | |
this.OnCommonInterestChanging(value); | |
this._CommonInterest = value; | |
this.OnCommonInterestChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.CommonInterest> _CommonInterest; | |
partial void OnCommonInterestChanging(global::System.Nullable<global::org.reso.metadata.enums.CommonInterest> value); | |
partial void OnCommonInterestChanged(); | |
/// <summary> | |
/// A multi select list with options like 1 Common Wall, 2 Common Walls, No Common Walls, No One Above, No One Below. Implementation should include rules preventing illogical selection combinations and to ensure consistency with the Property Attached Y/N field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CommonWalls> CommonWalls | |
{ | |
get | |
{ | |
return this._CommonWalls; | |
} | |
set | |
{ | |
this.OnCommonWallsChanging(value); | |
this._CommonWalls = value; | |
this.OnCommonWallsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CommonWalls> _CommonWalls = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CommonWalls>(); | |
partial void OnCommonWallsChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CommonWalls> value); | |
partial void OnCommonWallsChanged(); | |
/// <summary> | |
/// A list of features related to, or available within, the community. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CommunityFeatures> CommunityFeatures | |
{ | |
get | |
{ | |
return this._CommunityFeatures; | |
} | |
set | |
{ | |
this.OnCommunityFeaturesChanging(value); | |
this._CommunityFeatures = value; | |
this.OnCommunityFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CommunityFeatures> _CommunityFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CommunityFeatures>(); | |
partial void OnCommunityFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CommunityFeatures> value); | |
partial void OnCommunityFeaturesChanged(); | |
/// <summary> | |
/// Are there concessions included in the sales agreement? Yes, No or Call Listing Agent | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.Concessions> Concessions | |
{ | |
get | |
{ | |
return this._Concessions; | |
} | |
set | |
{ | |
this.OnConcessionsChanging(value); | |
this._Concessions = value; | |
this.OnConcessionsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.Concessions> _Concessions; | |
partial void OnConcessionsChanging(global::System.Nullable<global::org.reso.metadata.enums.Concessions> value); | |
partial void OnConcessionsChanged(); | |
/// <summary> | |
/// The dollar amount of the concessions. If the concessions are made by the seller, some may subtract this value from the sales price as a means of calculating their own true price. If concessions are made by the buyer, some may add this amount to the sale price to create their own true price. Concessions made by both buyer and seller should be subtracted from each other providing a net value. Details of this calculation should be added to the Concessions Comments field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> ConcessionsAmount | |
{ | |
get | |
{ | |
return this._ConcessionsAmount; | |
} | |
set | |
{ | |
this.OnConcessionsAmountChanging(value); | |
this._ConcessionsAmount = value; | |
this.OnConcessionsAmountChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _ConcessionsAmount; | |
partial void OnConcessionsAmountChanging(global::System.Nullable<long> value); | |
partial void OnConcessionsAmountChanged(); | |
/// <summary> | |
/// Comments describing the concessions made by the buyer or the seller. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(200, ErrorMessage = "ConcessionsComments cannot be longer than 200 characters.")] | |
public virtual string ConcessionsComments | |
{ | |
get | |
{ | |
return this._ConcessionsComments; | |
} | |
set | |
{ | |
this.OnConcessionsCommentsChanging(value); | |
this._ConcessionsComments = value; | |
this.OnConcessionsCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ConcessionsComments; | |
partial void OnConcessionsCommentsChanging(string value); | |
partial void OnConcessionsCommentsChanged(); | |
/// <summary> | |
/// A list of the materials that were used in the construction of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ConstructionMaterials> ConstructionMaterials | |
{ | |
get | |
{ | |
return this._ConstructionMaterials; | |
} | |
set | |
{ | |
this.OnConstructionMaterialsChanging(value); | |
this._ConstructionMaterials = value; | |
this.OnConstructionMaterialsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ConstructionMaterials> _ConstructionMaterials = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ConstructionMaterials>(); | |
partial void OnConstructionMaterialsChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ConstructionMaterials> value); | |
partial void OnConstructionMaterialsChanged(); | |
/// <summary> | |
/// A sub-section or area of a continent. Examples would be Southern Europe or Scandinavia. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "ContinentRegion cannot be longer than 150 characters.")] | |
public virtual string ContinentRegion | |
{ | |
get | |
{ | |
return this._ContinentRegion; | |
} | |
set | |
{ | |
this.OnContinentRegionChanging(value); | |
this._ContinentRegion = value; | |
this.OnContinentRegionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ContinentRegion; | |
partial void OnContinentRegionChanging(string value); | |
partial void OnContinentRegionChanged(); | |
/// <summary> | |
/// A list of contingencies that must be satisfied in order to complete the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(1024, ErrorMessage = "Contingency cannot be longer than 1024 characters.")] | |
public virtual string Contingency | |
{ | |
get | |
{ | |
return this._Contingency; | |
} | |
set | |
{ | |
this.OnContingencyChanging(value); | |
this._Contingency = value; | |
this.OnContingencyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Contingency; | |
partial void OnContingencyChanging(string value); | |
partial void OnContingencyChanged(); | |
/// <summary> | |
/// The date an offer was made with a contingency. The Listing remains On Market. This is the date entered by the agent reflecting when the change occurred contractually, not a timestamp of when the change was made in the MLS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> ContingentDate | |
{ | |
get | |
{ | |
return this._ContingentDate; | |
} | |
set | |
{ | |
this.OnContingentDateChanging(value); | |
this._ContingentDate = value; | |
this.OnContingentDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _ContingentDate; | |
partial void OnContingentDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnContingentDateChanged(); | |
/// <summary> | |
/// The date of the listings contractual status change. This is not necessarily the time the agent made the change in the MLS system, but rather the date of the contractual change. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> ContractStatusChangeDate | |
{ | |
get | |
{ | |
return this._ContractStatusChangeDate; | |
} | |
set | |
{ | |
this.OnContractStatusChangeDateChanging(value); | |
this._ContractStatusChangeDate = value; | |
this.OnContractStatusChangeDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _ContractStatusChangeDate; | |
partial void OnContractStatusChangeDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnContractStatusChangeDateChanged(); | |
/// <summary> | |
/// A list describing the cooling or air conditioning features of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Cooling> Cooling | |
{ | |
get | |
{ | |
return this._Cooling; | |
} | |
set | |
{ | |
this.OnCoolingChanging(value); | |
this._Cooling = value; | |
this.OnCoolingChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Cooling> _Cooling = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Cooling>(); | |
partial void OnCoolingChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Cooling> value); | |
partial void OnCoolingChanged(); | |
/// <summary> | |
/// The property has cooling or Air Conditioning. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> CoolingYN | |
{ | |
get | |
{ | |
return this._CoolingYN; | |
} | |
set | |
{ | |
this.OnCoolingYNChanging(value); | |
this._CoolingYN = value; | |
this.OnCoolingYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _CoolingYN; | |
partial void OnCoolingYNChanging(global::System.Nullable<bool> value); | |
partial void OnCoolingYNChanged(); | |
/// <summary> | |
/// Notice of the legal rights of the owner of the information or data. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(500, ErrorMessage = "CopyrightNotice cannot be longer than 500 characters.")] | |
public virtual string CopyrightNotice | |
{ | |
get | |
{ | |
return this._CopyrightNotice; | |
} | |
set | |
{ | |
this.OnCopyrightNoticeChanging(value); | |
this._CopyrightNotice = value; | |
this.OnCopyrightNoticeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CopyrightNotice; | |
partial void OnCopyrightNoticeChanging(string value); | |
partial void OnCopyrightNoticeChanged(); | |
/// <summary> | |
/// The country abbreviation in a postal address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.Country> Country | |
{ | |
get | |
{ | |
return this._Country; | |
} | |
set | |
{ | |
this.OnCountryChanging(value); | |
this._Country = value; | |
this.OnCountryChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.Country> _Country; | |
partial void OnCountryChanging(global::System.Nullable<global::org.reso.metadata.enums.Country> value); | |
partial void OnCountryChanged(); | |
/// <summary> | |
/// A sub-section or area of a defined country. Examples would be Napa Valley in the US, or the Amalfi Coast in Italy. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "CountryRegion cannot be longer than 150 characters.")] | |
public virtual string CountryRegion | |
{ | |
get | |
{ | |
return this._CountryRegion; | |
} | |
set | |
{ | |
this.OnCountryRegionChanging(value); | |
this._CountryRegion = value; | |
this.OnCountryRegionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CountryRegion; | |
partial void OnCountryRegionChanging(string value); | |
partial void OnCountryRegionChanged(); | |
/// <summary> | |
/// The County, Parish or other regional authority | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> CountyOrParish | |
{ | |
get | |
{ | |
return this._CountyOrParish; | |
} | |
set | |
{ | |
this.OnCountyOrParishChanging(value); | |
this._CountyOrParish = value; | |
this.OnCountyOrParishChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> _CountyOrParish; | |
partial void OnCountyOrParishChanging(global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> value); | |
partial void OnCountyOrParishChanged(); | |
/// <summary> | |
/// The total number of garage and carport spaces. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> CoveredSpaces | |
{ | |
get | |
{ | |
return this._CoveredSpaces; | |
} | |
set | |
{ | |
this.OnCoveredSpacesChanging(value); | |
this._CoveredSpaces = value; | |
this.OnCoveredSpacesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _CoveredSpaces; | |
partial void OnCoveredSpacesChanging(global::System.Nullable<decimal> value); | |
partial void OnCoveredSpacesChanged(); | |
/// <summary> | |
/// Are crops included in the sale of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> CropsIncludedYN | |
{ | |
get | |
{ | |
return this._CropsIncludedYN; | |
} | |
set | |
{ | |
this.OnCropsIncludedYNChanging(value); | |
this._CropsIncludedYN = value; | |
this.OnCropsIncludedYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _CropsIncludedYN; | |
partial void OnCropsIncludedYNChanging(global::System.Nullable<bool> value); | |
partial void OnCropsIncludedYNChanged(); | |
/// <summary> | |
/// Nearest cross streets to the property. This field is in addition to, and independent of, the driving directions field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "CrossStreet cannot be longer than 50 characters.")] | |
public virtual string CrossStreet | |
{ | |
get | |
{ | |
return this._CrossStreet; | |
} | |
set | |
{ | |
this.OnCrossStreetChanging(value); | |
this._CrossStreet = value; | |
this.OnCrossStreetChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _CrossStreet; | |
partial void OnCrossStreetChanging(string value); | |
partial void OnCrossStreetChanged(); | |
/// <summary> | |
/// Measurement or percentage of the property that has been cultivated. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> CultivatedArea | |
{ | |
get | |
{ | |
return this._CultivatedArea; | |
} | |
set | |
{ | |
this.OnCultivatedAreaChanging(value); | |
this._CultivatedArea = value; | |
this.OnCultivatedAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _CultivatedArea; | |
partial void OnCultivatedAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnCultivatedAreaChanged(); | |
/// <summary> | |
/// The number of days the property is on market, as defined by the MLS business rules. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> CumulativeDaysOnMarket | |
{ | |
get | |
{ | |
return this._CumulativeDaysOnMarket; | |
} | |
set | |
{ | |
this.OnCumulativeDaysOnMarketChanging(value); | |
this._CumulativeDaysOnMarket = value; | |
this.OnCumulativeDaysOnMarketChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _CumulativeDaysOnMarket; | |
partial void OnCumulativeDaysOnMarketChanging(global::System.Nullable<long> value); | |
partial void OnCumulativeDaysOnMarketChanged(); | |
/// <summary> | |
/// A list of options that describe the type of financing that the seller currently has in place for the property being sold. i.e. cash, assumable, FHA loan, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CurrentFinancing> CurrentFinancing | |
{ | |
get | |
{ | |
return this._CurrentFinancing; | |
} | |
set | |
{ | |
this.OnCurrentFinancingChanging(value); | |
this._CurrentFinancing = value; | |
this.OnCurrentFinancingChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CurrentFinancing> _CurrentFinancing = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CurrentFinancing>(); | |
partial void OnCurrentFinancingChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CurrentFinancing> value); | |
partial void OnCurrentFinancingChanged(); | |
/// <summary> | |
/// A list of the type(s) of current use of the property. The current use of the property is an important factor in understanding the overall condition of the land and determining it's appropriateness for intended use. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CurrentUse> CurrentUse | |
{ | |
get | |
{ | |
return this._CurrentUse; | |
} | |
set | |
{ | |
this.OnCurrentUseChanging(value); | |
this._CurrentUse = value; | |
this.OnCurrentUseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CurrentUse> _CurrentUse = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CurrentUse>(); | |
partial void OnCurrentUseChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.CurrentUse> value); | |
partial void OnCurrentUseChanged(); | |
/// <summary> | |
/// Department of Housing decal number for the mobile or manufactured home. For the first or only unit/section use DOH 1 over DOH 2 or 3. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "DOH1 cannot be longer than 25 characters.")] | |
public virtual string DOH1 | |
{ | |
get | |
{ | |
return this._DOH1; | |
} | |
set | |
{ | |
this.OnDOH1Changing(value); | |
this._DOH1 = value; | |
this.OnDOH1Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DOH1; | |
partial void OnDOH1Changing(string value); | |
partial void OnDOH1Changed(); | |
/// <summary> | |
/// Department of Housing decal number for the mobile or manufactured home. For two units/sections use DOH 1 and 2 over DOH 3. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "DOH2 cannot be longer than 25 characters.")] | |
public virtual string DOH2 | |
{ | |
get | |
{ | |
return this._DOH2; | |
} | |
set | |
{ | |
this.OnDOH2Changing(value); | |
this._DOH2 = value; | |
this.OnDOH2Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DOH2; | |
partial void OnDOH2Changing(string value); | |
partial void OnDOH2Changed(); | |
/// <summary> | |
/// Department of Housing decal number for the mobile or manufactured home. For two units/sections use DOH 1 and 2 over DOH 3. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "DOH3 cannot be longer than 25 characters.")] | |
public virtual string DOH3 | |
{ | |
get | |
{ | |
return this._DOH3; | |
} | |
set | |
{ | |
this.OnDOH3Changing(value); | |
this._DOH3 = value; | |
this.OnDOH3Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DOH3; | |
partial void OnDOH3Changing(string value); | |
partial void OnDOH3Changed(); | |
/// <summary> | |
/// The number of days the listing is on market, as defined by the MLS business rules. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DaysOnMarket | |
{ | |
get | |
{ | |
return this._DaysOnMarket; | |
} | |
set | |
{ | |
this.OnDaysOnMarketChanging(value); | |
this._DaysOnMarket = value; | |
this.OnDaysOnMarketChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DaysOnMarket; | |
partial void OnDaysOnMarketChanging(global::System.Nullable<long> value); | |
partial void OnDaysOnMarketChanged(); | |
/// <summary> | |
/// A list of the Development Status of the property. The developmental status of land is an important factor in selling, purchasing and developing of land properties. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DevelopmentStatus> DevelopmentStatus | |
{ | |
get | |
{ | |
return this._DevelopmentStatus; | |
} | |
set | |
{ | |
this.OnDevelopmentStatusChanging(value); | |
this._DevelopmentStatus = value; | |
this.OnDevelopmentStatusChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DevelopmentStatus> _DevelopmentStatus = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DevelopmentStatus>(); | |
partial void OnDevelopmentStatusChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DevelopmentStatus> value); | |
partial void OnDevelopmentStatusChanged(); | |
/// <summary> | |
/// The compass direction that the main entrance to the building faces. For example, North, South, East, West, South-West, etc. It may also be known as the building exposure. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.DirectionFaces> DirectionFaces | |
{ | |
get | |
{ | |
return this._DirectionFaces; | |
} | |
set | |
{ | |
this.OnDirectionFacesChanging(value); | |
this._DirectionFaces = value; | |
this.OnDirectionFacesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.DirectionFaces> _DirectionFaces; | |
partial void OnDirectionFacesChanging(global::System.Nullable<global::org.reso.metadata.enums.DirectionFaces> value); | |
partial void OnDirectionFacesChanged(); | |
/// <summary> | |
/// Driving directions to the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(1024, ErrorMessage = "Directions cannot be longer than 1024 characters.")] | |
public virtual string Directions | |
{ | |
get | |
{ | |
return this._Directions; | |
} | |
set | |
{ | |
this.OnDirectionsChanging(value); | |
this._Directions = value; | |
this.OnDirectionsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Directions; | |
partial void OnDirectionsChanging(string value); | |
partial void OnDirectionsChanged(); | |
/// <summary> | |
/// Text that serves as the negation or limitation of the rights under a warranty given by a seller to a buyer. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(500, ErrorMessage = "Disclaimer cannot be longer than 500 characters.")] | |
public virtual string Disclaimer | |
{ | |
get | |
{ | |
return this._Disclaimer; | |
} | |
set | |
{ | |
this.OnDisclaimerChanging(value); | |
this._Disclaimer = value; | |
this.OnDisclaimerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Disclaimer; | |
partial void OnDisclaimerChanging(string value); | |
partial void OnDisclaimerChanged(); | |
/// <summary> | |
/// Legal or pertinent information that should be disclosed to potential buyer's agents. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Disclosures> Disclosures | |
{ | |
get | |
{ | |
return this._Disclosures; | |
} | |
set | |
{ | |
this.OnDisclosuresChanging(value); | |
this._Disclosures = value; | |
this.OnDisclosuresChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Disclosures> _Disclosures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Disclosures>(); | |
partial void OnDisclosuresChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Disclosures> value); | |
partial void OnDisclosuresChanged(); | |
/// <summary> | |
/// A textual description of the distance to local bus stops. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToBusComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToBusComments | |
{ | |
get | |
{ | |
return this._DistanceToBusComments; | |
} | |
set | |
{ | |
this.OnDistanceToBusCommentsChanging(value); | |
this._DistanceToBusComments = value; | |
this.OnDistanceToBusCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToBusComments; | |
partial void OnDistanceToBusCommentsChanging(string value); | |
partial void OnDistanceToBusCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the nearest bus stop. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToBusNumeric | |
{ | |
get | |
{ | |
return this._DistanceToBusNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToBusNumericChanging(value); | |
this._DistanceToBusNumeric = value; | |
this.OnDistanceToBusNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToBusNumeric; | |
partial void OnDistanceToBusNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToBusNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToBusUnits | |
{ | |
get | |
{ | |
return this._DistanceToBusUnits; | |
} | |
set | |
{ | |
this.OnDistanceToBusUnitsChanging(value); | |
this._DistanceToBusUnits = value; | |
this.OnDistanceToBusUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToBusUnits; | |
partial void OnDistanceToBusUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToBusUnitsChanged(); | |
/// <summary> | |
/// If the property does not currently have electrical utility, is service available and if so, what is the distance. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToElectricComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToElectricComments | |
{ | |
get | |
{ | |
return this._DistanceToElectricComments; | |
} | |
set | |
{ | |
this.OnDistanceToElectricCommentsChanging(value); | |
this._DistanceToElectricComments = value; | |
this.OnDistanceToElectricCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToElectricComments; | |
partial void OnDistanceToElectricCommentsChanging(string value); | |
partial void OnDistanceToElectricCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the electrical utility. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToElectricNumeric | |
{ | |
get | |
{ | |
return this._DistanceToElectricNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToElectricNumericChanging(value); | |
this._DistanceToElectricNumeric = value; | |
this.OnDistanceToElectricNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToElectricNumeric; | |
partial void OnDistanceToElectricNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToElectricNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToElectricUnits | |
{ | |
get | |
{ | |
return this._DistanceToElectricUnits; | |
} | |
set | |
{ | |
this.OnDistanceToElectricUnitsChanging(value); | |
this._DistanceToElectricUnits = value; | |
this.OnDistanceToElectricUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToElectricUnits; | |
partial void OnDistanceToElectricUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToElectricUnitsChanged(); | |
/// <summary> | |
/// A textual description of the distance to freeways. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToFreewayComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToFreewayComments | |
{ | |
get | |
{ | |
return this._DistanceToFreewayComments; | |
} | |
set | |
{ | |
this.OnDistanceToFreewayCommentsChanging(value); | |
this._DistanceToFreewayComments = value; | |
this.OnDistanceToFreewayCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToFreewayComments; | |
partial void OnDistanceToFreewayCommentsChanging(string value); | |
partial void OnDistanceToFreewayCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the nearest freeway. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToFreewayNumeric | |
{ | |
get | |
{ | |
return this._DistanceToFreewayNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToFreewayNumericChanging(value); | |
this._DistanceToFreewayNumeric = value; | |
this.OnDistanceToFreewayNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToFreewayNumeric; | |
partial void OnDistanceToFreewayNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToFreewayNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToFreewayUnits | |
{ | |
get | |
{ | |
return this._DistanceToFreewayUnits; | |
} | |
set | |
{ | |
this.OnDistanceToFreewayUnitsChanging(value); | |
this._DistanceToFreewayUnits = value; | |
this.OnDistanceToFreewayUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToFreewayUnits; | |
partial void OnDistanceToFreewayUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToFreewayUnitsChanged(); | |
/// <summary> | |
/// If the property does not currently have natural gas utility, is service available and if so, what is the distance. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToGasComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToGasComments | |
{ | |
get | |
{ | |
return this._DistanceToGasComments; | |
} | |
set | |
{ | |
this.OnDistanceToGasCommentsChanging(value); | |
this._DistanceToGasComments = value; | |
this.OnDistanceToGasCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToGasComments; | |
partial void OnDistanceToGasCommentsChanging(string value); | |
partial void OnDistanceToGasCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the gas utility. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToGasNumeric | |
{ | |
get | |
{ | |
return this._DistanceToGasNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToGasNumericChanging(value); | |
this._DistanceToGasNumeric = value; | |
this.OnDistanceToGasNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToGasNumeric; | |
partial void OnDistanceToGasNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToGasNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToGasUnits | |
{ | |
get | |
{ | |
return this._DistanceToGasUnits; | |
} | |
set | |
{ | |
this.OnDistanceToGasUnitsChanging(value); | |
this._DistanceToGasUnits = value; | |
this.OnDistanceToGasUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToGasUnits; | |
partial void OnDistanceToGasUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToGasUnitsChanged(); | |
/// <summary> | |
/// If the property does not currently have phone service, is service available and if so, what is the distance. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToPhoneServiceComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToPhoneServiceComments | |
{ | |
get | |
{ | |
return this._DistanceToPhoneServiceComments; | |
} | |
set | |
{ | |
this.OnDistanceToPhoneServiceCommentsChanging(value); | |
this._DistanceToPhoneServiceComments = value; | |
this.OnDistanceToPhoneServiceCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToPhoneServiceComments; | |
partial void OnDistanceToPhoneServiceCommentsChanging(string value); | |
partial void OnDistanceToPhoneServiceCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the phone utility. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToPhoneServiceNumeric | |
{ | |
get | |
{ | |
return this._DistanceToPhoneServiceNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToPhoneServiceNumericChanging(value); | |
this._DistanceToPhoneServiceNumeric = value; | |
this.OnDistanceToPhoneServiceNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToPhoneServiceNumeric; | |
partial void OnDistanceToPhoneServiceNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToPhoneServiceNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feet, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToPhoneServiceUnits | |
{ | |
get | |
{ | |
return this._DistanceToPhoneServiceUnits; | |
} | |
set | |
{ | |
this.OnDistanceToPhoneServiceUnitsChanging(value); | |
this._DistanceToPhoneServiceUnits = value; | |
this.OnDistanceToPhoneServiceUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToPhoneServiceUnits; | |
partial void OnDistanceToPhoneServiceUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToPhoneServiceUnitsChanged(); | |
/// <summary> | |
/// A textual description of the distance to local places of worship. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToPlaceofWorshipComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToPlaceofWorshipComments | |
{ | |
get | |
{ | |
return this._DistanceToPlaceofWorshipComments; | |
} | |
set | |
{ | |
this.OnDistanceToPlaceofWorshipCommentsChanging(value); | |
this._DistanceToPlaceofWorshipComments = value; | |
this.OnDistanceToPlaceofWorshipCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToPlaceofWorshipComments; | |
partial void OnDistanceToPlaceofWorshipCommentsChanging(string value); | |
partial void OnDistanceToPlaceofWorshipCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the nearest place of worship. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToPlaceofWorshipNumeric | |
{ | |
get | |
{ | |
return this._DistanceToPlaceofWorshipNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToPlaceofWorshipNumericChanging(value); | |
this._DistanceToPlaceofWorshipNumeric = value; | |
this.OnDistanceToPlaceofWorshipNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToPlaceofWorshipNumeric; | |
partial void OnDistanceToPlaceofWorshipNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToPlaceofWorshipNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToPlaceofWorshipUnits | |
{ | |
get | |
{ | |
return this._DistanceToPlaceofWorshipUnits; | |
} | |
set | |
{ | |
this.OnDistanceToPlaceofWorshipUnitsChanging(value); | |
this._DistanceToPlaceofWorshipUnits = value; | |
this.OnDistanceToPlaceofWorshipUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToPlaceofWorshipUnits; | |
partial void OnDistanceToPlaceofWorshipUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToPlaceofWorshipUnitsChanged(); | |
/// <summary> | |
/// Distance from the property to the nearest school bus pickup point. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToSchoolBusComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToSchoolBusComments | |
{ | |
get | |
{ | |
return this._DistanceToSchoolBusComments; | |
} | |
set | |
{ | |
this.OnDistanceToSchoolBusCommentsChanging(value); | |
this._DistanceToSchoolBusComments = value; | |
this.OnDistanceToSchoolBusCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToSchoolBusComments; | |
partial void OnDistanceToSchoolBusCommentsChanging(string value); | |
partial void OnDistanceToSchoolBusCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the nearest school bus pickup point. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToSchoolBusNumeric | |
{ | |
get | |
{ | |
return this._DistanceToSchoolBusNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToSchoolBusNumericChanging(value); | |
this._DistanceToSchoolBusNumeric = value; | |
this.OnDistanceToSchoolBusNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToSchoolBusNumeric; | |
partial void OnDistanceToSchoolBusNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToSchoolBusNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToSchoolBusUnits | |
{ | |
get | |
{ | |
return this._DistanceToSchoolBusUnits; | |
} | |
set | |
{ | |
this.OnDistanceToSchoolBusUnitsChanging(value); | |
this._DistanceToSchoolBusUnits = value; | |
this.OnDistanceToSchoolBusUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToSchoolBusUnits; | |
partial void OnDistanceToSchoolBusUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToSchoolBusUnitsChanged(); | |
/// <summary> | |
/// A textual description of the distance to local schools. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToSchoolsComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToSchoolsComments | |
{ | |
get | |
{ | |
return this._DistanceToSchoolsComments; | |
} | |
set | |
{ | |
this.OnDistanceToSchoolsCommentsChanging(value); | |
this._DistanceToSchoolsComments = value; | |
this.OnDistanceToSchoolsCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToSchoolsComments; | |
partial void OnDistanceToSchoolsCommentsChanging(string value); | |
partial void OnDistanceToSchoolsCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the nearest school. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToSchoolsNumeric | |
{ | |
get | |
{ | |
return this._DistanceToSchoolsNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToSchoolsNumericChanging(value); | |
this._DistanceToSchoolsNumeric = value; | |
this.OnDistanceToSchoolsNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToSchoolsNumeric; | |
partial void OnDistanceToSchoolsNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToSchoolsNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToSchoolsUnits | |
{ | |
get | |
{ | |
return this._DistanceToSchoolsUnits; | |
} | |
set | |
{ | |
this.OnDistanceToSchoolsUnitsChanging(value); | |
this._DistanceToSchoolsUnits = value; | |
this.OnDistanceToSchoolsUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToSchoolsUnits; | |
partial void OnDistanceToSchoolsUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToSchoolsUnitsChanged(); | |
/// <summary> | |
/// If the property does not currently have sewer or septic, is sewer service available and if so, what is the distance. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToSewerComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToSewerComments | |
{ | |
get | |
{ | |
return this._DistanceToSewerComments; | |
} | |
set | |
{ | |
this.OnDistanceToSewerCommentsChanging(value); | |
this._DistanceToSewerComments = value; | |
this.OnDistanceToSewerCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToSewerComments; | |
partial void OnDistanceToSewerCommentsChanging(string value); | |
partial void OnDistanceToSewerCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the sewer utility. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToSewerNumeric | |
{ | |
get | |
{ | |
return this._DistanceToSewerNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToSewerNumericChanging(value); | |
this._DistanceToSewerNumeric = value; | |
this.OnDistanceToSewerNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToSewerNumeric; | |
partial void OnDistanceToSewerNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToSewerNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToSewerUnits | |
{ | |
get | |
{ | |
return this._DistanceToSewerUnits; | |
} | |
set | |
{ | |
this.OnDistanceToSewerUnitsChanging(value); | |
this._DistanceToSewerUnits = value; | |
this.OnDistanceToSewerUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToSewerUnits; | |
partial void OnDistanceToSewerUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToSewerUnitsChanged(); | |
/// <summary> | |
/// A description of the distance to primary shopping sources such as groceries, gasoline, clothing or department stores. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToShoppingComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToShoppingComments | |
{ | |
get | |
{ | |
return this._DistanceToShoppingComments; | |
} | |
set | |
{ | |
this.OnDistanceToShoppingCommentsChanging(value); | |
this._DistanceToShoppingComments = value; | |
this.OnDistanceToShoppingCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToShoppingComments; | |
partial void OnDistanceToShoppingCommentsChanging(string value); | |
partial void OnDistanceToShoppingCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the nearest shopping. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToShoppingNumeric | |
{ | |
get | |
{ | |
return this._DistanceToShoppingNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToShoppingNumericChanging(value); | |
this._DistanceToShoppingNumeric = value; | |
this.OnDistanceToShoppingNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToShoppingNumeric; | |
partial void OnDistanceToShoppingNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToShoppingNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToShoppingUnits | |
{ | |
get | |
{ | |
return this._DistanceToShoppingUnits; | |
} | |
set | |
{ | |
this.OnDistanceToShoppingUnitsChanging(value); | |
this._DistanceToShoppingUnits = value; | |
this.OnDistanceToShoppingUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToShoppingUnits; | |
partial void OnDistanceToShoppingUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToShoppingUnitsChanged(); | |
/// <summary> | |
/// If the property does not have a maintained road or street adjacent to the lot, what are the conditions of access and distance to a maintained road. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToStreetComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToStreetComments | |
{ | |
get | |
{ | |
return this._DistanceToStreetComments; | |
} | |
set | |
{ | |
this.OnDistanceToStreetCommentsChanging(value); | |
this._DistanceToStreetComments = value; | |
this.OnDistanceToStreetCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToStreetComments; | |
partial void OnDistanceToStreetCommentsChanging(string value); | |
partial void OnDistanceToStreetCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the street. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToStreetNumeric | |
{ | |
get | |
{ | |
return this._DistanceToStreetNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToStreetNumericChanging(value); | |
this._DistanceToStreetNumeric = value; | |
this.OnDistanceToStreetNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToStreetNumeric; | |
partial void OnDistanceToStreetNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToStreetNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToStreetUnits | |
{ | |
get | |
{ | |
return this._DistanceToStreetUnits; | |
} | |
set | |
{ | |
this.OnDistanceToStreetUnitsChanging(value); | |
this._DistanceToStreetUnits = value; | |
this.OnDistanceToStreetUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToStreetUnits; | |
partial void OnDistanceToStreetUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToStreetUnitsChanged(); | |
/// <summary> | |
/// If the property does not currently have water utility, is service available and if so, what is the distance. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "DistanceToWaterComments cannot be longer than 255 characters.")] | |
public virtual string DistanceToWaterComments | |
{ | |
get | |
{ | |
return this._DistanceToWaterComments; | |
} | |
set | |
{ | |
this.OnDistanceToWaterCommentsChanging(value); | |
this._DistanceToWaterComments = value; | |
this.OnDistanceToWaterCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DistanceToWaterComments; | |
partial void OnDistanceToWaterCommentsChanging(string value); | |
partial void OnDistanceToWaterCommentsChanged(); | |
/// <summary> | |
/// Numeric distance from the property to the water utility. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DistanceToWaterNumeric | |
{ | |
get | |
{ | |
return this._DistanceToWaterNumeric; | |
} | |
set | |
{ | |
this.OnDistanceToWaterNumericChanging(value); | |
this._DistanceToWaterNumeric = value; | |
this.OnDistanceToWaterNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DistanceToWaterNumeric; | |
partial void OnDistanceToWaterNumericChanging(global::System.Nullable<long> value); | |
partial void OnDistanceToWaterNumericChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> DistanceToWaterUnits | |
{ | |
get | |
{ | |
return this._DistanceToWaterUnits; | |
} | |
set | |
{ | |
this.OnDistanceToWaterUnitsChanging(value); | |
this._DistanceToWaterUnits = value; | |
this.OnDistanceToWaterUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _DistanceToWaterUnits; | |
partial void OnDistanceToWaterUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnDistanceToWaterUnitsChanged(); | |
/// <summary> | |
/// A list of the Documents available for the property. Knowing what documents are available for the property is valuable information. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DocumentsAvailable> DocumentsAvailable | |
{ | |
get | |
{ | |
return this._DocumentsAvailable; | |
} | |
set | |
{ | |
this.OnDocumentsAvailableChanging(value); | |
this._DocumentsAvailable = value; | |
this.OnDocumentsAvailableChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DocumentsAvailable> _DocumentsAvailable = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DocumentsAvailable>(); | |
partial void OnDocumentsAvailableChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DocumentsAvailable> value); | |
partial void OnDocumentsAvailableChanged(); | |
/// <summary> | |
/// System generated timestamp of when the last update or change to the documents for this listing was made. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> DocumentsChangeTimestamp | |
{ | |
get | |
{ | |
return this._DocumentsChangeTimestamp; | |
} | |
set | |
{ | |
this.OnDocumentsChangeTimestampChanging(value); | |
this._DocumentsChangeTimestamp = value; | |
this.OnDocumentsChangeTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _DocumentsChangeTimestamp; | |
partial void OnDocumentsChangeTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnDocumentsChangeTimestampChanged(); | |
/// <summary> | |
/// The total number of documents or supplements included with the listings. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> DocumentsCount | |
{ | |
get | |
{ | |
return this._DocumentsCount; | |
} | |
set | |
{ | |
this.OnDocumentsCountChanging(value); | |
this._DocumentsCount = value; | |
this.OnDocumentsCountChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _DocumentsCount; | |
partial void OnDocumentsCountChanging(global::System.Nullable<long> value); | |
partial void OnDocumentsCountChanged(); | |
/// <summary> | |
/// A list of features or description of the doors included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DoorFeatures> DoorFeatures | |
{ | |
get | |
{ | |
return this._DoorFeatures; | |
} | |
set | |
{ | |
this.OnDoorFeaturesChanging(value); | |
this._DoorFeatures = value; | |
this.OnDoorFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DoorFeatures> _DoorFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DoorFeatures>(); | |
partial void OnDoorFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.DoorFeatures> value); | |
partial void OnDoorFeaturesChanged(); | |
/// <summary> | |
/// A commission arrangement in which the seller agrees to pay a specified commission to the listing broker if the property is sold through the efforts of a cooperating broker, but the seller pays the Listing broker a different commission amount if the sale occurs if:1) there is no cooperating broker involved or 2) due to the efforts of the seller directly. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> DualVariableCompensationYN | |
{ | |
get | |
{ | |
return this._DualVariableCompensationYN; | |
} | |
set | |
{ | |
this.OnDualVariableCompensationYNChanging(value); | |
this._DualVariableCompensationYN = value; | |
this.OnDualVariableCompensationYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _DualVariableCompensationYN; | |
partial void OnDualVariableCompensationYNChanging(global::System.Nullable<bool> value); | |
partial void OnDualVariableCompensationYNChanged(); | |
/// <summary> | |
/// A list of electric-service related features of the property (e.g. 110 Volt, 3 Phase, 220 Volt, RV Hookup). Note: the previous "Electric" field was renamed to DistanceToElectricComments | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Electric> Electric | |
{ | |
get | |
{ | |
return this._Electric; | |
} | |
set | |
{ | |
this.OnElectricChanging(value); | |
this._Electric = value; | |
this.OnElectricChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Electric> _Electric = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Electric>(); | |
partial void OnElectricChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Electric> value); | |
partial void OnElectricChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> ElectricExpense | |
{ | |
get | |
{ | |
return this._ElectricExpense; | |
} | |
set | |
{ | |
this.OnElectricExpenseChanging(value); | |
this._ElectricExpense = value; | |
this.OnElectricExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _ElectricExpense; | |
partial void OnElectricExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnElectricExpenseChanged(); | |
/// <summary> | |
/// Does the property currently have electrical utility available on the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> ElectricOnPropertyYN | |
{ | |
get | |
{ | |
return this._ElectricOnPropertyYN; | |
} | |
set | |
{ | |
this.OnElectricOnPropertyYNChanging(value); | |
this._ElectricOnPropertyYN = value; | |
this.OnElectricOnPropertyYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _ElectricOnPropertyYN; | |
partial void OnElectricOnPropertyYNChanging(global::System.Nullable<bool> value); | |
partial void OnElectricOnPropertyYNChanged(); | |
/// <summary> | |
/// The name of the primary school having a catchment area that includes the associated property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.ElementarySchool> ElementarySchool | |
{ | |
get | |
{ | |
return this._ElementarySchool; | |
} | |
set | |
{ | |
this.OnElementarySchoolChanging(value); | |
this._ElementarySchool = value; | |
this.OnElementarySchoolChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.ElementarySchool> _ElementarySchool; | |
partial void OnElementarySchoolChanging(global::System.Nullable<global::org.reso.metadata.enums.ElementarySchool> value); | |
partial void OnElementarySchoolChanged(); | |
/// <summary> | |
/// The name of the elementary school district having a catchment area that includes the associated property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.ElementarySchoolDistrict> ElementarySchoolDistrict | |
{ | |
get | |
{ | |
return this._ElementarySchoolDistrict; | |
} | |
set | |
{ | |
this.OnElementarySchoolDistrictChanging(value); | |
this._ElementarySchoolDistrict = value; | |
this.OnElementarySchoolDistrictChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.ElementarySchoolDistrict> _ElementarySchoolDistrict; | |
partial void OnElementarySchoolDistrictChanging(global::System.Nullable<global::org.reso.metadata.enums.ElementarySchoolDistrict> value); | |
partial void OnElementarySchoolDistrictChanged(); | |
/// <summary> | |
/// The elevation of the property in relation to sea level. Use the Elevation Units field to communicate the unit of measurement. i.e. Feet or Meters. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> Elevation | |
{ | |
get | |
{ | |
return this._Elevation; | |
} | |
set | |
{ | |
this.OnElevationChanging(value); | |
this._Elevation = value; | |
this.OnElevationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _Elevation; | |
partial void OnElevationChanging(global::System.Nullable<long> value); | |
partial void OnElevationChanged(); | |
/// <summary> | |
/// A pick list of the unit of measurement used in the Elevation field. i.e. Feet, Meters. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> ElevationUnits | |
{ | |
get | |
{ | |
return this._ElevationUnits; | |
} | |
set | |
{ | |
this.OnElevationUnitsChanging(value); | |
this._ElevationUnits = value; | |
this.OnElevationUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _ElevationUnits; | |
partial void OnElevationUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnElevationUnitsChanged(); | |
/// <summary> | |
/// A numeric field that describes the level within the structure, SFR or a unit in a building, where the main entry to the dwelling is located. When a unit has one floor it is implicit that this is also the level of the unit itself. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> EntryLevel | |
{ | |
get | |
{ | |
return this._EntryLevel; | |
} | |
set | |
{ | |
this.OnEntryLevelChanging(value); | |
this._EntryLevel = value; | |
this.OnEntryLevelChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _EntryLevel; | |
partial void OnEntryLevelChanging(global::System.Nullable<long> value); | |
partial void OnEntryLevelChanged(); | |
/// <summary> | |
/// A description of the main entry way to the property. i.e. Elevator, Ground Level w/ Steps, Ground Level w/o Steps, Mid Level, Top Level, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "EntryLocation cannot be longer than 50 characters.")] | |
public virtual string EntryLocation | |
{ | |
get | |
{ | |
return this._EntryLocation; | |
} | |
set | |
{ | |
this.OnEntryLocationChanging(value); | |
this._EntryLocation = value; | |
this.OnEntryLocationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _EntryLocation; | |
partial void OnEntryLocationChanging(string value); | |
partial void OnEntryLocationChanged(); | |
/// <summary> | |
/// Elements of the property that will not be included in the sale. i.e. Chandeliers will be removed prior to close. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(1024, ErrorMessage = "Exclusions cannot be longer than 1024 characters.")] | |
public virtual string Exclusions | |
{ | |
get | |
{ | |
return this._Exclusions; | |
} | |
set | |
{ | |
this.OnExclusionsChanging(value); | |
this._Exclusions = value; | |
this.OnExclusionsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Exclusions; | |
partial void OnExclusionsChanging(string value); | |
partial void OnExclusionsChanged(); | |
/// <summary> | |
/// Information about the status of the existing lease on the property. i.e. Net, NNN, NN, Gross, Absolute Net, Escalation Clause, Ground Lease, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ExistingLeaseType> ExistingLeaseType | |
{ | |
get | |
{ | |
return this._ExistingLeaseType; | |
} | |
set | |
{ | |
this.OnExistingLeaseTypeChanging(value); | |
this._ExistingLeaseType = value; | |
this.OnExistingLeaseTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ExistingLeaseType> _ExistingLeaseType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ExistingLeaseType>(); | |
partial void OnExistingLeaseTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ExistingLeaseType> value); | |
partial void OnExistingLeaseTypeChanged(); | |
/// <summary> | |
/// The date when the listing agreement will expire. This is the date entered by the agent reflecting when the change occurred, or will occur, contractually, not a timestamp of when the change was made in the MLS. The expiration date of listings, prior to their expiration, cancellation, sale or lease, is confidential information and should be restricted to the agent and their managers, partners or broker. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> ExpirationDate | |
{ | |
get | |
{ | |
return this._ExpirationDate; | |
} | |
set | |
{ | |
this.OnExpirationDateChanging(value); | |
this._ExpirationDate = value; | |
this.OnExpirationDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _ExpirationDate; | |
partial void OnExpirationDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnExpirationDateChanged(); | |
/// <summary> | |
/// A list of features or description of the exterior of the property included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ExteriorFeatures> ExteriorFeatures | |
{ | |
get | |
{ | |
return this._ExteriorFeatures; | |
} | |
set | |
{ | |
this.OnExteriorFeaturesChanging(value); | |
this._ExteriorFeatures = value; | |
this.OnExteriorFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ExteriorFeatures> _ExteriorFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ExteriorFeatures>(); | |
partial void OnExteriorFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ExteriorFeatures> value); | |
partial void OnExteriorFeaturesChanged(); | |
/// <summary> | |
/// Specifies whether or not Farm Credit Service shares are included in the price of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> FarmCreditServiceInclYN | |
{ | |
get | |
{ | |
return this._FarmCreditServiceInclYN; | |
} | |
set | |
{ | |
this.OnFarmCreditServiceInclYNChanging(value); | |
this._FarmCreditServiceInclYN = value; | |
this.OnFarmCreditServiceInclYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _FarmCreditServiceInclYN; | |
partial void OnFarmCreditServiceInclYNChanging(global::System.Nullable<bool> value); | |
partial void OnFarmCreditServiceInclYNChanged(); | |
/// <summary> | |
/// The source of the measurements. This may be a pick list of options showing the source of the measurement. i.e. Agent, Assessor, Estimate, etc. This field applies to all farm area fields (Cultivated, Pasture, Range, Wooded) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaSource> FarmLandAreaSource | |
{ | |
get | |
{ | |
return this._FarmLandAreaSource; | |
} | |
set | |
{ | |
this.OnFarmLandAreaSourceChanging(value); | |
this._FarmLandAreaSource = value; | |
this.OnFarmLandAreaSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaSource> _FarmLandAreaSource; | |
partial void OnFarmLandAreaSourceChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaSource> value); | |
partial void OnFarmLandAreaSourceChanged(); | |
/// <summary> | |
/// A pick list of the unit of measurement for the area. i.e. Square Feet, Square Meters, Acres, etc. This field applies to all farm area fields (Cultivated, Pasture, Range, Wooded) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> FarmLandAreaUnits | |
{ | |
get | |
{ | |
return this._FarmLandAreaUnits; | |
} | |
set | |
{ | |
this.OnFarmLandAreaUnitsChanging(value); | |
this._FarmLandAreaUnits = value; | |
this.OnFarmLandAreaUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> _FarmLandAreaUnits; | |
partial void OnFarmLandAreaUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> value); | |
partial void OnFarmLandAreaUnitsChanged(); | |
/// <summary> | |
/// A list of types of fencing found at the property being sold. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Fencing> Fencing | |
{ | |
get | |
{ | |
return this._Fencing; | |
} | |
set | |
{ | |
this.OnFencingChanging(value); | |
this._Fencing = value; | |
this.OnFencingChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Fencing> _Fencing = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Fencing>(); | |
partial void OnFencingChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Fencing> value); | |
partial void OnFencingChanged(); | |
/// <summary> | |
/// The source of the Rental information. For example Accountant, Owner, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FinancialDataSource> FinancialDataSource | |
{ | |
get | |
{ | |
return this._FinancialDataSource; | |
} | |
set | |
{ | |
this.OnFinancialDataSourceChanging(value); | |
this._FinancialDataSource = value; | |
this.OnFinancialDataSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FinancialDataSource> _FinancialDataSource = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FinancialDataSource>(); | |
partial void OnFinancialDataSourceChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FinancialDataSource> value); | |
partial void OnFinancialDataSourceChanged(); | |
/// <summary> | |
/// A list of features or description of the fireplace(s) included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FireplaceFeatures> FireplaceFeatures | |
{ | |
get | |
{ | |
return this._FireplaceFeatures; | |
} | |
set | |
{ | |
this.OnFireplaceFeaturesChanging(value); | |
this._FireplaceFeatures = value; | |
this.OnFireplaceFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FireplaceFeatures> _FireplaceFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FireplaceFeatures>(); | |
partial void OnFireplaceFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FireplaceFeatures> value); | |
partial void OnFireplaceFeaturesChanged(); | |
/// <summary> | |
/// Does the property include a fireplace. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> FireplaceYN | |
{ | |
get | |
{ | |
return this._FireplaceYN; | |
} | |
set | |
{ | |
this.OnFireplaceYNChanging(value); | |
this._FireplaceYN = value; | |
this.OnFireplaceYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _FireplaceYN; | |
partial void OnFireplaceYNChanging(global::System.Nullable<bool> value); | |
partial void OnFireplaceYNChanged(); | |
/// <summary> | |
/// The total number of fireplaces included in the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> FireplacesTotal | |
{ | |
get | |
{ | |
return this._FireplacesTotal; | |
} | |
set | |
{ | |
this.OnFireplacesTotalChanging(value); | |
this._FireplacesTotal = value; | |
this.OnFireplacesTotalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _FireplacesTotal; | |
partial void OnFireplacesTotalChanging(global::System.Nullable<long> value); | |
partial void OnFireplacesTotalChanged(); | |
/// <summary> | |
/// A list of the type(s) of flooring found within the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Flooring> Flooring | |
{ | |
get | |
{ | |
return this._Flooring; | |
} | |
set | |
{ | |
this.OnFlooringChanging(value); | |
this._Flooring = value; | |
this.OnFlooringChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Flooring> _Flooring = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Flooring>(); | |
partial void OnFlooringChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Flooring> value); | |
partial void OnFlooringChanged(); | |
/// <summary> | |
/// The area or dimensions of the footprint of the structure on the lot. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> FoundationArea | |
{ | |
get | |
{ | |
return this._FoundationArea; | |
} | |
set | |
{ | |
this.OnFoundationAreaChanging(value); | |
this._FoundationArea = value; | |
this.OnFoundationAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _FoundationArea; | |
partial void OnFoundationAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnFoundationAreaChanged(); | |
/// <summary> | |
/// A list of the type(s) of foundation on which the property sits. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FoundationDetails> FoundationDetails | |
{ | |
get | |
{ | |
return this._FoundationDetails; | |
} | |
set | |
{ | |
this.OnFoundationDetailsChanging(value); | |
this._FoundationDetails = value; | |
this.OnFoundationDetailsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FoundationDetails> _FoundationDetails = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FoundationDetails>(); | |
partial void OnFoundationDetailsChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FoundationDetails> value); | |
partial void OnFoundationDetailsChanged(); | |
/// <summary> | |
/// Textual description of the length of the frontages selected in the Frontage Type field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "FrontageLength cannot be longer than 255 characters.")] | |
public virtual string FrontageLength | |
{ | |
get | |
{ | |
return this._FrontageLength; | |
} | |
set | |
{ | |
this.OnFrontageLengthChanging(value); | |
this._FrontageLength = value; | |
this.OnFrontageLengthChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _FrontageLength; | |
partial void OnFrontageLengthChanging(string value); | |
partial void OnFrontageLengthChanged(); | |
/// <summary> | |
/// Pick list of types of frontage. i.e. Oceanfront, Lakefront, Golf course, etc. Information about roads or road frontage should be located in the Road Frontage Type and Road Surface Type fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FrontageType> FrontageType | |
{ | |
get | |
{ | |
return this._FrontageType; | |
} | |
set | |
{ | |
this.OnFrontageTypeChanging(value); | |
this._FrontageType = value; | |
this.OnFrontageTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FrontageType> _FrontageType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FrontageType>(); | |
partial void OnFrontageTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.FrontageType> value); | |
partial void OnFrontageTypeChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> FuelExpense | |
{ | |
get | |
{ | |
return this._FuelExpense; | |
} | |
set | |
{ | |
this.OnFuelExpenseChanging(value); | |
this._FuelExpense = value; | |
this.OnFuelExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _FuelExpense; | |
partial void OnFuelExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnFuelExpenseChanged(); | |
/// <summary> | |
/// The property being leased is furnished, unfurnished or partially furnished. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.Furnished> Furnished | |
{ | |
get | |
{ | |
return this._Furnished; | |
} | |
set | |
{ | |
this.OnFurnishedChanging(value); | |
this._Furnished = value; | |
this.OnFurnishedChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.Furnished> _Furnished; | |
partial void OnFurnishedChanging(global::System.Nullable<global::org.reso.metadata.enums.Furnished> value); | |
partial void OnFurnishedChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> FurnitureReplacementExpense | |
{ | |
get | |
{ | |
return this._FurnitureReplacementExpense; | |
} | |
set | |
{ | |
this.OnFurnitureReplacementExpenseChanging(value); | |
this._FurnitureReplacementExpense = value; | |
this.OnFurnitureReplacementExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _FurnitureReplacementExpense; | |
partial void OnFurnitureReplacementExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnFurnitureReplacementExpenseChanged(); | |
/// <summary> | |
/// The number of spaces in the garage(s). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> GarageSpaces | |
{ | |
get | |
{ | |
return this._GarageSpaces; | |
} | |
set | |
{ | |
this.OnGarageSpacesChanging(value); | |
this._GarageSpaces = value; | |
this.OnGarageSpacesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _GarageSpaces; | |
partial void OnGarageSpacesChanging(global::System.Nullable<decimal> value); | |
partial void OnGarageSpacesChanged(); | |
/// <summary> | |
/// A flag indicating that the listing has a garage. This flag may be T/F, Y/N or other true, false or unknown indicator. As with all flags, the field may be null. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> GarageYN | |
{ | |
get | |
{ | |
return this._GarageYN; | |
} | |
set | |
{ | |
this.OnGarageYNChanging(value); | |
this._GarageYN = value; | |
this.OnGarageYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _GarageYN; | |
partial void OnGarageYNChanging(global::System.Nullable<bool> value); | |
partial void OnGarageYNChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> GardenerExpense | |
{ | |
get | |
{ | |
return this._GardenerExpense; | |
} | |
set | |
{ | |
this.OnGardenerExpenseChanging(value); | |
this._GardenerExpense = value; | |
this.OnGardenerExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _GardenerExpense; | |
partial void OnGardenerExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnGardenerExpenseChanged(); | |
/// <summary> | |
/// Specifies whether or not the property owner has grazing permits from the Bureau of Land Management. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> GrazingPermitsBlmYN | |
{ | |
get | |
{ | |
return this._GrazingPermitsBlmYN; | |
} | |
set | |
{ | |
this.OnGrazingPermitsBlmYNChanging(value); | |
this._GrazingPermitsBlmYN = value; | |
this.OnGrazingPermitsBlmYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _GrazingPermitsBlmYN; | |
partial void OnGrazingPermitsBlmYNChanging(global::System.Nullable<bool> value); | |
partial void OnGrazingPermitsBlmYNChanged(); | |
/// <summary> | |
/// Specifies whether or not the property owner has grazing permits from the Forestry Service. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> GrazingPermitsForestServiceYN | |
{ | |
get | |
{ | |
return this._GrazingPermitsForestServiceYN; | |
} | |
set | |
{ | |
this.OnGrazingPermitsForestServiceYNChanging(value); | |
this._GrazingPermitsForestServiceYN = value; | |
this.OnGrazingPermitsForestServiceYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _GrazingPermitsForestServiceYN; | |
partial void OnGrazingPermitsForestServiceYNChanging(global::System.Nullable<bool> value); | |
partial void OnGrazingPermitsForestServiceYNChanged(); | |
/// <summary> | |
/// Specifies whether or not the property owner has private grazing permits. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> GrazingPermitsPrivateYN | |
{ | |
get | |
{ | |
return this._GrazingPermitsPrivateYN; | |
} | |
set | |
{ | |
this.OnGrazingPermitsPrivateYNChanging(value); | |
this._GrazingPermitsPrivateYN = value; | |
this.OnGrazingPermitsPrivateYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _GrazingPermitsPrivateYN; | |
partial void OnGrazingPermitsPrivateYNChanging(global::System.Nullable<bool> value); | |
partial void OnGrazingPermitsPrivateYNChanged(); | |
/// <summary> | |
/// The name of the verification or certification awarded to a new or pre-existing residential or commercial structure. For example: LEED, Energy Star, ICC-700. In cases where more than one certification have been awarded, leverage multiple iterations of the green verification fields via the repeating element method. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenBuildingVerificationType> GreenBuildingVerificationType | |
{ | |
get | |
{ | |
return this._GreenBuildingVerificationType; | |
} | |
set | |
{ | |
this.OnGreenBuildingVerificationTypeChanging(value); | |
this._GreenBuildingVerificationType = value; | |
this.OnGreenBuildingVerificationTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenBuildingVerificationType> _GreenBuildingVerificationType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenBuildingVerificationType>(); | |
partial void OnGreenBuildingVerificationTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenBuildingVerificationType> value); | |
partial void OnGreenBuildingVerificationTypeChanged(); | |
/// <summary> | |
/// Pick list of general green attributes such as energy efficient doors, or appliances without naming specific elements with ratings that may wane over time. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenEnergyEfficient> GreenEnergyEfficient | |
{ | |
get | |
{ | |
return this._GreenEnergyEfficient; | |
} | |
set | |
{ | |
this.OnGreenEnergyEfficientChanging(value); | |
this._GreenEnergyEfficient = value; | |
this.OnGreenEnergyEfficientChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenEnergyEfficient> _GreenEnergyEfficient = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenEnergyEfficient>(); | |
partial void OnGreenEnergyEfficientChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenEnergyEfficient> value); | |
partial void OnGreenEnergyEfficientChanged(); | |
/// <summary> | |
/// Methods of generating power that are included in the sale or lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenEnergyGeneration> GreenEnergyGeneration | |
{ | |
get | |
{ | |
return this._GreenEnergyGeneration; | |
} | |
set | |
{ | |
this.OnGreenEnergyGenerationChanging(value); | |
this._GreenEnergyGeneration = value; | |
this.OnGreenEnergyGenerationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenEnergyGeneration> _GreenEnergyGeneration = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenEnergyGeneration>(); | |
partial void OnGreenEnergyGenerationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenEnergyGeneration> value); | |
partial void OnGreenEnergyGenerationChanged(); | |
/// <summary> | |
/// Pick list of indoor air quality measures without naming specific elements with ratings that may wane over time. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenIndoorAirQuality> GreenIndoorAirQuality | |
{ | |
get | |
{ | |
return this._GreenIndoorAirQuality; | |
} | |
set | |
{ | |
this.OnGreenIndoorAirQualityChanging(value); | |
this._GreenIndoorAirQuality = value; | |
this.OnGreenIndoorAirQualityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenIndoorAirQuality> _GreenIndoorAirQuality = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenIndoorAirQuality>(); | |
partial void OnGreenIndoorAirQualityChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenIndoorAirQuality> value); | |
partial void OnGreenIndoorAirQualityChanged(); | |
/// <summary> | |
/// Pick list describing efficiencies involved with the property's location such as walkability or transportation proximity without naming specific elements with ratings that may wane over time. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenLocation> GreenLocation | |
{ | |
get | |
{ | |
return this._GreenLocation; | |
} | |
set | |
{ | |
this.OnGreenLocationChanging(value); | |
this._GreenLocation = value; | |
this.OnGreenLocationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenLocation> _GreenLocation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenLocation>(); | |
partial void OnGreenLocationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenLocation> value); | |
partial void OnGreenLocationChanged(); | |
/// <summary> | |
/// Pick list of sustainable elements used in the construction of the structure without naming specific elements with ratings that may wane over time. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenSustainability> GreenSustainability | |
{ | |
get | |
{ | |
return this._GreenSustainability; | |
} | |
set | |
{ | |
this.OnGreenSustainabilityChanging(value); | |
this._GreenSustainability = value; | |
this.OnGreenSustainabilityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenSustainability> _GreenSustainability = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenSustainability>(); | |
partial void OnGreenSustainabilityChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenSustainability> value); | |
partial void OnGreenSustainabilityChanged(); | |
/// <summary> | |
/// Pick list of general water conserving attributes of the property such as landscaping or reclamation without naming specific elements with ratings that may wane over time. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenWaterConservation> GreenWaterConservation | |
{ | |
get | |
{ | |
return this._GreenWaterConservation; | |
} | |
set | |
{ | |
this.OnGreenWaterConservationChanging(value); | |
this._GreenWaterConservation = value; | |
this.OnGreenWaterConservationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenWaterConservation> _GreenWaterConservation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenWaterConservation>(); | |
partial void OnGreenWaterConservationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.GreenWaterConservation> value); | |
partial void OnGreenWaterConservationChanged(); | |
/// <summary> | |
/// The actual current income from rent and all other revenue generating sources. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> GrossIncome | |
{ | |
get | |
{ | |
return this._GrossIncome; | |
} | |
set | |
{ | |
this.OnGrossIncomeChanging(value); | |
this._GrossIncome = value; | |
this.OnGrossIncomeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _GrossIncome; | |
partial void OnGrossIncomeChanging(global::System.Nullable<decimal> value); | |
partial void OnGrossIncomeChanged(); | |
/// <summary> | |
/// The maximum amount of annual rent collected if the property were 100% occupied all year and all tenants paid their rent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> GrossScheduledIncome | |
{ | |
get | |
{ | |
return this._GrossScheduledIncome; | |
} | |
set | |
{ | |
this.OnGrossScheduledIncomeChanging(value); | |
this._GrossScheduledIncome = value; | |
this.OnGrossScheduledIncomeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _GrossScheduledIncome; | |
partial void OnGrossScheduledIncomeChanging(global::System.Nullable<decimal> value); | |
partial void OnGrossScheduledIncomeChanged(); | |
/// <summary> | |
/// Does the property include a structure that can be lived in. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> HabitableResidenceYN | |
{ | |
get | |
{ | |
return this._HabitableResidenceYN; | |
} | |
set | |
{ | |
this.OnHabitableResidenceYNChanging(value); | |
this._HabitableResidenceYN = value; | |
this.OnHabitableResidenceYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _HabitableResidenceYN; | |
partial void OnHabitableResidenceYNChanging(global::System.Nullable<bool> value); | |
partial void OnHabitableResidenceYNChanged(); | |
/// <summary> | |
/// A list describing the heating features of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Heating> Heating | |
{ | |
get | |
{ | |
return this._Heating; | |
} | |
set | |
{ | |
this.OnHeatingChanging(value); | |
this._Heating = value; | |
this.OnHeatingChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Heating> _Heating = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Heating>(); | |
partial void OnHeatingChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Heating> value); | |
partial void OnHeatingChanged(); | |
/// <summary> | |
/// The property has heating. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> HeatingYN | |
{ | |
get | |
{ | |
return this._HeatingYN; | |
} | |
set | |
{ | |
this.OnHeatingYNChanging(value); | |
this._HeatingYN = value; | |
this.OnHeatingYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _HeatingYN; | |
partial void OnHeatingYNChanging(global::System.Nullable<bool> value); | |
partial void OnHeatingYNChanged(); | |
/// <summary> | |
/// The name of the high school having a catchment area that includes the associated property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.HighSchool> HighSchool | |
{ | |
get | |
{ | |
return this._HighSchool; | |
} | |
set | |
{ | |
this.OnHighSchoolChanging(value); | |
this._HighSchool = value; | |
this.OnHighSchoolChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.HighSchool> _HighSchool; | |
partial void OnHighSchoolChanging(global::System.Nullable<global::org.reso.metadata.enums.HighSchool> value); | |
partial void OnHighSchoolChanged(); | |
/// <summary> | |
/// The name of the high school district having a catchment area that includes the associated property. When only one school district is used, this field should be used over the Junior or Elementary Districts. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.HighSchoolDistrict> HighSchoolDistrict | |
{ | |
get | |
{ | |
return this._HighSchoolDistrict; | |
} | |
set | |
{ | |
this.OnHighSchoolDistrictChanging(value); | |
this._HighSchoolDistrict = value; | |
this.OnHighSchoolDistrictChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.HighSchoolDistrict> _HighSchoolDistrict; | |
partial void OnHighSchoolDistrictChanging(global::System.Nullable<global::org.reso.metadata.enums.HighSchoolDistrict> value); | |
partial void OnHighSchoolDistrictChanged(); | |
/// <summary> | |
/// Is a home warranty included in the sale of the property? Single select. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> HomeWarrantyYN | |
{ | |
get | |
{ | |
return this._HomeWarrantyYN; | |
} | |
set | |
{ | |
this.OnHomeWarrantyYNChanging(value); | |
this._HomeWarrantyYN = value; | |
this.OnHomeWarrantyYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _HomeWarrantyYN; | |
partial void OnHomeWarrantyYNChanging(global::System.Nullable<bool> value); | |
partial void OnHomeWarrantyYNChanged(); | |
/// <summary> | |
/// A list of horse amenities on the lot or in the community. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.HorseAmenities> HorseAmenities | |
{ | |
get | |
{ | |
return this._HorseAmenities; | |
} | |
set | |
{ | |
this.OnHorseAmenitiesChanging(value); | |
this._HorseAmenities = value; | |
this.OnHorseAmenitiesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.HorseAmenities> _HorseAmenities = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.HorseAmenities>(); | |
partial void OnHorseAmenitiesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.HorseAmenities> value); | |
partial void OnHorseAmenitiesChanged(); | |
/// <summary> | |
/// The Property is allowed to raise horses. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> HorseYN | |
{ | |
get | |
{ | |
return this._HorseYN; | |
} | |
set | |
{ | |
this.OnHorseYNChanging(value); | |
this._HorseYN = value; | |
this.OnHorseYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _HorseYN; | |
partial void OnHorseYNChanging(global::System.Nullable<bool> value); | |
partial void OnHorseYNChanged(); | |
/// <summary> | |
/// A simplified enumerated list of the days and hours of operation of the business being sold. i.e. Open 24 Hours or Open 7 Days. For more detailed descriptions use the HoursDaysofOperationDescription field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.HoursDaysOfOperation> HoursDaysOfOperation | |
{ | |
get | |
{ | |
return this._HoursDaysOfOperation; | |
} | |
set | |
{ | |
this.OnHoursDaysOfOperationChanging(value); | |
this._HoursDaysOfOperation = value; | |
this.OnHoursDaysOfOperationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.HoursDaysOfOperation> _HoursDaysOfOperation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.HoursDaysOfOperation>(); | |
partial void OnHoursDaysOfOperationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.HoursDaysOfOperation> value); | |
partial void OnHoursDaysOfOperationChanged(); | |
/// <summary> | |
/// A detailed description of the hours and days the business being sold is open for business. For a specific list of simplified times the business is open, use the HoursDaysOfOperation Field (enumerated). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "HoursDaysOfOperationDescription cannot be longer than 255 characters.")] | |
public virtual string HoursDaysOfOperationDescription | |
{ | |
get | |
{ | |
return this._HoursDaysOfOperationDescription; | |
} | |
set | |
{ | |
this.OnHoursDaysOfOperationDescriptionChanging(value); | |
this._HoursDaysOfOperationDescription = value; | |
this.OnHoursDaysOfOperationDescriptionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _HoursDaysOfOperationDescription; | |
partial void OnHoursDaysOfOperationDescriptionChanging(string value); | |
partial void OnHoursDaysOfOperationDescriptionChanged(); | |
/// <summary> | |
/// Portable elements of the property that will be included in the sale. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(1024, ErrorMessage = "Inclusions cannot be longer than 1024 characters.")] | |
public virtual string Inclusions | |
{ | |
get | |
{ | |
return this._Inclusions; | |
} | |
set | |
{ | |
this.OnInclusionsChanging(value); | |
this._Inclusions = value; | |
this.OnInclusionsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Inclusions; | |
partial void OnInclusionsChanging(string value); | |
partial void OnInclusionsChanged(); | |
/// <summary> | |
/// A list of income sources included in the GrossScheduledIncome and GrossIncome. i.e. Laundry, Parking, Recreation, Storage, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.IncomeIncludes> IncomeIncludes | |
{ | |
get | |
{ | |
return this._IncomeIncludes; | |
} | |
set | |
{ | |
this.OnIncomeIncludesChanging(value); | |
this._IncomeIncludes = value; | |
this.OnIncomeIncludesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.IncomeIncludes> _IncomeIncludes = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.IncomeIncludes>(); | |
partial void OnIncomeIncludesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.IncomeIncludes> value); | |
partial void OnIncomeIncludesChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> InsuranceExpense | |
{ | |
get | |
{ | |
return this._InsuranceExpense; | |
} | |
set | |
{ | |
this.OnInsuranceExpenseChanging(value); | |
this._InsuranceExpense = value; | |
this.OnInsuranceExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _InsuranceExpense; | |
partial void OnInsuranceExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnInsuranceExpenseChanged(); | |
/// <summary> | |
/// A list of features or description of the interior of the property included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.InteriorOrRoomFeatures> InteriorFeatures | |
{ | |
get | |
{ | |
return this._InteriorFeatures; | |
} | |
set | |
{ | |
this.OnInteriorFeaturesChanging(value); | |
this._InteriorFeatures = value; | |
this.OnInteriorFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.InteriorOrRoomFeatures> _InteriorFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.InteriorOrRoomFeatures>(); | |
partial void OnInteriorFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.InteriorOrRoomFeatures> value); | |
partial void OnInteriorFeaturesChanged(); | |
/// <summary> | |
/// A yes/no field that states the seller has allowed the listing address to be displayed on Internet sites. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> InternetAddressDisplayYN | |
{ | |
get | |
{ | |
return this._InternetAddressDisplayYN; | |
} | |
set | |
{ | |
this.OnInternetAddressDisplayYNChanging(value); | |
this._InternetAddressDisplayYN = value; | |
this.OnInternetAddressDisplayYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _InternetAddressDisplayYN; | |
partial void OnInternetAddressDisplayYNChanging(global::System.Nullable<bool> value); | |
partial void OnInternetAddressDisplayYNChanged(); | |
/// <summary> | |
/// A yes/no field that states the seller allows the listing can be displayed with an AVM on Internet sites. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> InternetAutomatedValuationDisplayYN | |
{ | |
get | |
{ | |
return this._InternetAutomatedValuationDisplayYN; | |
} | |
set | |
{ | |
this.OnInternetAutomatedValuationDisplayYNChanging(value); | |
this._InternetAutomatedValuationDisplayYN = value; | |
this.OnInternetAutomatedValuationDisplayYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _InternetAutomatedValuationDisplayYN; | |
partial void OnInternetAutomatedValuationDisplayYNChanging(global::System.Nullable<bool> value); | |
partial void OnInternetAutomatedValuationDisplayYNChanged(); | |
/// <summary> | |
/// A yes/no field that states the seller allows a comment or blog system to be attached to the listing on Internet sites. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> InternetConsumerCommentYN | |
{ | |
get | |
{ | |
return this._InternetConsumerCommentYN; | |
} | |
set | |
{ | |
this.OnInternetConsumerCommentYNChanging(value); | |
this._InternetConsumerCommentYN = value; | |
this.OnInternetConsumerCommentYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _InternetConsumerCommentYN; | |
partial void OnInternetConsumerCommentYNChanging(global::System.Nullable<bool> value); | |
partial void OnInternetConsumerCommentYNChanged(); | |
/// <summary> | |
/// A yes/no field that states the seller has allowed the listing to be displayed on Internet sites. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> InternetEntireListingDisplayYN | |
{ | |
get | |
{ | |
return this._InternetEntireListingDisplayYN; | |
} | |
set | |
{ | |
this.OnInternetEntireListingDisplayYNChanging(value); | |
this._InternetEntireListingDisplayYN = value; | |
this.OnInternetEntireListingDisplayYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _InternetEntireListingDisplayYN; | |
partial void OnInternetEntireListingDisplayYNChanging(global::System.Nullable<bool> value); | |
partial void OnInternetEntireListingDisplayYNChanged(); | |
/// <summary> | |
/// The source which the property receives its water for irrigation. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.IrrigationSource> IrrigationSource | |
{ | |
get | |
{ | |
return this._IrrigationSource; | |
} | |
set | |
{ | |
this.OnIrrigationSourceChanging(value); | |
this._IrrigationSource = value; | |
this.OnIrrigationSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.IrrigationSource> _IrrigationSource = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.IrrigationSource>(); | |
partial void OnIrrigationSourceChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.IrrigationSource> value); | |
partial void OnIrrigationSourceChanged(); | |
/// <summary> | |
/// The number of acres allowed under the property's water rights. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> IrrigationWaterRightsAcres | |
{ | |
get | |
{ | |
return this._IrrigationWaterRightsAcres; | |
} | |
set | |
{ | |
this.OnIrrigationWaterRightsAcresChanging(value); | |
this._IrrigationWaterRightsAcres = value; | |
this.OnIrrigationWaterRightsAcresChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _IrrigationWaterRightsAcres; | |
partial void OnIrrigationWaterRightsAcresChanging(global::System.Nullable<decimal> value); | |
partial void OnIrrigationWaterRightsAcresChanged(); | |
/// <summary> | |
/// Does the property include water rights for irrigation? A Boolean or Yes / No field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> IrrigationWaterRightsYN | |
{ | |
get | |
{ | |
return this._IrrigationWaterRightsYN; | |
} | |
set | |
{ | |
this.OnIrrigationWaterRightsYNChanging(value); | |
this._IrrigationWaterRightsYN = value; | |
this.OnIrrigationWaterRightsYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _IrrigationWaterRightsYN; | |
partial void OnIrrigationWaterRightsYNChanging(global::System.Nullable<bool> value); | |
partial void OnIrrigationWaterRightsYNChanged(); | |
/// <summary> | |
/// Information about labor laws that are applicable to the business being sold. i.e. Union, Non-Union, Employee License Required. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LaborInformation> LaborInformation | |
{ | |
get | |
{ | |
return this._LaborInformation; | |
} | |
set | |
{ | |
this.OnLaborInformationChanging(value); | |
this._LaborInformation = value; | |
this.OnLaborInformationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LaborInformation> _LaborInformation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LaborInformation>(); | |
partial void OnLaborInformationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LaborInformation> value); | |
partial void OnLaborInformationChanged(); | |
/// <summary> | |
/// When the land is not included in the sale, but is leased, the amount of the lease. This is the Space Rent for Mobile homes in a Park. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> LandLeaseAmount | |
{ | |
get | |
{ | |
return this._LandLeaseAmount; | |
} | |
set | |
{ | |
this.OnLandLeaseAmountChanging(value); | |
this._LandLeaseAmount = value; | |
this.OnLandLeaseAmountChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _LandLeaseAmount; | |
partial void OnLandLeaseAmountChanging(global::System.Nullable<decimal> value); | |
partial void OnLandLeaseAmountChanged(); | |
/// <summary> | |
/// When the land is not included in the sale, but is leased, the frequency the Land Lease Fee is paid. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> LandLeaseAmountFrequency | |
{ | |
get | |
{ | |
return this._LandLeaseAmountFrequency; | |
} | |
set | |
{ | |
this.OnLandLeaseAmountFrequencyChanging(value); | |
this._LandLeaseAmountFrequency = value; | |
this.OnLandLeaseAmountFrequencyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> _LandLeaseAmountFrequency; | |
partial void OnLandLeaseAmountFrequencyChanging(global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> value); | |
partial void OnLandLeaseAmountFrequencyChanged(); | |
/// <summary> | |
/// When the land is not included in the sale, but is leased, the expiration date of the Land Lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> LandLeaseExpirationDate | |
{ | |
get | |
{ | |
return this._LandLeaseExpirationDate; | |
} | |
set | |
{ | |
this.OnLandLeaseExpirationDateChanging(value); | |
this._LandLeaseExpirationDate = value; | |
this.OnLandLeaseExpirationDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _LandLeaseExpirationDate; | |
partial void OnLandLeaseExpirationDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnLandLeaseExpirationDateChanged(); | |
/// <summary> | |
/// The land is not included in the sale and a lease exists. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> LandLeaseYN | |
{ | |
get | |
{ | |
return this._LandLeaseYN; | |
} | |
set | |
{ | |
this.OnLandLeaseYNChanging(value); | |
this._LandLeaseYN = value; | |
this.OnLandLeaseYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _LandLeaseYN; | |
partial void OnLandLeaseYNChanging(global::System.Nullable<bool> value); | |
partial void OnLandLeaseYNChanged(); | |
/// <summary> | |
/// The geographic latitude of some reference point on the property, specified in degrees and decimal parts. Positive numbers must not include the plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> Latitude | |
{ | |
get | |
{ | |
return this._Latitude; | |
} | |
set | |
{ | |
this.OnLatitudeChanging(value); | |
this._Latitude = value; | |
this.OnLatitudeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _Latitude; | |
partial void OnLatitudeChanging(global::System.Nullable<decimal> value); | |
partial void OnLatitudeChanged(); | |
/// <summary> | |
/// Add this pick list of features and locations where the laundry is located in the property being sold. i.e. Gas Dryer Hookup, In Kitchen, In Garage, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LaundryFeatures> LaundryFeatures | |
{ | |
get | |
{ | |
return this._LaundryFeatures; | |
} | |
set | |
{ | |
this.OnLaundryFeaturesChanging(value); | |
this._LaundryFeatures = value; | |
this.OnLaundryFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LaundryFeatures> _LaundryFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LaundryFeatures>(); | |
partial void OnLaundryFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LaundryFeatures> value); | |
partial void OnLaundryFeaturesChanged(); | |
/// <summary> | |
/// The area that may be leased within the commercial property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> LeasableArea | |
{ | |
get | |
{ | |
return this._LeasableArea; | |
} | |
set | |
{ | |
this.OnLeasableAreaChanging(value); | |
this._LeasableArea = value; | |
this.OnLeasableAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _LeasableArea; | |
partial void OnLeasableAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnLeasableAreaChanged(); | |
/// <summary> | |
/// A pick list of the unit of measurement for the area. i.e. Square Feet, Square Meters, Acres, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> LeasableAreaUnits | |
{ | |
get | |
{ | |
return this._LeasableAreaUnits; | |
} | |
set | |
{ | |
this.OnLeasableAreaUnitsChanging(value); | |
this._LeasableAreaUnits = value; | |
this.OnLeasableAreaUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> _LeasableAreaUnits; | |
partial void OnLeasableAreaUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> value); | |
partial void OnLeasableAreaUnitsChanged(); | |
/// <summary> | |
/// The amount of any lease the business pays for it's current location. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> LeaseAmount | |
{ | |
get | |
{ | |
return this._LeaseAmount; | |
} | |
set | |
{ | |
this.OnLeaseAmountChanging(value); | |
this._LeaseAmount = value; | |
this.OnLeaseAmountChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _LeaseAmount; | |
partial void OnLeaseAmountChanging(global::System.Nullable<decimal> value); | |
partial void OnLeaseAmountChanged(); | |
/// <summary> | |
/// The frequency of the LeaseAmount is paid. Monthly, weekly, annual, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> LeaseAmountFrequency | |
{ | |
get | |
{ | |
return this._LeaseAmountFrequency; | |
} | |
set | |
{ | |
this.OnLeaseAmountFrequencyChanging(value); | |
this._LeaseAmountFrequency = value; | |
this.OnLeaseAmountFrequencyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> _LeaseAmountFrequency; | |
partial void OnLeaseAmountFrequencyChanging(global::System.Nullable<global::org.reso.metadata.enums.FeeFrequency> value); | |
partial void OnLeaseAmountFrequencyChanged(); | |
/// <summary> | |
/// Can the lease at the business' current location be assigned to another party. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> LeaseAssignableYN | |
{ | |
get | |
{ | |
return this._LeaseAssignableYN; | |
} | |
set | |
{ | |
this.OnLeaseAssignableYNChanging(value); | |
this._LeaseAssignableYN = value; | |
this.OnLeaseAssignableYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _LeaseAssignableYN; | |
partial void OnLeaseAssignableYNChanging(global::System.Nullable<bool> value); | |
partial void OnLeaseAssignableYNChanged(); | |
/// <summary> | |
/// Will the seller consider leasing the property instead of selling? Single select. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> LeaseConsideredYN | |
{ | |
get | |
{ | |
return this._LeaseConsideredYN; | |
} | |
set | |
{ | |
this.OnLeaseConsideredYNChanging(value); | |
this._LeaseConsideredYN = value; | |
this.OnLeaseConsideredYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _LeaseConsideredYN; | |
partial void OnLeaseConsideredYNChanging(global::System.Nullable<bool> value); | |
partial void OnLeaseConsideredYNChanged(); | |
/// <summary> | |
/// The expiration date of the lease for the business' current location. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> LeaseExpiration | |
{ | |
get | |
{ | |
return this._LeaseExpiration; | |
} | |
set | |
{ | |
this.OnLeaseExpirationChanging(value); | |
this._LeaseExpiration = value; | |
this.OnLeaseExpirationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _LeaseExpiration; | |
partial void OnLeaseExpirationChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnLeaseExpirationChanged(); | |
/// <summary> | |
/// A list of compensations other than the original Selling Office Compensation. i.e. Compensation Paid on Renewal, Compensation Paid on Tennant Purchase, No Renewal Commission, Call Listing Office, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LeaseRenewalCompensation> LeaseRenewalCompensation | |
{ | |
get | |
{ | |
return this._LeaseRenewalCompensation; | |
} | |
set | |
{ | |
this.OnLeaseRenewalCompensationChanging(value); | |
this._LeaseRenewalCompensation = value; | |
this.OnLeaseRenewalCompensationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LeaseRenewalCompensation> _LeaseRenewalCompensation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LeaseRenewalCompensation>(); | |
partial void OnLeaseRenewalCompensationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LeaseRenewalCompensation> value); | |
partial void OnLeaseRenewalCompensationChanged(); | |
/// <summary> | |
/// Is there an option to renew the lease at the business' current location. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> LeaseRenewalOptionYN | |
{ | |
get | |
{ | |
return this._LeaseRenewalOptionYN; | |
} | |
set | |
{ | |
this.OnLeaseRenewalOptionYNChanging(value); | |
this._LeaseRenewalOptionYN = value; | |
this.OnLeaseRenewalOptionYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _LeaseRenewalOptionYN; | |
partial void OnLeaseRenewalOptionYNChanging(global::System.Nullable<bool> value); | |
partial void OnLeaseRenewalOptionYNChanged(); | |
/// <summary> | |
/// A pick list of lengths that represent the length of the lease. i.e. Weekly, Month to Month, 6 Month Lease, 12 Month Lease, 24 Month Lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LeaseTerm> LeaseTerm | |
{ | |
get | |
{ | |
return this._LeaseTerm; | |
} | |
set | |
{ | |
this.OnLeaseTermChanging(value); | |
this._LeaseTerm = value; | |
this.OnLeaseTermChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LeaseTerm> _LeaseTerm; | |
partial void OnLeaseTermChanging(global::System.Nullable<global::org.reso.metadata.enums.LeaseTerm> value); | |
partial void OnLeaseTermChanged(); | |
/// <summary> | |
/// The number of levels in the property being sold. For example, One Level, Two Levels, Three or More Levels, <a href="http://ddwiki.reso.org/pages/viewpage.action?pageId=9941240">Multi/Split</a>, Loft. A discreet horizontal plane of interior living space (excluding basements). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Levels> Levels | |
{ | |
get | |
{ | |
return this._Levels; | |
} | |
set | |
{ | |
this.OnLevelsChanging(value); | |
this._Levels = value; | |
this.OnLevelsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Levels> _Levels = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Levels>(); | |
partial void OnLevelsChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Levels> value); | |
partial void OnLevelsChanged(); | |
/// <summary> | |
/// License number of the mobile or manufactured home. Also known as the Department of Housing label/insignia number. For the first or only unit/section use License 1 over License 2 or 3. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "License1 cannot be longer than 25 characters.")] | |
public virtual string License1 | |
{ | |
get | |
{ | |
return this._License1; | |
} | |
set | |
{ | |
this.OnLicense1Changing(value); | |
this._License1 = value; | |
this.OnLicense1Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _License1; | |
partial void OnLicense1Changing(string value); | |
partial void OnLicense1Changed(); | |
/// <summary> | |
/// License number of the mobile or manufactured home. Also known as the Department of Housing label/insignia number. For two units/sections use License 1 and 2 over License 3. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "License2 cannot be longer than 25 characters.")] | |
public virtual string License2 | |
{ | |
get | |
{ | |
return this._License2; | |
} | |
set | |
{ | |
this.OnLicense2Changing(value); | |
this._License2 = value; | |
this.OnLicense2Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _License2; | |
partial void OnLicense2Changing(string value); | |
partial void OnLicense2Changed(); | |
/// <summary> | |
/// License number of the mobile or manufactured home. Also known as the Department of Housing label/insignia number. For two units/sections use License 1 and 2 over License 3. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "License3 cannot be longer than 25 characters.")] | |
public virtual string License3 | |
{ | |
get | |
{ | |
return this._License3; | |
} | |
set | |
{ | |
this.OnLicense3Changing(value); | |
this._License3 = value; | |
this.OnLicense3Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _License3; | |
partial void OnLicense3Changing(string value); | |
partial void OnLicense3Changed(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> LicensesExpense | |
{ | |
get | |
{ | |
return this._LicensesExpense; | |
} | |
set | |
{ | |
this.OnLicensesExpenseChanging(value); | |
this._LicensesExpense = value; | |
this.OnLicensesExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _LicensesExpense; | |
partial void OnLicensesExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnLicensesExpenseChanged(); | |
/// <summary> | |
/// The responsible Board or Association of REALTORS for this listing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> ListAOR | |
{ | |
get | |
{ | |
return this._ListAOR; | |
} | |
set | |
{ | |
this.OnListAORChanging(value); | |
this._ListAOR = value; | |
this.OnListAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _ListAOR; | |
partial void OnListAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnListAORChanged(); | |
/// <summary> | |
/// The Listing Agent's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> ListAgentAOR | |
{ | |
get | |
{ | |
return this._ListAgentAOR; | |
} | |
set | |
{ | |
this.OnListAgentAORChanging(value); | |
this._ListAgentAOR = value; | |
this.OnListAgentAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _ListAgentAOR; | |
partial void OnListAgentAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnListAgentAORChanged(); | |
/// <summary> | |
/// Designations and certifications acknowledging experience and expertise in various real estate sectors are awarded by NAR and each affiliated group upon completion of required courses. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ListAgentDesignation> ListAgentDesignation | |
{ | |
get | |
{ | |
return this._ListAgentDesignation; | |
} | |
set | |
{ | |
this.OnListAgentDesignationChanging(value); | |
this._ListAgentDesignation = value; | |
this.OnListAgentDesignationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ListAgentDesignation> _ListAgentDesignation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ListAgentDesignation>(); | |
partial void OnListAgentDesignationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ListAgentDesignation> value); | |
partial void OnListAgentDesignationChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentDirectPhone cannot be longer than 16 characters.")] | |
public virtual string ListAgentDirectPhone | |
{ | |
get | |
{ | |
return this._ListAgentDirectPhone; | |
} | |
set | |
{ | |
this.OnListAgentDirectPhoneChanging(value); | |
this._ListAgentDirectPhone = value; | |
this.OnListAgentDirectPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentDirectPhone; | |
partial void OnListAgentDirectPhoneChanging(string value); | |
partial void OnListAgentDirectPhoneChanged(); | |
/// <summary> | |
/// The email address of the Listing Agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "ListAgentEmail cannot be longer than 80 characters.")] | |
public virtual string ListAgentEmail | |
{ | |
get | |
{ | |
return this._ListAgentEmail; | |
} | |
set | |
{ | |
this.OnListAgentEmailChanging(value); | |
this._ListAgentEmail = value; | |
this.OnListAgentEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentEmail; | |
partial void OnListAgentEmailChanging(string value); | |
partial void OnListAgentEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentFax cannot be longer than 16 characters.")] | |
public virtual string ListAgentFax | |
{ | |
get | |
{ | |
return this._ListAgentFax; | |
} | |
set | |
{ | |
this.OnListAgentFaxChanging(value); | |
this._ListAgentFax = value; | |
this.OnListAgentFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentFax; | |
partial void OnListAgentFaxChanging(string value); | |
partial void OnListAgentFaxChanged(); | |
/// <summary> | |
/// The first name of the listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "ListAgentFirstName cannot be longer than 50 characters.")] | |
public virtual string ListAgentFirstName | |
{ | |
get | |
{ | |
return this._ListAgentFirstName; | |
} | |
set | |
{ | |
this.OnListAgentFirstNameChanging(value); | |
this._ListAgentFirstName = value; | |
this.OnListAgentFirstNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentFirstName; | |
partial void OnListAgentFirstNameChanging(string value); | |
partial void OnListAgentFirstNameChanged(); | |
/// <summary> | |
/// The full name of the listing agent. (First Middle Last) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "ListAgentFullName cannot be longer than 150 characters.")] | |
public virtual string ListAgentFullName | |
{ | |
get | |
{ | |
return this._ListAgentFullName; | |
} | |
set | |
{ | |
this.OnListAgentFullNameChanging(value); | |
this._ListAgentFullName = value; | |
this.OnListAgentFullNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentFullName; | |
partial void OnListAgentFullNameChanging(string value); | |
partial void OnListAgentFullNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentHomePhone cannot be longer than 16 characters.")] | |
public virtual string ListAgentHomePhone | |
{ | |
get | |
{ | |
return this._ListAgentHomePhone; | |
} | |
set | |
{ | |
this.OnListAgentHomePhoneChanging(value); | |
this._ListAgentHomePhone = value; | |
this.OnListAgentHomePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentHomePhone; | |
partial void OnListAgentHomePhoneChanging(string value); | |
partial void OnListAgentHomePhoneChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the ListAgentKey is the system unique identifier from the system that the record was retrieved. This may be identical to the related xxxId. This is a foreign key relating to the Member resource's MemberKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "ListAgentKey cannot be longer than 255 characters.")] | |
public virtual string ListAgentKey | |
{ | |
get | |
{ | |
return this._ListAgentKey; | |
} | |
set | |
{ | |
this.OnListAgentKeyChanging(value); | |
this._ListAgentKey = value; | |
this.OnListAgentKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentKey; | |
partial void OnListAgentKeyChanging(string value); | |
partial void OnListAgentKeyChanged(); | |
/// <summary> | |
/// The last name of the listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "ListAgentLastName cannot be longer than 50 characters.")] | |
public virtual string ListAgentLastName | |
{ | |
get | |
{ | |
return this._ListAgentLastName; | |
} | |
set | |
{ | |
this.OnListAgentLastNameChanging(value); | |
this._ListAgentLastName = value; | |
this.OnListAgentLastNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentLastName; | |
partial void OnListAgentLastNameChanging(string value); | |
partial void OnListAgentLastNameChanged(); | |
/// <summary> | |
/// The middle name of the listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "ListAgentMiddleName cannot be longer than 50 characters.")] | |
public virtual string ListAgentMiddleName | |
{ | |
get | |
{ | |
return this._ListAgentMiddleName; | |
} | |
set | |
{ | |
this.OnListAgentMiddleNameChanging(value); | |
this._ListAgentMiddleName = value; | |
this.OnListAgentMiddleNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentMiddleName; | |
partial void OnListAgentMiddleNameChanging(string value); | |
partial void OnListAgentMiddleNameChanged(); | |
/// <summary> | |
/// The local, well-known identifier for the member. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "ListAgentMlsId cannot be longer than 25 characters.")] | |
public virtual string ListAgentMlsId | |
{ | |
get | |
{ | |
return this._ListAgentMlsId; | |
} | |
set | |
{ | |
this.OnListAgentMlsIdChanging(value); | |
this._ListAgentMlsId = value; | |
this.OnListAgentMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentMlsId; | |
partial void OnListAgentMlsIdChanging(string value); | |
partial void OnListAgentMlsIdChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentMobilePhone cannot be longer than 16 characters.")] | |
public virtual string ListAgentMobilePhone | |
{ | |
get | |
{ | |
return this._ListAgentMobilePhone; | |
} | |
set | |
{ | |
this.OnListAgentMobilePhoneChanging(value); | |
this._ListAgentMobilePhone = value; | |
this.OnListAgentMobilePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentMobilePhone; | |
partial void OnListAgentMobilePhoneChanging(string value); | |
partial void OnListAgentMobilePhoneChanged(); | |
/// <summary> | |
/// Prefix to the name (e.g. Dr. Mr. Ms. etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "ListAgentNamePrefix cannot be longer than 10 characters.")] | |
public virtual string ListAgentNamePrefix | |
{ | |
get | |
{ | |
return this._ListAgentNamePrefix; | |
} | |
set | |
{ | |
this.OnListAgentNamePrefixChanging(value); | |
this._ListAgentNamePrefix = value; | |
this.OnListAgentNamePrefixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentNamePrefix; | |
partial void OnListAgentNamePrefixChanging(string value); | |
partial void OnListAgentNamePrefixChanged(); | |
/// <summary> | |
/// Suffix to the ListAgentLastName (e.g. Esq., Jr., III etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "ListAgentNameSuffix cannot be longer than 10 characters.")] | |
public virtual string ListAgentNameSuffix | |
{ | |
get | |
{ | |
return this._ListAgentNameSuffix; | |
} | |
set | |
{ | |
this.OnListAgentNameSuffixChanging(value); | |
this._ListAgentNameSuffix = value; | |
this.OnListAgentNameSuffixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentNameSuffix; | |
partial void OnListAgentNameSuffixChanging(string value); | |
partial void OnListAgentNameSuffixChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentOfficePhone cannot be longer than 16 characters.")] | |
public virtual string ListAgentOfficePhone | |
{ | |
get | |
{ | |
return this._ListAgentOfficePhone; | |
} | |
set | |
{ | |
this.OnListAgentOfficePhoneChanging(value); | |
this._ListAgentOfficePhone = value; | |
this.OnListAgentOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentOfficePhone; | |
partial void OnListAgentOfficePhoneChanging(string value); | |
partial void OnListAgentOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "ListAgentOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string ListAgentOfficePhoneExt | |
{ | |
get | |
{ | |
return this._ListAgentOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnListAgentOfficePhoneExtChanging(value); | |
this._ListAgentOfficePhoneExt = value; | |
this.OnListAgentOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentOfficePhoneExt; | |
partial void OnListAgentOfficePhoneExtChanging(string value); | |
partial void OnListAgentOfficePhoneExtChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentPager cannot be longer than 16 characters.")] | |
public virtual string ListAgentPager | |
{ | |
get | |
{ | |
return this._ListAgentPager; | |
} | |
set | |
{ | |
this.OnListAgentPagerChanging(value); | |
this._ListAgentPager = value; | |
this.OnListAgentPagerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentPager; | |
partial void OnListAgentPagerChanging(string value); | |
partial void OnListAgentPagerChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentPreferredPhone cannot be longer than 16 characters.")] | |
public virtual string ListAgentPreferredPhone | |
{ | |
get | |
{ | |
return this._ListAgentPreferredPhone; | |
} | |
set | |
{ | |
this.OnListAgentPreferredPhoneChanging(value); | |
this._ListAgentPreferredPhone = value; | |
this.OnListAgentPreferredPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentPreferredPhone; | |
partial void OnListAgentPreferredPhoneChanging(string value); | |
partial void OnListAgentPreferredPhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "ListAgentPreferredPhoneExt cannot be longer than 10 characters.")] | |
public virtual string ListAgentPreferredPhoneExt | |
{ | |
get | |
{ | |
return this._ListAgentPreferredPhoneExt; | |
} | |
set | |
{ | |
this.OnListAgentPreferredPhoneExtChanging(value); | |
this._ListAgentPreferredPhoneExt = value; | |
this.OnListAgentPreferredPhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentPreferredPhoneExt; | |
partial void OnListAgentPreferredPhoneExtChanging(string value); | |
partial void OnListAgentPreferredPhoneExtChanged(); | |
/// <summary> | |
/// The license of the listing agent. Separate multiple licenses with a comma and space. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "ListAgentStateLicense cannot be longer than 50 characters.")] | |
public virtual string ListAgentStateLicense | |
{ | |
get | |
{ | |
return this._ListAgentStateLicense; | |
} | |
set | |
{ | |
this.OnListAgentStateLicenseChanging(value); | |
this._ListAgentStateLicense = value; | |
this.OnListAgentStateLicenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentStateLicense; | |
partial void OnListAgentStateLicenseChanging(string value); | |
partial void OnListAgentStateLicenseChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentTollFreePhone cannot be longer than 16 characters.")] | |
public virtual string ListAgentTollFreePhone | |
{ | |
get | |
{ | |
return this._ListAgentTollFreePhone; | |
} | |
set | |
{ | |
this.OnListAgentTollFreePhoneChanging(value); | |
this._ListAgentTollFreePhone = value; | |
this.OnListAgentTollFreePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentTollFreePhone; | |
partial void OnListAgentTollFreePhoneChanging(string value); | |
partial void OnListAgentTollFreePhoneChanged(); | |
/// <summary> | |
/// The website URI of the listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "ListAgentURL cannot be longer than 8000 characters.")] | |
public virtual string ListAgentURL | |
{ | |
get | |
{ | |
return this._ListAgentURL; | |
} | |
set | |
{ | |
this.OnListAgentURLChanging(value); | |
this._ListAgentURL = value; | |
this.OnListAgentURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentURL; | |
partial void OnListAgentURLChanging(string value); | |
partial void OnListAgentURLChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListAgentVoiceMail cannot be longer than 16 characters.")] | |
public virtual string ListAgentVoiceMail | |
{ | |
get | |
{ | |
return this._ListAgentVoiceMail; | |
} | |
set | |
{ | |
this.OnListAgentVoiceMailChanging(value); | |
this._ListAgentVoiceMail = value; | |
this.OnListAgentVoiceMailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentVoiceMail; | |
partial void OnListAgentVoiceMailChanging(string value); | |
partial void OnListAgentVoiceMailChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "ListAgentVoiceMailExt cannot be longer than 10 characters.")] | |
public virtual string ListAgentVoiceMailExt | |
{ | |
get | |
{ | |
return this._ListAgentVoiceMailExt; | |
} | |
set | |
{ | |
this.OnListAgentVoiceMailExtChanging(value); | |
this._ListAgentVoiceMailExt = value; | |
this.OnListAgentVoiceMailExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListAgentVoiceMailExt; | |
partial void OnListAgentVoiceMailExtChanging(string value); | |
partial void OnListAgentVoiceMailExtChanged(); | |
/// <summary> | |
/// The Listing Office's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> ListOfficeAOR | |
{ | |
get | |
{ | |
return this._ListOfficeAOR; | |
} | |
set | |
{ | |
this.OnListOfficeAORChanging(value); | |
this._ListOfficeAOR = value; | |
this.OnListOfficeAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _ListOfficeAOR; | |
partial void OnListOfficeAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnListOfficeAORChanged(); | |
/// <summary> | |
/// The email address of the Listing Office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "ListOfficeEmail cannot be longer than 80 characters.")] | |
public virtual string ListOfficeEmail | |
{ | |
get | |
{ | |
return this._ListOfficeEmail; | |
} | |
set | |
{ | |
this.OnListOfficeEmailChanging(value); | |
this._ListOfficeEmail = value; | |
this.OnListOfficeEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListOfficeEmail; | |
partial void OnListOfficeEmailChanging(string value); | |
partial void OnListOfficeEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListOfficeFax cannot be longer than 16 characters.")] | |
public virtual string ListOfficeFax | |
{ | |
get | |
{ | |
return this._ListOfficeFax; | |
} | |
set | |
{ | |
this.OnListOfficeFaxChanging(value); | |
this._ListOfficeFax = value; | |
this.OnListOfficeFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListOfficeFax; | |
partial void OnListOfficeFaxChanging(string value); | |
partial void OnListOfficeFaxChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Office resource's OfficeKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "ListOfficeKey cannot be longer than 255 characters.")] | |
public virtual string ListOfficeKey | |
{ | |
get | |
{ | |
return this._ListOfficeKey; | |
} | |
set | |
{ | |
this.OnListOfficeKeyChanging(value); | |
this._ListOfficeKey = value; | |
this.OnListOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListOfficeKey; | |
partial void OnListOfficeKeyChanging(string value); | |
partial void OnListOfficeKeyChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "ListOfficeMlsId cannot be longer than 25 characters.")] | |
public virtual string ListOfficeMlsId | |
{ | |
get | |
{ | |
return this._ListOfficeMlsId; | |
} | |
set | |
{ | |
this.OnListOfficeMlsIdChanging(value); | |
this._ListOfficeMlsId = value; | |
this.OnListOfficeMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListOfficeMlsId; | |
partial void OnListOfficeMlsIdChanging(string value); | |
partial void OnListOfficeMlsIdChanged(); | |
/// <summary> | |
/// The legal name of the brokerage representing the seller. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "ListOfficeName cannot be longer than 255 characters.")] | |
public virtual string ListOfficeName | |
{ | |
get | |
{ | |
return this._ListOfficeName; | |
} | |
set | |
{ | |
this.OnListOfficeNameChanging(value); | |
this._ListOfficeName = value; | |
this.OnListOfficeNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListOfficeName; | |
partial void OnListOfficeNameChanging(string value); | |
partial void OnListOfficeNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ListOfficePhone cannot be longer than 16 characters.")] | |
public virtual string ListOfficePhone | |
{ | |
get | |
{ | |
return this._ListOfficePhone; | |
} | |
set | |
{ | |
this.OnListOfficePhoneChanging(value); | |
this._ListOfficePhone = value; | |
this.OnListOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListOfficePhone; | |
partial void OnListOfficePhoneChanging(string value); | |
partial void OnListOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "ListOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string ListOfficePhoneExt | |
{ | |
get | |
{ | |
return this._ListOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnListOfficePhoneExtChanging(value); | |
this._ListOfficePhoneExt = value; | |
this.OnListOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListOfficePhoneExt; | |
partial void OnListOfficePhoneExtChanging(string value); | |
partial void OnListOfficePhoneExtChanged(); | |
/// <summary> | |
/// The website URI for the listing office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "ListOfficeURL cannot be longer than 8000 characters.")] | |
public virtual string ListOfficeURL | |
{ | |
get | |
{ | |
return this._ListOfficeURL; | |
} | |
set | |
{ | |
this.OnListOfficeURLChanging(value); | |
this._ListOfficeURL = value; | |
this.OnListOfficeURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListOfficeURL; | |
partial void OnListOfficeURLChanging(string value); | |
partial void OnListOfficeURLChanged(); | |
/// <summary> | |
/// The current price of the property as determined by the seller and the seller's broker. For auctions this is the minimum or reserve price. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> ListPrice | |
{ | |
get | |
{ | |
return this._ListPrice; | |
} | |
set | |
{ | |
this.OnListPriceChanging(value); | |
this._ListPrice = value; | |
this.OnListPriceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _ListPrice; | |
partial void OnListPriceChanging(global::System.Nullable<decimal> value); | |
partial void OnListPriceChanged(); | |
/// <summary> | |
/// The lower price used for Value Range Pricing. The List Price must be greater than or equal to the ListPriceLow. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> ListPriceLow | |
{ | |
get | |
{ | |
return this._ListPriceLow; | |
} | |
set | |
{ | |
this.OnListPriceLowChanging(value); | |
this._ListPriceLow = value; | |
this.OnListPriceLowChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _ListPriceLow; | |
partial void OnListPriceLowChanging(global::System.Nullable<decimal> value); | |
partial void OnListPriceLowChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Teams resource's TeamKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "ListTeamKey cannot be longer than 255 characters.")] | |
public virtual string ListTeamKey | |
{ | |
get | |
{ | |
return this._ListTeamKey; | |
} | |
set | |
{ | |
this.OnListTeamKeyChanging(value); | |
this._ListTeamKey = value; | |
this.OnListTeamKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListTeamKey; | |
partial void OnListTeamKeyChanging(string value); | |
partial void OnListTeamKeyChanged(); | |
/// <summary> | |
/// The name of the team representing the seller. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "ListTeamName cannot be longer than 50 characters.")] | |
public virtual string ListTeamName | |
{ | |
get | |
{ | |
return this._ListTeamName; | |
} | |
set | |
{ | |
this.OnListTeamNameChanging(value); | |
this._ListTeamName = value; | |
this.OnListTeamNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListTeamName; | |
partial void OnListTeamNameChanging(string value); | |
partial void OnListTeamNameChanged(); | |
/// <summary> | |
/// The nature of the agreement between the seller and the listing agent. Examples are Exclusive Agency, Open Listing, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.ListingAgreement> ListingAgreement | |
{ | |
get | |
{ | |
return this._ListingAgreement; | |
} | |
set | |
{ | |
this.OnListingAgreementChanging(value); | |
this._ListingAgreement = value; | |
this.OnListingAgreementChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.ListingAgreement> _ListingAgreement; | |
partial void OnListingAgreementChanging(global::System.Nullable<global::org.reso.metadata.enums.ListingAgreement> value); | |
partial void OnListingAgreementChanged(); | |
/// <summary> | |
/// The effective date of the agreement between the seller and the seller's broker. This is the date entered by the agent reflecting when the change occurred contractually, not a timestamp of when the change was made in the MLS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> ListingContractDate | |
{ | |
get | |
{ | |
return this._ListingContractDate; | |
} | |
set | |
{ | |
this.OnListingContractDateChanging(value); | |
this._ListingContractDate = value; | |
this.OnListingContractDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _ListingContractDate; | |
partial void OnListingContractDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnListingContractDateChanged(); | |
/// <summary> | |
/// The well known identifier for the listing. The value may be identical to that of the Listing Key, but the Listing ID is intended to be the value used by a human to retrieve the information about a specific listing. In a multiple originating system or a merged system, this value may not be unique and may require the use of the provider system to create a synthetic unique value. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "ListingId cannot be longer than 255 characters.")] | |
public virtual string ListingId | |
{ | |
get | |
{ | |
return this._ListingId; | |
} | |
set | |
{ | |
this.OnListingIdChanging(value); | |
this._ListingId = value; | |
this.OnListingIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListingId; | |
partial void OnListingIdChanging(string value); | |
partial void OnListingIdChanged(); | |
/// <summary> | |
/// A unique identifier for this record from the immediate source. This is a string that can include URI or other forms. Alternatively use the ListingKeyNumeric for a numeric only key field. This is the local key of the system. When records are received from other systems, a local key is commonly applied. If conveying the original keys from the source or originating systems, see SourceSystemKey and OriginatingSystemKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "ListingKey cannot be longer than 255 characters.")] | |
public virtual string ListingKey | |
{ | |
get | |
{ | |
return this._ListingKey; | |
} | |
set | |
{ | |
this.OnListingKeyChanging(value); | |
this._ListingKey = value; | |
this.OnListingKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ListingKey; | |
partial void OnListingKeyChanging(string value); | |
partial void OnListingKeyChanged(); | |
/// <summary> | |
/// Defines the type or level of service the listing member will be providing to the selling home owner. This will typically be a single selection. Examples include Full Service, Limited Service or Entry Only. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.ListingService> ListingService | |
{ | |
get | |
{ | |
return this._ListingService; | |
} | |
set | |
{ | |
this.OnListingServiceChanging(value); | |
this._ListingService = value; | |
this.OnListingServiceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.ListingService> _ListingService; | |
partial void OnListingServiceChanging(global::System.Nullable<global::org.reso.metadata.enums.ListingService> value); | |
partial void OnListingServiceChanged(); | |
/// <summary> | |
/// Terms of the listing such as Lien Release, Subject to Court Approval or Owner Will Carry. Also may include options that describe the financing terms that are acceptable to the seller, i.e. cash, assumable, FHA loan, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ListingTerms> ListingTerms | |
{ | |
get | |
{ | |
return this._ListingTerms; | |
} | |
set | |
{ | |
this.OnListingTermsChanging(value); | |
this._ListingTerms = value; | |
this.OnListingTermsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ListingTerms> _ListingTerms = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ListingTerms>(); | |
partial void OnListingTermsChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ListingTerms> value); | |
partial void OnListingTermsChanged(); | |
/// <summary> | |
/// The total livable area within the structure. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> LivingArea | |
{ | |
get | |
{ | |
return this._LivingArea; | |
} | |
set | |
{ | |
this.OnLivingAreaChanging(value); | |
this._LivingArea = value; | |
this.OnLivingAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _LivingArea; | |
partial void OnLivingAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnLivingAreaChanged(); | |
/// <summary> | |
/// The source of the measurements. This is a pick list of options showing the source of the measurement. i.e. Agent, Assessor, Estimate, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaSource> LivingAreaSource | |
{ | |
get | |
{ | |
return this._LivingAreaSource; | |
} | |
set | |
{ | |
this.OnLivingAreaSourceChanging(value); | |
this._LivingAreaSource = value; | |
this.OnLivingAreaSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaSource> _LivingAreaSource; | |
partial void OnLivingAreaSourceChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaSource> value); | |
partial void OnLivingAreaSourceChanged(); | |
/// <summary> | |
/// A pick list of the unit of measurement for the area. i.e. Square Feet, Square Meters, Acres, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> LivingAreaUnits | |
{ | |
get | |
{ | |
return this._LivingAreaUnits; | |
} | |
set | |
{ | |
this.OnLivingAreaUnitsChanging(value); | |
this._LivingAreaUnits = value; | |
this.OnLivingAreaUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> _LivingAreaUnits; | |
partial void OnLivingAreaUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.AreaUnits> value); | |
partial void OnLivingAreaUnitsChanged(); | |
/// <summary> | |
/// A field describing the location of the lock box. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "LockBoxLocation cannot be longer than 255 characters.")] | |
public virtual string LockBoxLocation | |
{ | |
get | |
{ | |
return this._LockBoxLocation; | |
} | |
set | |
{ | |
this.OnLockBoxLocationChanging(value); | |
this._LockBoxLocation = value; | |
this.OnLockBoxLocationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _LockBoxLocation; | |
partial void OnLockBoxLocationChanging(string value); | |
partial void OnLockBoxLocationChanged(); | |
/// <summary> | |
/// The serial number of the lockbox placed on the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "LockBoxSerialNumber cannot be longer than 25 characters.")] | |
public virtual string LockBoxSerialNumber | |
{ | |
get | |
{ | |
return this._LockBoxSerialNumber; | |
} | |
set | |
{ | |
this.OnLockBoxSerialNumberChanging(value); | |
this._LockBoxSerialNumber = value; | |
this.OnLockBoxSerialNumberChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _LockBoxSerialNumber; | |
partial void OnLockBoxSerialNumberChanging(string value); | |
partial void OnLockBoxSerialNumberChanged(); | |
/// <summary> | |
/// A field describing the type of lock box. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LockBoxType> LockBoxType | |
{ | |
get | |
{ | |
return this._LockBoxType; | |
} | |
set | |
{ | |
this.OnLockBoxTypeChanging(value); | |
this._LockBoxType = value; | |
this.OnLockBoxTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LockBoxType> _LockBoxType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LockBoxType>(); | |
partial void OnLockBoxTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LockBoxType> value); | |
partial void OnLockBoxTypeChanged(); | |
/// <summary> | |
/// The geographic longitude of some reference point on the property, specified in degrees and decimal parts. Positive numbers must not include the plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> Longitude | |
{ | |
get | |
{ | |
return this._Longitude; | |
} | |
set | |
{ | |
this.OnLongitudeChanging(value); | |
this._Longitude = value; | |
this.OnLongitudeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _Longitude; | |
partial void OnLongitudeChanging(global::System.Nullable<decimal> value); | |
partial void OnLongitudeChanged(); | |
/// <summary> | |
/// The source of the measurements. This may be a pick list of options showing the source of the measurement. i.e. Agent, Assessor, Estimate, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LotDimensionsSource> LotDimensionsSource | |
{ | |
get | |
{ | |
return this._LotDimensionsSource; | |
} | |
set | |
{ | |
this.OnLotDimensionsSourceChanging(value); | |
this._LotDimensionsSource = value; | |
this.OnLotDimensionsSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LotDimensionsSource> _LotDimensionsSource; | |
partial void OnLotDimensionsSourceChanging(global::System.Nullable<global::org.reso.metadata.enums.LotDimensionsSource> value); | |
partial void OnLotDimensionsSourceChanged(); | |
/// <summary> | |
/// A list of features or description of the lot included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LotFeatures> LotFeatures | |
{ | |
get | |
{ | |
return this._LotFeatures; | |
} | |
set | |
{ | |
this.OnLotFeaturesChanging(value); | |
this._LotFeatures = value; | |
this.OnLotFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LotFeatures> _LotFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LotFeatures>(); | |
partial void OnLotFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.LotFeatures> value); | |
partial void OnLotFeaturesChanged(); | |
/// <summary> | |
/// The total Acres of the lot. This field is related to the Lot Size Area and Lot Size Units and must be in sync with the values represented in those fields. Lot Size Source also applies to this field when used. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> LotSizeAcres | |
{ | |
get | |
{ | |
return this._LotSizeAcres; | |
} | |
set | |
{ | |
this.OnLotSizeAcresChanging(value); | |
this._LotSizeAcres = value; | |
this.OnLotSizeAcresChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _LotSizeAcres; | |
partial void OnLotSizeAcresChanging(global::System.Nullable<decimal> value); | |
partial void OnLotSizeAcresChanged(); | |
/// <summary> | |
/// The total area of the lot. See Lot Size Units for the units of measurement (Square Feet, Square Meters, Acres, etc.). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> LotSizeArea | |
{ | |
get | |
{ | |
return this._LotSizeArea; | |
} | |
set | |
{ | |
this.OnLotSizeAreaChanging(value); | |
this._LotSizeArea = value; | |
this.OnLotSizeAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _LotSizeArea; | |
partial void OnLotSizeAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnLotSizeAreaChanged(); | |
/// <summary> | |
/// The dimensions of the lot minimally represented as length and width (i.e. 250 x 180) or a measurement of all sides of the polygon representing the property lines of the property. i.e. 30 x 50 x 120 x 60 x 22. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "LotSizeDimensions cannot be longer than 150 characters.")] | |
public virtual string LotSizeDimensions | |
{ | |
get | |
{ | |
return this._LotSizeDimensions; | |
} | |
set | |
{ | |
this.OnLotSizeDimensionsChanging(value); | |
this._LotSizeDimensions = value; | |
this.OnLotSizeDimensionsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _LotSizeDimensions; | |
partial void OnLotSizeDimensionsChanging(string value); | |
partial void OnLotSizeDimensionsChanged(); | |
/// <summary> | |
/// The source of the measurements. This may be a pick list of options showing the source of the measurement. i.e. Agent, Assessor, Estimate, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LotSizeSource> LotSizeSource | |
{ | |
get | |
{ | |
return this._LotSizeSource; | |
} | |
set | |
{ | |
this.OnLotSizeSourceChanging(value); | |
this._LotSizeSource = value; | |
this.OnLotSizeSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LotSizeSource> _LotSizeSource; | |
partial void OnLotSizeSourceChanging(global::System.Nullable<global::org.reso.metadata.enums.LotSizeSource> value); | |
partial void OnLotSizeSourceChanged(); | |
/// <summary> | |
/// The total square footage of the lot. This field is related to the Lot Size Area and Lot Size Units and must be in sync with the values represented in those fields. Lot Size Source also applies to this field when used. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> LotSizeSquareFeet | |
{ | |
get | |
{ | |
return this._LotSizeSquareFeet; | |
} | |
set | |
{ | |
this.OnLotSizeSquareFeetChanging(value); | |
this._LotSizeSquareFeet = value; | |
this.OnLotSizeSquareFeetChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _LotSizeSquareFeet; | |
partial void OnLotSizeSquareFeetChanging(global::System.Nullable<decimal> value); | |
partial void OnLotSizeSquareFeetChanged(); | |
/// <summary> | |
/// A pick list of the unit of measurement for the area. i.e. Square Feet, Square Meters, Acres, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LotSizeUnits> LotSizeUnits | |
{ | |
get | |
{ | |
return this._LotSizeUnits; | |
} | |
set | |
{ | |
this.OnLotSizeUnitsChanging(value); | |
this._LotSizeUnits = value; | |
this.OnLotSizeUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LotSizeUnits> _LotSizeUnits; | |
partial void OnLotSizeUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LotSizeUnits> value); | |
partial void OnLotSizeUnitsChanged(); | |
/// <summary> | |
/// The major marketing area name, as defined by the MLS or other non-governmental organization. If there is only one MLS Area in use, it must be the MLSAreaMajor. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MLSAreaMajor> MLSAreaMajor | |
{ | |
get | |
{ | |
return this._MLSAreaMajor; | |
} | |
set | |
{ | |
this.OnMLSAreaMajorChanging(value); | |
this._MLSAreaMajor = value; | |
this.OnMLSAreaMajorChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MLSAreaMajor> _MLSAreaMajor; | |
partial void OnMLSAreaMajorChanging(global::System.Nullable<global::org.reso.metadata.enums.MLSAreaMajor> value); | |
partial void OnMLSAreaMajorChanged(); | |
/// <summary> | |
/// The minor/sub marketing area name, as defined by the MLS or other non-governmental organization. If there is only one MLS Area in use, it must be the MLSAreaMajor. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MLSAreaMinor> MLSAreaMinor | |
{ | |
get | |
{ | |
return this._MLSAreaMinor; | |
} | |
set | |
{ | |
this.OnMLSAreaMinorChanging(value); | |
this._MLSAreaMinor = value; | |
this.OnMLSAreaMinorChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MLSAreaMinor> _MLSAreaMinor; | |
partial void OnMLSAreaMinorChanging(global::System.Nullable<global::org.reso.metadata.enums.MLSAreaMinor> value); | |
partial void OnMLSAreaMinorChanged(); | |
/// <summary> | |
/// The number of bathrooms located on the main or entry level of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> MainLevelBathrooms | |
{ | |
get | |
{ | |
return this._MainLevelBathrooms; | |
} | |
set | |
{ | |
this.OnMainLevelBathroomsChanging(value); | |
this._MainLevelBathrooms = value; | |
this.OnMainLevelBathroomsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _MainLevelBathrooms; | |
partial void OnMainLevelBathroomsChanging(global::System.Nullable<long> value); | |
partial void OnMainLevelBathroomsChanged(); | |
/// <summary> | |
/// The number of bedrooms located on the main or entry level of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> MainLevelBedrooms | |
{ | |
get | |
{ | |
return this._MainLevelBedrooms; | |
} | |
set | |
{ | |
this.OnMainLevelBedroomsChanging(value); | |
this._MainLevelBedrooms = value; | |
this.OnMainLevelBedroomsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _MainLevelBedrooms; | |
partial void OnMainLevelBedroomsChanging(global::System.Nullable<long> value); | |
partial void OnMainLevelBedroomsChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> MaintenanceExpense | |
{ | |
get | |
{ | |
return this._MaintenanceExpense; | |
} | |
set | |
{ | |
this.OnMaintenanceExpenseChanging(value); | |
this._MaintenanceExpense = value; | |
this.OnMaintenanceExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _MaintenanceExpense; | |
partial void OnMaintenanceExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnMaintenanceExpenseChanged(); | |
/// <summary> | |
/// Timestamp of the last major change on the listing (see also MajorChangeType). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> MajorChangeTimestamp | |
{ | |
get | |
{ | |
return this._MajorChangeTimestamp; | |
} | |
set | |
{ | |
this.OnMajorChangeTimestampChanging(value); | |
this._MajorChangeTimestamp = value; | |
this.OnMajorChangeTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _MajorChangeTimestamp; | |
partial void OnMajorChangeTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnMajorChangeTimestampChanged(); | |
/// <summary> | |
/// Description of the last major change on the listing, i.e. “price reduction”, “back on market”, etc. May be used to display on a summary view of listing results to quickly identify listings that have had major changes recently. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.ChangeType> MajorChangeType | |
{ | |
get | |
{ | |
return this._MajorChangeType; | |
} | |
set | |
{ | |
this.OnMajorChangeTypeChanging(value); | |
this._MajorChangeType = value; | |
this.OnMajorChangeTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.ChangeType> _MajorChangeType; | |
partial void OnMajorChangeTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.ChangeType> value); | |
partial void OnMajorChangeTypeChanged(); | |
/// <summary> | |
/// Make of the mobile or manufactured home. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "Make cannot be longer than 50 characters.")] | |
public virtual string Make | |
{ | |
get | |
{ | |
return this._Make; | |
} | |
set | |
{ | |
this.OnMakeChanging(value); | |
this._Make = value; | |
this.OnMakeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Make; | |
partial void OnMakeChanging(string value); | |
partial void OnMakeChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. This is for an individual manager. Use ProfessionalManagementExpense for a management company. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> ManagerExpense | |
{ | |
get | |
{ | |
return this._ManagerExpense; | |
} | |
set | |
{ | |
this.OnManagerExpenseChanging(value); | |
this._ManagerExpense = value; | |
this.OnManagerExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _ManagerExpense; | |
partial void OnManagerExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnManagerExpenseChanged(); | |
/// <summary> | |
/// A map coordinate for the property, as determined by local custom. This is not necessarily the same as the geographic coordinate but may depend on the coordinate system used by whatever mapping service is customarily used by the listing service. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "MapCoordinate cannot be longer than 25 characters.")] | |
public virtual string MapCoordinate | |
{ | |
get | |
{ | |
return this._MapCoordinate; | |
} | |
set | |
{ | |
this.OnMapCoordinateChanging(value); | |
this._MapCoordinate = value; | |
this.OnMapCoordinateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MapCoordinate; | |
partial void OnMapCoordinateChanging(string value); | |
partial void OnMapCoordinateChanged(); | |
/// <summary> | |
/// Name of the map or map book publisher. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "MapCoordinateSource cannot be longer than 25 characters.")] | |
public virtual string MapCoordinateSource | |
{ | |
get | |
{ | |
return this._MapCoordinateSource; | |
} | |
set | |
{ | |
this.OnMapCoordinateSourceChanging(value); | |
this._MapCoordinateSource = value; | |
this.OnMapCoordinateSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MapCoordinateSource; | |
partial void OnMapCoordinateSourceChanging(string value); | |
partial void OnMapCoordinateSourceChanged(); | |
/// <summary> | |
/// URI to a map of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "MapURL cannot be longer than 8000 characters.")] | |
public virtual string MapURL | |
{ | |
get | |
{ | |
return this._MapURL; | |
} | |
set | |
{ | |
this.OnMapURLChanging(value); | |
this._MapURL = value; | |
this.OnMapURLChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MapURL; | |
partial void OnMapURLChanging(string value); | |
partial void OnMapURLChanged(); | |
/// <summary> | |
/// The name of the junior or middle school having a catchment area that includes the associated property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MiddleOrJuniorSchool> MiddleOrJuniorSchool | |
{ | |
get | |
{ | |
return this._MiddleOrJuniorSchool; | |
} | |
set | |
{ | |
this.OnMiddleOrJuniorSchoolChanging(value); | |
this._MiddleOrJuniorSchool = value; | |
this.OnMiddleOrJuniorSchoolChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MiddleOrJuniorSchool> _MiddleOrJuniorSchool; | |
partial void OnMiddleOrJuniorSchoolChanging(global::System.Nullable<global::org.reso.metadata.enums.MiddleOrJuniorSchool> value); | |
partial void OnMiddleOrJuniorSchoolChanged(); | |
/// <summary> | |
/// The name of the junior or middle school district having a catchment area that includes the associated property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MiddleOrJuniorSchoolDistrict> MiddleOrJuniorSchoolDistrict | |
{ | |
get | |
{ | |
return this._MiddleOrJuniorSchoolDistrict; | |
} | |
set | |
{ | |
this.OnMiddleOrJuniorSchoolDistrictChanging(value); | |
this._MiddleOrJuniorSchoolDistrict = value; | |
this.OnMiddleOrJuniorSchoolDistrictChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MiddleOrJuniorSchoolDistrict> _MiddleOrJuniorSchoolDistrict; | |
partial void OnMiddleOrJuniorSchoolDistrictChanging(global::System.Nullable<global::org.reso.metadata.enums.MiddleOrJuniorSchoolDistrict> value); | |
partial void OnMiddleOrJuniorSchoolDistrictChanged(); | |
/// <summary> | |
/// Local or regional status that are well known by business users. Each MlsStatus must map to a single StandardStatus. Multiple MlsStatus may map to a single StandardStatus. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MlsStatus> MlsStatus | |
{ | |
get | |
{ | |
return this._MlsStatus; | |
} | |
set | |
{ | |
this.OnMlsStatusChanging(value); | |
this._MlsStatus = value; | |
this.OnMlsStatusChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MlsStatus> _MlsStatus; | |
partial void OnMlsStatusChanging(global::System.Nullable<global::org.reso.metadata.enums.MlsStatus> value); | |
partial void OnMlsStatusChanged(); | |
/// <summary> | |
/// A pick list of the unit linear measurement. i.e. feed, meters, yards, kilometers, miles, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> MobileDimUnits | |
{ | |
get | |
{ | |
return this._MobileDimUnits; | |
} | |
set | |
{ | |
this.OnMobileDimUnitsChanging(value); | |
this._MobileDimUnits = value; | |
this.OnMobileDimUnitsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> _MobileDimUnits; | |
partial void OnMobileDimUnitsChanging(global::System.Nullable<global::org.reso.metadata.enums.LinearUnits> value); | |
partial void OnMobileDimUnitsChanged(); | |
/// <summary> | |
/// Is the mobile home to remain and be included in the sale of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> MobileHomeRemainsYN | |
{ | |
get | |
{ | |
return this._MobileHomeRemainsYN; | |
} | |
set | |
{ | |
this.OnMobileHomeRemainsYNChanging(value); | |
this._MobileHomeRemainsYN = value; | |
this.OnMobileHomeRemainsYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _MobileHomeRemainsYN; | |
partial void OnMobileHomeRemainsYNChanging(global::System.Nullable<bool> value); | |
partial void OnMobileHomeRemainsYNChanged(); | |
/// <summary> | |
/// Length of the mobile/manufactured home. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> MobileLength | |
{ | |
get | |
{ | |
return this._MobileLength; | |
} | |
set | |
{ | |
this.OnMobileLengthChanging(value); | |
this._MobileLength = value; | |
this.OnMobileLengthChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _MobileLength; | |
partial void OnMobileLengthChanging(global::System.Nullable<long> value); | |
partial void OnMobileLengthChanged(); | |
/// <summary> | |
/// Width of the mobile/manufactured home. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> MobileWidth | |
{ | |
get | |
{ | |
return this._MobileWidth; | |
} | |
set | |
{ | |
this.OnMobileWidthChanging(value); | |
this._MobileWidth = value; | |
this.OnMobileWidthChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _MobileWidth; | |
partial void OnMobileWidthChanging(global::System.Nullable<long> value); | |
partial void OnMobileWidthChanged(); | |
/// <summary> | |
/// Model of the mobile or manufactured home. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "Model cannot be longer than 50 characters.")] | |
public virtual string Model | |
{ | |
get | |
{ | |
return this._Model; | |
} | |
set | |
{ | |
this.OnModelChanging(value); | |
this._Model = value; | |
this.OnModelChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Model; | |
partial void OnModelChanging(string value); | |
partial void OnModelChanged(); | |
/// <summary> | |
/// The transactional timestamp automatically recorded by the MLS system representing the date/time the listing was last modified. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> ModificationTimestamp | |
{ | |
get | |
{ | |
return this._ModificationTimestamp; | |
} | |
set | |
{ | |
this.OnModificationTimestampChanging(value); | |
this._ModificationTimestamp = value; | |
this.OnModificationTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _ModificationTimestamp; | |
partial void OnModificationTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnModificationTimestampChanged(); | |
/// <summary> | |
/// Net operating income is the revenue from a property after operating expenses have been deducted, but before deducting income taxes and financing expenses (interest and Principal Payments). For example, Gross Income - Operating Expenses = Net Operating Income (NOI). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> NetOperatingIncome | |
{ | |
get | |
{ | |
return this._NetOperatingIncome; | |
} | |
set | |
{ | |
this.OnNetOperatingIncomeChanging(value); | |
this._NetOperatingIncome = value; | |
this.OnNetOperatingIncomeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _NetOperatingIncome; | |
partial void OnNetOperatingIncomeChanging(global::System.Nullable<decimal> value); | |
partial void OnNetOperatingIncomeChanged(); | |
/// <summary> | |
/// Is the property newly constructed and has not been previously occupied? | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> NewConstructionYN | |
{ | |
get | |
{ | |
return this._NewConstructionYN; | |
} | |
set | |
{ | |
this.OnNewConstructionYNChanging(value); | |
this._NewConstructionYN = value; | |
this.OnNewConstructionYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _NewConstructionYN; | |
partial void OnNewConstructionYNChanging(global::System.Nullable<bool> value); | |
partial void OnNewConstructionYNChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> NewTaxesExpense | |
{ | |
get | |
{ | |
return this._NewTaxesExpense; | |
} | |
set | |
{ | |
this.OnNewTaxesExpenseChanging(value); | |
this._NewTaxesExpense = value; | |
this.OnNewTaxesExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _NewTaxesExpense; | |
partial void OnNewTaxesExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnNewTaxesExpenseChanged(); | |
/// <summary> | |
/// Total number of separate buildings included in the income property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfBuildings | |
{ | |
get | |
{ | |
return this._NumberOfBuildings; | |
} | |
set | |
{ | |
this.OnNumberOfBuildingsChanging(value); | |
this._NumberOfBuildings = value; | |
this.OnNumberOfBuildingsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfBuildings; | |
partial void OnNumberOfBuildingsChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfBuildingsChanged(); | |
/// <summary> | |
/// The current number of individuals employed by the business on a full-time basis. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfFullTimeEmployees | |
{ | |
get | |
{ | |
return this._NumberOfFullTimeEmployees; | |
} | |
set | |
{ | |
this.OnNumberOfFullTimeEmployeesChanging(value); | |
this._NumberOfFullTimeEmployees = value; | |
this.OnNumberOfFullTimeEmployeesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfFullTimeEmployees; | |
partial void OnNumberOfFullTimeEmployeesChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfFullTimeEmployeesChanged(); | |
/// <summary> | |
/// Total number of lots on the property or included in the sale. Land properties are often sold with multiple lots. It is important to be able to describe how many lots are in the property and not in all cases do lots have separate Parcel IDs. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfLots | |
{ | |
get | |
{ | |
return this._NumberOfLots; | |
} | |
set | |
{ | |
this.OnNumberOfLotsChanging(value); | |
this._NumberOfLots = value; | |
this.OnNumberOfLotsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfLots; | |
partial void OnNumberOfLotsChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfLotsChanged(); | |
/// <summary> | |
/// The number of pads or spaces in the mobile home park. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfPads | |
{ | |
get | |
{ | |
return this._NumberOfPads; | |
} | |
set | |
{ | |
this.OnNumberOfPadsChanging(value); | |
this._NumberOfPads = value; | |
this.OnNumberOfPadsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfPads; | |
partial void OnNumberOfPadsChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfPadsChanged(); | |
/// <summary> | |
/// The current number of individuals employed by the business on a part-time basis. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfPartTimeEmployees | |
{ | |
get | |
{ | |
return this._NumberOfPartTimeEmployees; | |
} | |
set | |
{ | |
this.OnNumberOfPartTimeEmployeesChanging(value); | |
this._NumberOfPartTimeEmployees = value; | |
this.OnNumberOfPartTimeEmployeesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfPartTimeEmployees; | |
partial void OnNumberOfPartTimeEmployeesChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfPartTimeEmployeesChanged(); | |
/// <summary> | |
/// Total number of separate meters on the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfSeparateElectricMeters | |
{ | |
get | |
{ | |
return this._NumberOfSeparateElectricMeters; | |
} | |
set | |
{ | |
this.OnNumberOfSeparateElectricMetersChanging(value); | |
this._NumberOfSeparateElectricMeters = value; | |
this.OnNumberOfSeparateElectricMetersChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfSeparateElectricMeters; | |
partial void OnNumberOfSeparateElectricMetersChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfSeparateElectricMetersChanged(); | |
/// <summary> | |
/// Total number of separate meters on the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfSeparateGasMeters | |
{ | |
get | |
{ | |
return this._NumberOfSeparateGasMeters; | |
} | |
set | |
{ | |
this.OnNumberOfSeparateGasMetersChanging(value); | |
this._NumberOfSeparateGasMeters = value; | |
this.OnNumberOfSeparateGasMetersChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfSeparateGasMeters; | |
partial void OnNumberOfSeparateGasMetersChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfSeparateGasMetersChanged(); | |
/// <summary> | |
/// Total number of separate meters on the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfSeparateWaterMeters | |
{ | |
get | |
{ | |
return this._NumberOfSeparateWaterMeters; | |
} | |
set | |
{ | |
this.OnNumberOfSeparateWaterMetersChanging(value); | |
this._NumberOfSeparateWaterMeters = value; | |
this.OnNumberOfSeparateWaterMetersChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfSeparateWaterMeters; | |
partial void OnNumberOfSeparateWaterMetersChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfSeparateWaterMetersChanged(); | |
/// <summary> | |
/// The total number of units in the building, complex or community. This is not the number of units being sold, but rather the size of the community in which the dwelling being sold is located. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfUnitsInCommunity | |
{ | |
get | |
{ | |
return this._NumberOfUnitsInCommunity; | |
} | |
set | |
{ | |
this.OnNumberOfUnitsInCommunityChanging(value); | |
this._NumberOfUnitsInCommunity = value; | |
this.OnNumberOfUnitsInCommunityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfUnitsInCommunity; | |
partial void OnNumberOfUnitsInCommunityChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfUnitsInCommunityChanged(); | |
/// <summary> | |
/// Total number of units currently under a lease agreement. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfUnitsLeased | |
{ | |
get | |
{ | |
return this._NumberOfUnitsLeased; | |
} | |
set | |
{ | |
this.OnNumberOfUnitsLeasedChanging(value); | |
this._NumberOfUnitsLeased = value; | |
this.OnNumberOfUnitsLeasedChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfUnitsLeased; | |
partial void OnNumberOfUnitsLeasedChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfUnitsLeasedChanged(); | |
/// <summary> | |
/// The total number of units leasable month to month. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfUnitsMoMo | |
{ | |
get | |
{ | |
return this._NumberOfUnitsMoMo; | |
} | |
set | |
{ | |
this.OnNumberOfUnitsMoMoChanging(value); | |
this._NumberOfUnitsMoMo = value; | |
this.OnNumberOfUnitsMoMoChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfUnitsMoMo; | |
partial void OnNumberOfUnitsMoMoChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfUnitsMoMoChanged(); | |
/// <summary> | |
/// Total number of units included in the income property, occupied or unoccupied. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfUnitsTotal | |
{ | |
get | |
{ | |
return this._NumberOfUnitsTotal; | |
} | |
set | |
{ | |
this.OnNumberOfUnitsTotalChanging(value); | |
this._NumberOfUnitsTotal = value; | |
this.OnNumberOfUnitsTotalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfUnitsTotal; | |
partial void OnNumberOfUnitsTotalChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfUnitsTotalChanged(); | |
/// <summary> | |
/// The number of units currently vacant. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> NumberOfUnitsVacant | |
{ | |
get | |
{ | |
return this._NumberOfUnitsVacant; | |
} | |
set | |
{ | |
this.OnNumberOfUnitsVacantChanging(value); | |
this._NumberOfUnitsVacant = value; | |
this.OnNumberOfUnitsVacantChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _NumberOfUnitsVacant; | |
partial void OnNumberOfUnitsVacantChanging(global::System.Nullable<long> value); | |
partial void OnNumberOfUnitsVacantChanged(); | |
/// <summary> | |
/// Name of the current occupant, if any, of the property being sold. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "OccupantName cannot be longer than 50 characters.")] | |
public virtual string OccupantName | |
{ | |
get | |
{ | |
return this._OccupantName; | |
} | |
set | |
{ | |
this.OnOccupantNameChanging(value); | |
this._OccupantName = value; | |
this.OnOccupantNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OccupantName; | |
partial void OnOccupantNameChanging(string value); | |
partial void OnOccupantNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "OccupantPhone cannot be longer than 16 characters.")] | |
public virtual string OccupantPhone | |
{ | |
get | |
{ | |
return this._OccupantPhone; | |
} | |
set | |
{ | |
this.OnOccupantPhoneChanging(value); | |
this._OccupantPhone = value; | |
this.OnOccupantPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OccupantPhone; | |
partial void OnOccupantPhoneChanging(string value); | |
partial void OnOccupantPhoneChanged(); | |
/// <summary> | |
/// A field that describes the type of occupant, i.e. Owner, Tenant, Vacant. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.OccupantType> OccupantType | |
{ | |
get | |
{ | |
return this._OccupantType; | |
} | |
set | |
{ | |
this.OnOccupantTypeChanging(value); | |
this._OccupantType = value; | |
this.OnOccupantTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.OccupantType> _OccupantType; | |
partial void OnOccupantTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.OccupantType> value); | |
partial void OnOccupantTypeChanged(); | |
/// <summary> | |
/// The date the listing was taken off market. Where possible, this date is reflective of the date entered by the agent reflecting when the change occurred contractually, not a timestamp of when the change was made in the MLS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> OffMarketDate | |
{ | |
get | |
{ | |
return this._OffMarketDate; | |
} | |
set | |
{ | |
this.OnOffMarketDateChanging(value); | |
this._OffMarketDate = value; | |
this.OnOffMarketDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _OffMarketDate; | |
partial void OnOffMarketDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnOffMarketDateChanged(); | |
/// <summary> | |
/// The transactional timestamp automatically recorded by the MLS system representing the most recent date/time the listing's status was set to and off market status (not Active or Backup) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> OffMarketTimestamp | |
{ | |
get | |
{ | |
return this._OffMarketTimestamp; | |
} | |
set | |
{ | |
this.OnOffMarketTimestampChanging(value); | |
this._OffMarketTimestamp = value; | |
this.OnOffMarketTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _OffMarketTimestamp; | |
partial void OnOffMarketTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnOffMarketTimestampChanged(); | |
/// <summary> | |
/// The date the listing was placed on market. Where possible, this date is reflective of the date entered by the agent reflecting when the change occurred contractually, not a timestamp of when the change was made in the MLS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> OnMarketDate | |
{ | |
get | |
{ | |
return this._OnMarketDate; | |
} | |
set | |
{ | |
this.OnOnMarketDateChanging(value); | |
this._OnMarketDate = value; | |
this.OnOnMarketDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _OnMarketDate; | |
partial void OnOnMarketDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnOnMarketDateChanged(); | |
/// <summary> | |
/// The transactional timestamp automatically recorded by the MLS system representing the most recent date/time the listing's status was set to Active or Backup. This also includes initial input of the listing to Active/Backup or from a draft or approval status to Active/Backup. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> OnMarketTimestamp | |
{ | |
get | |
{ | |
return this._OnMarketTimestamp; | |
} | |
set | |
{ | |
this.OnOnMarketTimestampChanging(value); | |
this._OnMarketTimestamp = value; | |
this.OnOnMarketTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _OnMarketTimestamp; | |
partial void OnOnMarketTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnOnMarketTimestampChanged(); | |
/// <summary> | |
/// The number of open or uncovered parking spaces included in the sale. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> OpenParkingSpaces | |
{ | |
get | |
{ | |
return this._OpenParkingSpaces; | |
} | |
set | |
{ | |
this.OnOpenParkingSpacesChanging(value); | |
this._OpenParkingSpaces = value; | |
this.OnOpenParkingSpacesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _OpenParkingSpaces; | |
partial void OnOpenParkingSpacesChanging(global::System.Nullable<decimal> value); | |
partial void OnOpenParkingSpacesChanged(); | |
/// <summary> | |
/// A flag indicating that any parking spaces associated with the property are not covered by a roof. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> OpenParkingYN | |
{ | |
get | |
{ | |
return this._OpenParkingYN; | |
} | |
set | |
{ | |
this.OnOpenParkingYNChanging(value); | |
this._OpenParkingYN = value; | |
this.OnOpenParkingYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _OpenParkingYN; | |
partial void OnOpenParkingYNChanging(global::System.Nullable<bool> value); | |
partial void OnOpenParkingYNChanged(); | |
/// <summary> | |
/// The costs associated with the operation and maintenance of an income-producing property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> OperatingExpense | |
{ | |
get | |
{ | |
return this._OperatingExpense; | |
} | |
set | |
{ | |
this.OnOperatingExpenseChanging(value); | |
this._OperatingExpense = value; | |
this.OnOperatingExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _OperatingExpense; | |
partial void OnOperatingExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnOperatingExpenseChanged(); | |
/// <summary> | |
/// When individual expense fields are not used and only a total is entered, this lists the expenses that are included in the OperatingExpense field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OperatingExpenseIncludes> OperatingExpenseIncludes | |
{ | |
get | |
{ | |
return this._OperatingExpenseIncludes; | |
} | |
set | |
{ | |
this.OnOperatingExpenseIncludesChanging(value); | |
this._OperatingExpenseIncludes = value; | |
this.OnOperatingExpenseIncludesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OperatingExpenseIncludes> _OperatingExpenseIncludes = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OperatingExpenseIncludes>(); | |
partial void OnOperatingExpenseIncludesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OperatingExpenseIncludes> value); | |
partial void OnOperatingExpenseIncludesChanged(); | |
/// <summary> | |
/// The transactional timestamp automatically recorded by the MLS system representing the date/time the listing was entered and made visible to members of the MLS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> OriginalEntryTimestamp | |
{ | |
get | |
{ | |
return this._OriginalEntryTimestamp; | |
} | |
set | |
{ | |
this.OnOriginalEntryTimestampChanging(value); | |
this._OriginalEntryTimestamp = value; | |
this.OnOriginalEntryTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _OriginalEntryTimestamp; | |
partial void OnOriginalEntryTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnOriginalEntryTimestampChanged(); | |
/// <summary> | |
/// The original price of the property on the initial agreement between the seller and the seller's broker. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> OriginalListPrice | |
{ | |
get | |
{ | |
return this._OriginalListPrice; | |
} | |
set | |
{ | |
this.OnOriginalListPriceChanging(value); | |
this._OriginalListPrice = value; | |
this.OnOriginalListPriceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _OriginalListPrice; | |
partial void OnOriginalListPriceChanging(global::System.Nullable<decimal> value); | |
partial void OnOriginalListPriceChanged(); | |
/// <summary> | |
/// The RESO OUID's OrganizationUniqueId of the Originating record provider. The Originating system is the system with authoritative control over the record. For example; the name of the MLS where the listing was input. In cases where the Originating system was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OriginatingSystemID cannot be longer than 25 characters.")] | |
public virtual string OriginatingSystemID | |
{ | |
get | |
{ | |
return this._OriginatingSystemID; | |
} | |
set | |
{ | |
this.OnOriginatingSystemIDChanging(value); | |
this._OriginatingSystemID = value; | |
this.OnOriginatingSystemIDChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemID; | |
partial void OnOriginatingSystemIDChanging(string value); | |
partial void OnOriginatingSystemIDChanged(); | |
/// <summary> | |
/// The system key, a unique record identifier, from the Originating system. The Originating system is the system with authoritative control over the record. For example, the Multiple Listing Service where the listing was input. There may be cases where the Source System (how you received the record) is not the Originating System. See Source System Key for more information. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OriginatingSystemKey cannot be longer than 255 characters.")] | |
public virtual string OriginatingSystemKey | |
{ | |
get | |
{ | |
return this._OriginatingSystemKey; | |
} | |
set | |
{ | |
this.OnOriginatingSystemKeyChanging(value); | |
this._OriginatingSystemKey = value; | |
this.OnOriginatingSystemKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemKey; | |
partial void OnOriginatingSystemKeyChanging(string value); | |
partial void OnOriginatingSystemKeyChanged(); | |
/// <summary> | |
/// The name of the Originating record provider. Most commonly the name of the MLS. The place where the listing is originally input by the member. The legal name of the company. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OriginatingSystemName cannot be longer than 255 characters.")] | |
public virtual string OriginatingSystemName | |
{ | |
get | |
{ | |
return this._OriginatingSystemName; | |
} | |
set | |
{ | |
this.OnOriginatingSystemNameChanging(value); | |
this._OriginatingSystemName = value; | |
this.OnOriginatingSystemNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemName; | |
partial void OnOriginatingSystemNameChanging(string value); | |
partial void OnOriginatingSystemNameChanged(); | |
/// <summary> | |
/// A list of other equipment that will be included in the sale of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OtherEquipment> OtherEquipment | |
{ | |
get | |
{ | |
return this._OtherEquipment; | |
} | |
set | |
{ | |
this.OnOtherEquipmentChanging(value); | |
this._OtherEquipment = value; | |
this.OnOtherEquipmentChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OtherEquipment> _OtherEquipment = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OtherEquipment>(); | |
partial void OnOtherEquipmentChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OtherEquipment> value); | |
partial void OnOtherEquipmentChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> OtherExpense | |
{ | |
get | |
{ | |
return this._OtherExpense; | |
} | |
set | |
{ | |
this.OnOtherExpenseChanging(value); | |
this._OtherExpense = value; | |
this.OnOtherExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _OtherExpense; | |
partial void OnOtherExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnOtherExpenseChanged(); | |
/// <summary> | |
/// Other types of parking available to, or part of, the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(1024, ErrorMessage = "OtherParking cannot be longer than 1024 characters.")] | |
public virtual string OtherParking | |
{ | |
get | |
{ | |
return this._OtherParking; | |
} | |
set | |
{ | |
this.OnOtherParkingChanging(value); | |
this._OtherParking = value; | |
this.OnOtherParkingChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OtherParking; | |
partial void OnOtherParkingChanging(string value); | |
partial void OnOtherParkingChanged(); | |
/// <summary> | |
/// A list of structures other than the main dwelling. For example, Guest House, Barn, Shed, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OtherStructures> OtherStructures | |
{ | |
get | |
{ | |
return this._OtherStructures; | |
} | |
set | |
{ | |
this.OnOtherStructuresChanging(value); | |
this._OtherStructures = value; | |
this.OnOtherStructuresChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OtherStructures> _OtherStructures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OtherStructures>(); | |
partial void OnOtherStructuresChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OtherStructures> value); | |
partial void OnOtherStructuresChanged(); | |
/// <summary> | |
/// Name of the owner of the property being sold. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "OwnerName cannot be longer than 50 characters.")] | |
public virtual string OwnerName | |
{ | |
get | |
{ | |
return this._OwnerName; | |
} | |
set | |
{ | |
this.OnOwnerNameChanging(value); | |
this._OwnerName = value; | |
this.OnOwnerNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OwnerName; | |
partial void OnOwnerNameChanging(string value); | |
partial void OnOwnerNameChanged(); | |
/// <summary> | |
/// A list of expenses for the property paid for by the owner as opposed to the tenant (e.g. Water, Trash, Electric). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OwnerPays> OwnerPays | |
{ | |
get | |
{ | |
return this._OwnerPays; | |
} | |
set | |
{ | |
this.OnOwnerPaysChanging(value); | |
this._OwnerPays = value; | |
this.OnOwnerPaysChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OwnerPays> _OwnerPays = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OwnerPays>(); | |
partial void OnOwnerPaysChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.OwnerPays> value); | |
partial void OnOwnerPaysChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "OwnerPhone cannot be longer than 16 characters.")] | |
public virtual string OwnerPhone | |
{ | |
get | |
{ | |
return this._OwnerPhone; | |
} | |
set | |
{ | |
this.OnOwnerPhoneChanging(value); | |
this._OwnerPhone = value; | |
this.OnOwnerPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OwnerPhone; | |
partial void OnOwnerPhoneChanging(string value); | |
partial void OnOwnerPhoneChanged(); | |
/// <summary> | |
/// A text description of the manner in which title to a property is held. Trust, Corporation, Joint Tennant, Individual. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(1024, ErrorMessage = "Ownership cannot be longer than 1024 characters.")] | |
public virtual string Ownership | |
{ | |
get | |
{ | |
return this._Ownership; | |
} | |
set | |
{ | |
this.OnOwnershipChanging(value); | |
this._Ownership = value; | |
this.OnOwnershipChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Ownership; | |
partial void OnOwnershipChanging(string value); | |
partial void OnOwnershipChanged(); | |
/// <summary> | |
/// Current type of ownership of the business being sold. i.e. Corporation, LLC, Sole P, Partnership, etc., | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.OwnershipType> OwnershipType | |
{ | |
get | |
{ | |
return this._OwnershipType; | |
} | |
set | |
{ | |
this.OnOwnershipTypeChanging(value); | |
this._OwnershipType = value; | |
this.OnOwnershipTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.OwnershipType> _OwnershipType; | |
partial void OnOwnershipTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.OwnershipType> value); | |
partial void OnOwnershipTypeChanged(); | |
/// <summary> | |
/// A number used to uniquely identify a parcel or lot. This number is typically issued by the county or county assessor. The AP number format varies from county to county. It is recommended that all Parcel Numbers be transmitted without dashes or hyphens. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "ParcelNumber cannot be longer than 50 characters.")] | |
public virtual string ParcelNumber | |
{ | |
get | |
{ | |
return this._ParcelNumber; | |
} | |
set | |
{ | |
this.OnParcelNumberChanging(value); | |
this._ParcelNumber = value; | |
this.OnParcelNumberChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ParcelNumber; | |
partial void OnParcelNumberChanging(string value); | |
partial void OnParcelNumberChanged(); | |
/// <summary> | |
/// Name of the manager of the mobile home park. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "ParkManagerName cannot be longer than 50 characters.")] | |
public virtual string ParkManagerName | |
{ | |
get | |
{ | |
return this._ParkManagerName; | |
} | |
set | |
{ | |
this.OnParkManagerNameChanging(value); | |
this._ParkManagerName = value; | |
this.OnParkManagerNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ParkManagerName; | |
partial void OnParkManagerNameChanging(string value); | |
partial void OnParkManagerNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ParkManagerPhone cannot be longer than 16 characters.")] | |
public virtual string ParkManagerPhone | |
{ | |
get | |
{ | |
return this._ParkManagerPhone; | |
} | |
set | |
{ | |
this.OnParkManagerPhoneChanging(value); | |
this._ParkManagerPhone = value; | |
this.OnParkManagerPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ParkManagerPhone; | |
partial void OnParkManagerPhoneChanging(string value); | |
partial void OnParkManagerPhoneChanged(); | |
/// <summary> | |
/// Name of the mobile home park or corporate/commercial park. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "ParkName cannot be longer than 50 characters.")] | |
public virtual string ParkName | |
{ | |
get | |
{ | |
return this._ParkName; | |
} | |
set | |
{ | |
this.OnParkNameChanging(value); | |
this._ParkName = value; | |
this.OnParkNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ParkName; | |
partial void OnParkNameChanging(string value); | |
partial void OnParkNameChanged(); | |
/// <summary> | |
/// A list of features or description of the parking included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ParkingFeatures> ParkingFeatures | |
{ | |
get | |
{ | |
return this._ParkingFeatures; | |
} | |
set | |
{ | |
this.OnParkingFeaturesChanging(value); | |
this._ParkingFeatures = value; | |
this.OnParkingFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ParkingFeatures> _ParkingFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ParkingFeatures>(); | |
partial void OnParkingFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ParkingFeatures> value); | |
partial void OnParkingFeaturesChanged(); | |
/// <summary> | |
/// The total number of parking spaces included in the sale. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> ParkingTotal | |
{ | |
get | |
{ | |
return this._ParkingTotal; | |
} | |
set | |
{ | |
this.OnParkingTotalChanging(value); | |
this._ParkingTotal = value; | |
this.OnParkingTotalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _ParkingTotal; | |
partial void OnParkingTotalChanging(global::System.Nullable<decimal> value); | |
partial void OnParkingTotalChanged(); | |
/// <summary> | |
/// Measurement or percentage of the property that has been allocated as pasture or grazing area. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> PastureArea | |
{ | |
get | |
{ | |
return this._PastureArea; | |
} | |
set | |
{ | |
this.OnPastureAreaChanging(value); | |
this._PastureArea = value; | |
this.OnPastureAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _PastureArea; | |
partial void OnPastureAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnPastureAreaChanged(); | |
/// <summary> | |
/// A list of features or description of the patio or porch included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PatioAndPorchFeatures> PatioAndPorchFeatures | |
{ | |
get | |
{ | |
return this._PatioAndPorchFeatures; | |
} | |
set | |
{ | |
this.OnPatioAndPorchFeaturesChanging(value); | |
this._PatioAndPorchFeatures = value; | |
this.OnPatioAndPorchFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PatioAndPorchFeatures> _PatioAndPorchFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PatioAndPorchFeatures>(); | |
partial void OnPatioAndPorchFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PatioAndPorchFeatures> value); | |
partial void OnPatioAndPorchFeaturesChanged(); | |
/// <summary> | |
/// The transactional timestamp automatically recorded by the MLS system representing the most recent date/time the listing's status was set to Pending. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> PendingTimestamp | |
{ | |
get | |
{ | |
return this._PendingTimestamp; | |
} | |
set | |
{ | |
this.OnPendingTimestampChanging(value); | |
this._PendingTimestamp = value; | |
this.OnPendingTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _PendingTimestamp; | |
partial void OnPendingTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnPendingTimestampChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> PestControlExpense | |
{ | |
get | |
{ | |
return this._PestControlExpense; | |
} | |
set | |
{ | |
this.OnPestControlExpenseChanging(value); | |
this._PestControlExpense = value; | |
this.OnPestControlExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _PestControlExpense; | |
partial void OnPestControlExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnPestControlExpenseChanged(); | |
/// <summary> | |
/// Are pets allowed at the property being leased? A list of yes, no and more detailed restrictions/allowances. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PetsAllowed> PetsAllowed | |
{ | |
get | |
{ | |
return this._PetsAllowed; | |
} | |
set | |
{ | |
this.OnPetsAllowedChanging(value); | |
this._PetsAllowed = value; | |
this.OnPetsAllowedChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PetsAllowed> _PetsAllowed = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PetsAllowed>(); | |
partial void OnPetsAllowedChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PetsAllowed> value); | |
partial void OnPetsAllowedChanged(); | |
/// <summary> | |
/// System generated timestamp of when the last update or change to the photos for this listing was made. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> PhotosChangeTimestamp | |
{ | |
get | |
{ | |
return this._PhotosChangeTimestamp; | |
} | |
set | |
{ | |
this.OnPhotosChangeTimestampChanging(value); | |
this._PhotosChangeTimestamp = value; | |
this.OnPhotosChangeTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _PhotosChangeTimestamp; | |
partial void OnPhotosChangeTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnPhotosChangeTimestampChanged(); | |
/// <summary> | |
/// The total number of pictures or photos included with the listing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> PhotosCount | |
{ | |
get | |
{ | |
return this._PhotosCount; | |
} | |
set | |
{ | |
this.OnPhotosCountChanging(value); | |
this._PhotosCount = value; | |
this.OnPhotosCountChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _PhotosCount; | |
partial void OnPhotosCountChanging(global::System.Nullable<long> value); | |
partial void OnPhotosCountChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> PoolExpense | |
{ | |
get | |
{ | |
return this._PoolExpense; | |
} | |
set | |
{ | |
this.OnPoolExpenseChanging(value); | |
this._PoolExpense = value; | |
this.OnPoolExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _PoolExpense; | |
partial void OnPoolExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnPoolExpenseChanged(); | |
/// <summary> | |
/// A list of features or description of the pool included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PoolFeatures> PoolFeatures | |
{ | |
get | |
{ | |
return this._PoolFeatures; | |
} | |
set | |
{ | |
this.OnPoolFeaturesChanging(value); | |
this._PoolFeatures = value; | |
this.OnPoolFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PoolFeatures> _PoolFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PoolFeatures>(); | |
partial void OnPoolFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PoolFeatures> value); | |
partial void OnPoolFeaturesChanged(); | |
/// <summary> | |
/// The property has a privately owned pool that is included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> PoolPrivateYN | |
{ | |
get | |
{ | |
return this._PoolPrivateYN; | |
} | |
set | |
{ | |
this.OnPoolPrivateYNChanging(value); | |
this._PoolPrivateYN = value; | |
this.OnPoolPrivateYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _PoolPrivateYN; | |
partial void OnPoolPrivateYNChanging(global::System.Nullable<bool> value); | |
partial void OnPoolPrivateYNChanged(); | |
/// <summary> | |
/// A list defining when possession will occur. i.e. COE, COE+1, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Possession> Possession | |
{ | |
get | |
{ | |
return this._Possession; | |
} | |
set | |
{ | |
this.OnPossessionChanging(value); | |
this._Possession = value; | |
this.OnPossessionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Possession> _Possession = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Possession>(); | |
partial void OnPossessionChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Possession> value); | |
partial void OnPossessionChanged(); | |
/// <summary> | |
/// A list of the type(s) of possible or best uses of the property. Probable use gives a good indication of what the best use or potential use of the property could be. i.e. Primary, Vacation, Investment, Rental, Retirement | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PossibleUse> PossibleUse | |
{ | |
get | |
{ | |
return this._PossibleUse; | |
} | |
set | |
{ | |
this.OnPossibleUseChanging(value); | |
this._PossibleUse = value; | |
this.OnPossibleUseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PossibleUse> _PossibleUse = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PossibleUse>(); | |
partial void OnPossibleUseChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PossibleUse> value); | |
partial void OnPossibleUseChanged(); | |
/// <summary> | |
/// The official city per the USPS. May be different from the "City". | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.PostalCity> PostalCity | |
{ | |
get | |
{ | |
return this._PostalCity; | |
} | |
set | |
{ | |
this.OnPostalCityChanging(value); | |
this._PostalCity = value; | |
this.OnPostalCityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.PostalCity> _PostalCity; | |
partial void OnPostalCityChanging(global::System.Nullable<global::org.reso.metadata.enums.PostalCity> value); | |
partial void OnPostalCityChanged(); | |
/// <summary> | |
/// The postal code portion of a street or mailing address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "PostalCode cannot be longer than 10 characters.")] | |
public virtual string PostalCode | |
{ | |
get | |
{ | |
return this._PostalCode; | |
} | |
set | |
{ | |
this.OnPostalCodeChanging(value); | |
this._PostalCode = value; | |
this.OnPostalCodeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _PostalCode; | |
partial void OnPostalCodeChanging(string value); | |
partial void OnPostalCodeChanged(); | |
/// <summary> | |
/// The postal code +4 portion of a street or mailing address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(4, ErrorMessage = "PostalCodePlus4 cannot be longer than 4 characters.")] | |
public virtual string PostalCodePlus4 | |
{ | |
get | |
{ | |
return this._PostalCodePlus4; | |
} | |
set | |
{ | |
this.OnPostalCodePlus4Changing(value); | |
this._PostalCodePlus4 = value; | |
this.OnPostalCodePlus4Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _PostalCodePlus4; | |
partial void OnPostalCodePlus4Changing(string value); | |
partial void OnPostalCodePlus4Changed(); | |
/// <summary> | |
/// This field is a list of the types of power production system(s) available on the property. The key characteristics of the system are expected to appear as the "[type]" in the related power production fields in a flattened implementation (RETS 1.x only) of the power production fields. A relational implementation of power production must omit the type from the field name and use PowerProductionType to create a vertical representation of the various types of power production available. **Note that PV Solar is the only type of power production currently justified in multiple markets and thus shown. Up and coming renewables that could be added in the future depending on uptake: Wind, Geothermal, Thin Film Solar. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PowerProductionType> PowerProductionType | |
{ | |
get | |
{ | |
return this._PowerProductionType; | |
} | |
set | |
{ | |
this.OnPowerProductionTypeChanging(value); | |
this._PowerProductionType = value; | |
this.OnPowerProductionTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PowerProductionType> _PowerProductionType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PowerProductionType>(); | |
partial void OnPowerProductionTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PowerProductionType> value); | |
partial void OnPowerProductionTypeChanged(); | |
/// <summary> | |
/// The most recent previous ListPrice of the listing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> PreviousListPrice | |
{ | |
get | |
{ | |
return this._PreviousListPrice; | |
} | |
set | |
{ | |
this.OnPreviousListPriceChanging(value); | |
this._PreviousListPrice = value; | |
this.OnPreviousListPriceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _PreviousListPrice; | |
partial void OnPreviousListPriceChanging(global::System.Nullable<decimal> value); | |
partial void OnPreviousListPriceChanged(); | |
/// <summary> | |
/// The transactional timestamp automatically recorded by the MLS system representing the date/time the listing's price was last changed. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> PriceChangeTimestamp | |
{ | |
get | |
{ | |
return this._PriceChangeTimestamp; | |
} | |
set | |
{ | |
this.OnPriceChangeTimestampChanging(value); | |
this._PriceChangeTimestamp = value; | |
this.OnPriceChangeTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _PriceChangeTimestamp; | |
partial void OnPriceChangeTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnPriceChangeTimestampChanged(); | |
/// <summary> | |
/// A remarks field that is only visible to members of the same offices as the listing agent. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(4000, ErrorMessage = "PrivateOfficeRemarks cannot be longer than 4000 characters.")] | |
public virtual string PrivateOfficeRemarks | |
{ | |
get | |
{ | |
return this._PrivateOfficeRemarks; | |
} | |
set | |
{ | |
this.OnPrivateOfficeRemarksChanging(value); | |
this._PrivateOfficeRemarks = value; | |
this.OnPrivateOfficeRemarksChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _PrivateOfficeRemarks; | |
partial void OnPrivateOfficeRemarksChanging(string value); | |
partial void OnPrivateOfficeRemarksChanged(); | |
/// <summary> | |
/// Remarks that may contain security or proprietary information and should be restricted from public view. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(4000, ErrorMessage = "PrivateRemarks cannot be longer than 4000 characters.")] | |
public virtual string PrivateRemarks | |
{ | |
get | |
{ | |
return this._PrivateRemarks; | |
} | |
set | |
{ | |
this.OnPrivateRemarksChanging(value); | |
this._PrivateRemarks = value; | |
this.OnPrivateRemarksChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _PrivateRemarks; | |
partial void OnPrivateRemarksChanging(string value); | |
partial void OnPrivateRemarksChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. This is for a management company. Use ManagerExpense for a individual manager. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> ProfessionalManagementExpense | |
{ | |
get | |
{ | |
return this._ProfessionalManagementExpense; | |
} | |
set | |
{ | |
this.OnProfessionalManagementExpenseChanging(value); | |
this._ProfessionalManagementExpense = value; | |
this.OnProfessionalManagementExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _ProfessionalManagementExpense; | |
partial void OnProfessionalManagementExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnProfessionalManagementExpenseChanged(); | |
/// <summary> | |
/// A flag indicating that the primary structure is attached to another structure that is not included in the sale. i.e. one unit of a duplex. This flag may be T/F, Y/N or a list of attached or detached. As with all flags, the field may be null. In some systems this information may be part of the Property Sub Type. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> PropertyAttachedYN | |
{ | |
get | |
{ | |
return this._PropertyAttachedYN; | |
} | |
set | |
{ | |
this.OnPropertyAttachedYNChanging(value); | |
this._PropertyAttachedYN = value; | |
this.OnPropertyAttachedYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _PropertyAttachedYN; | |
partial void OnPropertyAttachedYNChanging(global::System.Nullable<bool> value); | |
partial void OnPropertyAttachedYNChanged(); | |
/// <summary> | |
/// A list describing the condition of the property and any structures included in the sale. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PropertyCondition> PropertyCondition | |
{ | |
get | |
{ | |
return this._PropertyCondition; | |
} | |
set | |
{ | |
this.OnPropertyConditionChanging(value); | |
this._PropertyCondition = value; | |
this.OnPropertyConditionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PropertyCondition> _PropertyCondition = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PropertyCondition>(); | |
partial void OnPropertyConditionChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.PropertyCondition> value); | |
partial void OnPropertyConditionChanged(); | |
/// <summary> | |
/// A list of types of residential and residential lease properties, i.e. SFR, Condo, etc. Or a list of Sub Types for Mobile, such as Expando, Manufactured, Modular, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.PropertySubType> PropertySubType | |
{ | |
get | |
{ | |
return this._PropertySubType; | |
} | |
set | |
{ | |
this.OnPropertySubTypeChanging(value); | |
this._PropertySubType = value; | |
this.OnPropertySubTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.PropertySubType> _PropertySubType; | |
partial void OnPropertySubTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.PropertySubType> value); | |
partial void OnPropertySubTypeChanged(); | |
/// <summary> | |
/// A list of types of properties such as Residential, Lease, Income, Land, Mobile, Commercial Sale, etc... | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.PropertyType> PropertyType | |
{ | |
get | |
{ | |
return this._PropertyType; | |
} | |
set | |
{ | |
this.OnPropertyTypeChanging(value); | |
this._PropertyType = value; | |
this.OnPropertyTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.PropertyType> _PropertyType; | |
partial void OnPropertyTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.PropertyType> value); | |
partial void OnPropertyTypeChanged(); | |
/// <summary> | |
/// Text remarks that may be displayed to the public. In an MLS, it is the field where information is entered for the public. This information is intended to be visible on-line. This is typically information that describes the selling points of the building and/or land for sale. Local conditions and rules will determine what such content can contain. Generally, the following information is excluded: any information pertaining to entry to the property, the seller and/or tenant, listing member contact information. In other systems, these remarks will be determined by local business rules. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(4000, ErrorMessage = "PublicRemarks cannot be longer than 4000 characters.")] | |
public virtual string PublicRemarks | |
{ | |
get | |
{ | |
return this._PublicRemarks; | |
} | |
set | |
{ | |
this.OnPublicRemarksChanging(value); | |
this._PublicRemarks = value; | |
this.OnPublicRemarksChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _PublicRemarks; | |
partial void OnPublicRemarksChanging(string value); | |
partial void OnPublicRemarksChanged(); | |
/// <summary> | |
/// This field specifically identifies the Range identified by the Public Land Survey System (PLSS). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(20, ErrorMessage = "PublicSurveyRange cannot be longer than 20 characters.")] | |
public virtual string PublicSurveyRange | |
{ | |
get | |
{ | |
return this._PublicSurveyRange; | |
} | |
set | |
{ | |
this.OnPublicSurveyRangeChanging(value); | |
this._PublicSurveyRange = value; | |
this.OnPublicSurveyRangeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _PublicSurveyRange; | |
partial void OnPublicSurveyRangeChanging(string value); | |
partial void OnPublicSurveyRangeChanged(); | |
/// <summary> | |
/// This field specifically identifies the Section identified by the Public Land Survey System (PLSS). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(20, ErrorMessage = "PublicSurveySection cannot be longer than 20 characters.")] | |
public virtual string PublicSurveySection | |
{ | |
get | |
{ | |
return this._PublicSurveySection; | |
} | |
set | |
{ | |
this.OnPublicSurveySectionChanging(value); | |
this._PublicSurveySection = value; | |
this.OnPublicSurveySectionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _PublicSurveySection; | |
partial void OnPublicSurveySectionChanging(string value); | |
partial void OnPublicSurveySectionChanged(); | |
/// <summary> | |
/// This field specifically identifies the Township identified by the Public Land Survey System (PLSS). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(20, ErrorMessage = "PublicSurveyTownship cannot be longer than 20 characters.")] | |
public virtual string PublicSurveyTownship | |
{ | |
get | |
{ | |
return this._PublicSurveyTownship; | |
} | |
set | |
{ | |
this.OnPublicSurveyTownshipChanging(value); | |
this._PublicSurveyTownship = value; | |
this.OnPublicSurveyTownshipChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _PublicSurveyTownship; | |
partial void OnPublicSurveyTownshipChanging(string value); | |
partial void OnPublicSurveyTownshipChanged(); | |
/// <summary> | |
/// With for-sale listings, the date an offer was accepted and the listing was no longer on market. This is the date entered by the agent reflecting when the change occurred contractually, not a timestamp of when the change was made in the MLS. With lease listings this may represent a meeting of the minds to lease, but some contractual requirements are yet to be fulfilled, such as contract signing or receipt of the deposit. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> PurchaseContractDate | |
{ | |
get | |
{ | |
return this._PurchaseContractDate; | |
} | |
set | |
{ | |
this.OnPurchaseContractDateChanging(value); | |
this._PurchaseContractDate = value; | |
this.OnPurchaseContractDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _PurchaseContractDate; | |
partial void OnPurchaseContractDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnPurchaseContractDateChanged(); | |
/// <summary> | |
/// The dimensions of the RV parking area minimally represented as length and width (i.e. 25 x 18) or a measurement of all sides of the polygon representing the usable RV parking space. i.e. 33 x 15 x 12 x 60. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "RVParkingDimensions cannot be longer than 50 characters.")] | |
public virtual string RVParkingDimensions | |
{ | |
get | |
{ | |
return this._RVParkingDimensions; | |
} | |
set | |
{ | |
this.OnRVParkingDimensionsChanging(value); | |
this._RVParkingDimensions = value; | |
this.OnRVParkingDimensionsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _RVParkingDimensions; | |
partial void OnRVParkingDimensionsChanging(string value); | |
partial void OnRVParkingDimensionsChanged(); | |
/// <summary> | |
/// Measurement or percentage of the property that has been allocated as range. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> RangeArea | |
{ | |
get | |
{ | |
return this._RangeArea; | |
} | |
set | |
{ | |
this.OnRangeAreaChanging(value); | |
this._RangeArea = value; | |
this.OnRangeAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _RangeArea; | |
partial void OnRangeAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnRangeAreaChanged(); | |
/// <summary> | |
/// Is the property in a rent control area? | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> RentControlYN | |
{ | |
get | |
{ | |
return this._RentControlYN; | |
} | |
set | |
{ | |
this.OnRentControlYNChanging(value); | |
this._RentControlYN = value; | |
this.OnRentControlYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _RentControlYN; | |
partial void OnRentControlYNChanging(global::System.Nullable<bool> value); | |
partial void OnRentControlYNChanged(); | |
/// <summary> | |
/// A list of services or items that the tenant is not responsible to pay. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RentIncludes> RentIncludes | |
{ | |
get | |
{ | |
return this._RentIncludes; | |
} | |
set | |
{ | |
this.OnRentIncludesChanging(value); | |
this._RentIncludes = value; | |
this.OnRentIncludesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RentIncludes> _RentIncludes = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RentIncludes>(); | |
partial void OnRentIncludesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RentIncludes> value); | |
partial void OnRentIncludesChanged(); | |
/// <summary> | |
/// Pick list of types of Road frontage. i.e. Freeway frontage, No Road Frontage, etc. The road frontage of the property is an important factor in determining value of the property and it’s appropriateness for intended use. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadFrontageType> RoadFrontageType | |
{ | |
get | |
{ | |
return this._RoadFrontageType; | |
} | |
set | |
{ | |
this.OnRoadFrontageTypeChanging(value); | |
this._RoadFrontageType = value; | |
this.OnRoadFrontageTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadFrontageType> _RoadFrontageType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadFrontageType>(); | |
partial void OnRoadFrontageTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadFrontageType> value); | |
partial void OnRoadFrontageTypeChanged(); | |
/// <summary> | |
/// The person or entity responsible for road maintenance (e.g., City, County, Private). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadResponsibility> RoadResponsibility | |
{ | |
get | |
{ | |
return this._RoadResponsibility; | |
} | |
set | |
{ | |
this.OnRoadResponsibilityChanging(value); | |
this._RoadResponsibility = value; | |
this.OnRoadResponsibilityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadResponsibility> _RoadResponsibility = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadResponsibility>(); | |
partial void OnRoadResponsibilityChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadResponsibility> value); | |
partial void OnRoadResponsibilityChanged(); | |
/// <summary> | |
/// Pick list of types of surface of the Road to access the property. The surface of the road(s) for access to the property is an important factor in determining value of the property and it’s appropriateness for intended use. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadSurfaceType> RoadSurfaceType | |
{ | |
get | |
{ | |
return this._RoadSurfaceType; | |
} | |
set | |
{ | |
this.OnRoadSurfaceTypeChanging(value); | |
this._RoadSurfaceType = value; | |
this.OnRoadSurfaceTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadSurfaceType> _RoadSurfaceType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadSurfaceType>(); | |
partial void OnRoadSurfaceTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoadSurfaceType> value); | |
partial void OnRoadSurfaceTypeChanged(); | |
/// <summary> | |
/// A list describing the type or style of roof. For example Spanish Tile, Composite, Shake, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Roof> Roof | |
{ | |
get | |
{ | |
return this._Roof; | |
} | |
set | |
{ | |
this.OnRoofChanging(value); | |
this._Roof = value; | |
this.OnRoofChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Roof> _Roof = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Roof>(); | |
partial void OnRoofChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Roof> value); | |
partial void OnRoofChanged(); | |
/// <summary> | |
/// This field is a list of the types used in the rooms repeating elements. The Type is a list of possible room types. i.e. Bedroom, Bathroom, Living Room, Workshop, etc. Each selected are expected to appear as the "[type]" in the related rooms fields in a flattened implementation (RETS 1.x only) of the room fields. A relational implementation of rooms must omit the type from the field name and use RoomType to create a vertical representation of the various rooms. **Note that Garage or Basement should not be added as a room type and are represented by the ParkingFeatures and Basement fields respectively. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoomType> RoomType | |
{ | |
get | |
{ | |
return this._RoomType; | |
} | |
set | |
{ | |
this.OnRoomTypeChanging(value); | |
this._RoomType = value; | |
this.OnRoomTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoomType> _RoomType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoomType>(); | |
partial void OnRoomTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.RoomType> value); | |
partial void OnRoomTypeChanged(); | |
/// <summary> | |
/// The number of rooms in the dwelling. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> RoomsTotal | |
{ | |
get | |
{ | |
return this._RoomsTotal; | |
} | |
set | |
{ | |
this.OnRoomsTotalChanging(value); | |
this._RoomsTotal = value; | |
this.OnRoomsTotalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _RoomsTotal; | |
partial void OnRoomsTotalChanging(global::System.Nullable<long> value); | |
partial void OnRoomsTotalChanged(); | |
/// <summary> | |
/// The seating capacity of the business being sold. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> SeatingCapacity | |
{ | |
get | |
{ | |
return this._SeatingCapacity; | |
} | |
set | |
{ | |
this.OnSeatingCapacityChanging(value); | |
this._SeatingCapacity = value; | |
this.OnSeatingCapacityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _SeatingCapacity; | |
partial void OnSeatingCapacityChanging(global::System.Nullable<long> value); | |
partial void OnSeatingCapacityChanged(); | |
/// <summary> | |
/// A list describing the security features included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SecurityFeatures> SecurityFeatures | |
{ | |
get | |
{ | |
return this._SecurityFeatures; | |
} | |
set | |
{ | |
this.OnSecurityFeaturesChanging(value); | |
this._SecurityFeatures = value; | |
this.OnSecurityFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SecurityFeatures> _SecurityFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SecurityFeatures>(); | |
partial void OnSecurityFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SecurityFeatures> value); | |
partial void OnSecurityFeaturesChanged(); | |
/// <summary> | |
/// The community is a senior community. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> SeniorCommunityYN | |
{ | |
get | |
{ | |
return this._SeniorCommunityYN; | |
} | |
set | |
{ | |
this.OnSeniorCommunityYNChanging(value); | |
this._SeniorCommunityYN = value; | |
this.OnSeniorCommunityYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _SeniorCommunityYN; | |
partial void OnSeniorCommunityYNChanging(global::System.Nullable<bool> value); | |
partial void OnSeniorCommunityYNChanged(); | |
/// <summary> | |
/// Serial number of the mobile or manufactured home. For the first or only unit/section use Serial U over Serial X or Serial XX. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "SerialU cannot be longer than 25 characters.")] | |
public virtual string SerialU | |
{ | |
get | |
{ | |
return this._SerialU; | |
} | |
set | |
{ | |
this.OnSerialUChanging(value); | |
this._SerialU = value; | |
this.OnSerialUChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SerialU; | |
partial void OnSerialUChanging(string value); | |
partial void OnSerialUChanged(); | |
/// <summary> | |
/// Serial number of the mobile or manufactured home. For two units/sections, Serial U should be used first, Serial X second over or Serial XX. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "SerialX cannot be longer than 25 characters.")] | |
public virtual string SerialX | |
{ | |
get | |
{ | |
return this._SerialX; | |
} | |
set | |
{ | |
this.OnSerialXChanging(value); | |
this._SerialX = value; | |
this.OnSerialXChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SerialX; | |
partial void OnSerialXChanging(string value); | |
partial void OnSerialXChanged(); | |
/// <summary> | |
/// Serial number of the mobile or manufactured home. For two units/sections, Serial U should be used first, Serial X second over or Serial XX. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "SerialXX cannot be longer than 25 characters.")] | |
public virtual string SerialXX | |
{ | |
get | |
{ | |
return this._SerialXX; | |
} | |
set | |
{ | |
this.OnSerialXXChanging(value); | |
this._SerialXX = value; | |
this.OnSerialXXChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SerialXX; | |
partial void OnSerialXXChanging(string value); | |
partial void OnSerialXXChanged(); | |
/// <summary> | |
/// A list describing the sewer or septic features of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Sewer> Sewer | |
{ | |
get | |
{ | |
return this._Sewer; | |
} | |
set | |
{ | |
this.OnSewerChanging(value); | |
this._Sewer = value; | |
this.OnSewerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Sewer> _Sewer = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Sewer>(); | |
partial void OnSewerChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Sewer> value); | |
partial void OnSewerChanged(); | |
/// <summary> | |
/// The hours of advance notice required to schedule a showing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> ShowingAdvanceNotice | |
{ | |
get | |
{ | |
return this._ShowingAdvanceNotice; | |
} | |
set | |
{ | |
this.OnShowingAdvanceNoticeChanging(value); | |
this._ShowingAdvanceNotice = value; | |
this.OnShowingAdvanceNoticeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _ShowingAdvanceNotice; | |
partial void OnShowingAdvanceNoticeChanging(global::System.Nullable<long> value); | |
partial void OnShowingAdvanceNoticeChanged(); | |
/// <summary> | |
/// Does this home require an attended showing? i.e. Yes = licensed agent representing the seller must be present during showing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> ShowingAttendedYN | |
{ | |
get | |
{ | |
return this._ShowingAttendedYN; | |
} | |
set | |
{ | |
this.OnShowingAttendedYNChanging(value); | |
this._ShowingAttendedYN = value; | |
this.OnShowingAttendedYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _ShowingAttendedYN; | |
partial void OnShowingAttendedYNChanging(global::System.Nullable<bool> value); | |
partial void OnShowingAttendedYNChanged(); | |
/// <summary> | |
/// The name of the contact for the showing of the listed property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(40, ErrorMessage = "ShowingContactName cannot be longer than 40 characters.")] | |
public virtual string ShowingContactName | |
{ | |
get | |
{ | |
return this._ShowingContactName; | |
} | |
set | |
{ | |
this.OnShowingContactNameChanging(value); | |
this._ShowingContactName = value; | |
this.OnShowingContactNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ShowingContactName; | |
partial void OnShowingContactNameChanging(string value); | |
partial void OnShowingContactNameChanged(); | |
/// <summary> | |
/// A telephone number that should be called to arrange showing the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "ShowingContactPhone cannot be longer than 16 characters.")] | |
public virtual string ShowingContactPhone | |
{ | |
get | |
{ | |
return this._ShowingContactPhone; | |
} | |
set | |
{ | |
this.OnShowingContactPhoneChanging(value); | |
this._ShowingContactPhone = value; | |
this.OnShowingContactPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ShowingContactPhone; | |
partial void OnShowingContactPhoneChanging(string value); | |
partial void OnShowingContactPhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "ShowingContactPhoneExt cannot be longer than 10 characters.")] | |
public virtual string ShowingContactPhoneExt | |
{ | |
get | |
{ | |
return this._ShowingContactPhoneExt; | |
} | |
set | |
{ | |
this.OnShowingContactPhoneExtChanging(value); | |
this._ShowingContactPhoneExt = value; | |
this.OnShowingContactPhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ShowingContactPhoneExt; | |
partial void OnShowingContactPhoneExtChanging(string value); | |
partial void OnShowingContactPhoneExtChanged(); | |
/// <summary> | |
/// The type of contact for the showing. i.e. Agent, Broker, Seller. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingContactType> ShowingContactType | |
{ | |
get | |
{ | |
return this._ShowingContactType; | |
} | |
set | |
{ | |
this.OnShowingContactTypeChanging(value); | |
this._ShowingContactType = value; | |
this.OnShowingContactTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingContactType> _ShowingContactType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingContactType>(); | |
partial void OnShowingContactTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingContactType> value); | |
partial void OnShowingContactTypeChanged(); | |
/// <summary> | |
/// The days of the week that the property is available for showing. i.e. Sundays, Mondays, Tuesdays, Wednesdays, Thursdays, Fridays, Saturdays | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingDays> ShowingDays | |
{ | |
get | |
{ | |
return this._ShowingDays; | |
} | |
set | |
{ | |
this.OnShowingDaysChanging(value); | |
this._ShowingDays = value; | |
this.OnShowingDaysChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingDays> _ShowingDays = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingDays>(); | |
partial void OnShowingDaysChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingDays> value); | |
partial void OnShowingDaysChanged(); | |
/// <summary> | |
/// From the days selected in the ShowingDays field, the end time that the property is available for showing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> ShowingEndTime | |
{ | |
get | |
{ | |
return this._ShowingEndTime; | |
} | |
set | |
{ | |
this.OnShowingEndTimeChanging(value); | |
this._ShowingEndTime = value; | |
this.OnShowingEndTimeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _ShowingEndTime; | |
partial void OnShowingEndTimeChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnShowingEndTimeChanged(); | |
/// <summary> | |
/// Remarks that detail the seller's instructions for showing the subject property. Showing instructions may include: contact information, showing times, notice required or other information. These remarks are privileged and are not for public viewing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(4000, ErrorMessage = "ShowingInstructions cannot be longer than 4000 characters.")] | |
public virtual string ShowingInstructions | |
{ | |
get | |
{ | |
return this._ShowingInstructions; | |
} | |
set | |
{ | |
this.OnShowingInstructionsChanging(value); | |
this._ShowingInstructions = value; | |
this.OnShowingInstructionsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ShowingInstructions; | |
partial void OnShowingInstructionsChanging(string value); | |
partial void OnShowingInstructionsChanged(); | |
/// <summary> | |
/// A pick list of types of notice required to see the home. i.e. Appointment Required, Courtesy Call Only, Go Direct, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingRequirements> ShowingRequirements | |
{ | |
get | |
{ | |
return this._ShowingRequirements; | |
} | |
set | |
{ | |
this.OnShowingRequirementsChanging(value); | |
this._ShowingRequirements = value; | |
this.OnShowingRequirementsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingRequirements> _ShowingRequirements = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingRequirements>(); | |
partial void OnShowingRequirementsChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ShowingRequirements> value); | |
partial void OnShowingRequirementsChanged(); | |
/// <summary> | |
/// From the days selected in the ShowingDays field, the start time that the property is available for showing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> ShowingStartTime | |
{ | |
get | |
{ | |
return this._ShowingStartTime; | |
} | |
set | |
{ | |
this.OnShowingStartTimeChanging(value); | |
this._ShowingStartTime = value; | |
this.OnShowingStartTimeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _ShowingStartTime; | |
partial void OnShowingStartTimeChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnShowingStartTimeChanged(); | |
/// <summary> | |
/// Is there a sign on the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> SignOnPropertyYN | |
{ | |
get | |
{ | |
return this._SignOnPropertyYN; | |
} | |
set | |
{ | |
this.OnSignOnPropertyYNChanging(value); | |
this._SignOnPropertyYN = value; | |
this.OnSignOnPropertyYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _SignOnPropertyYN; | |
partial void OnSignOnPropertyYNChanging(global::System.Nullable<bool> value); | |
partial void OnSignOnPropertyYNChanged(); | |
/// <summary> | |
/// A list of types of mobile home skirting. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Skirt> Skirt | |
{ | |
get | |
{ | |
return this._Skirt; | |
} | |
set | |
{ | |
this.OnSkirtChanging(value); | |
this._Skirt = value; | |
this.OnSkirtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Skirt> _Skirt = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Skirt>(); | |
partial void OnSkirtChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Skirt> value); | |
partial void OnSkirtChanged(); | |
/// <summary> | |
/// The RESO OUID's OrganizationUniqueId of the Source record provider. The source system is the system from which the record was directly received. In cases where the source system was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "SourceSystemID cannot be longer than 25 characters.")] | |
public virtual string SourceSystemID | |
{ | |
get | |
{ | |
return this._SourceSystemID; | |
} | |
set | |
{ | |
this.OnSourceSystemIDChanging(value); | |
this._SourceSystemID = value; | |
this.OnSourceSystemIDChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemID; | |
partial void OnSourceSystemIDChanging(string value); | |
partial void OnSourceSystemIDChanged(); | |
/// <summary> | |
/// The system key, a unique record identifier, from the Source System. The Source System is the system from which the record was directly received. In cases where the Source System was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "SourceSystemKey cannot be longer than 255 characters.")] | |
public virtual string SourceSystemKey | |
{ | |
get | |
{ | |
return this._SourceSystemKey; | |
} | |
set | |
{ | |
this.OnSourceSystemKeyChanging(value); | |
this._SourceSystemKey = value; | |
this.OnSourceSystemKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemKey; | |
partial void OnSourceSystemKeyChanging(string value); | |
partial void OnSourceSystemKeyChanged(); | |
/// <summary> | |
/// The name of the immediate record provider. The system from which the record was directly received. The legal name of the company. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "SourceSystemName cannot be longer than 255 characters.")] | |
public virtual string SourceSystemName | |
{ | |
get | |
{ | |
return this._SourceSystemName; | |
} | |
set | |
{ | |
this.OnSourceSystemNameChanging(value); | |
this._SourceSystemName = value; | |
this.OnSourceSystemNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemName; | |
partial void OnSourceSystemNameChanging(string value); | |
partial void OnSourceSystemNameChanged(); | |
/// <summary> | |
/// A list of features or description of the spa included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpaFeatures> SpaFeatures | |
{ | |
get | |
{ | |
return this._SpaFeatures; | |
} | |
set | |
{ | |
this.OnSpaFeaturesChanging(value); | |
this._SpaFeatures = value; | |
this.OnSpaFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpaFeatures> _SpaFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpaFeatures>(); | |
partial void OnSpaFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpaFeatures> value); | |
partial void OnSpaFeaturesChanged(); | |
/// <summary> | |
/// The property has a spa. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> SpaYN | |
{ | |
get | |
{ | |
return this._SpaYN; | |
} | |
set | |
{ | |
this.OnSpaYNChanging(value); | |
this._SpaYN = value; | |
this.OnSpaYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _SpaYN; | |
partial void OnSpaYNChanging(global::System.Nullable<bool> value); | |
partial void OnSpaYNChanged(); | |
/// <summary> | |
/// Special licenses required/used by the business being sold. i.e. Beer/Wine, Class H, Professional, Gambling, None. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpecialLicenses> SpecialLicenses | |
{ | |
get | |
{ | |
return this._SpecialLicenses; | |
} | |
set | |
{ | |
this.OnSpecialLicensesChanging(value); | |
this._SpecialLicenses = value; | |
this.OnSpecialLicensesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpecialLicenses> _SpecialLicenses = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpecialLicenses>(); | |
partial void OnSpecialLicensesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpecialLicenses> value); | |
partial void OnSpecialLicensesChanged(); | |
/// <summary> | |
/// A list of options that describe the type of sale. i.e. Standard, REO, Short Sale, Probate, Auction, NOD, etc., at the time of listing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpecialListingConditions> SpecialListingConditions | |
{ | |
get | |
{ | |
return this._SpecialListingConditions; | |
} | |
set | |
{ | |
this.OnSpecialListingConditionsChanging(value); | |
this._SpecialListingConditions = value; | |
this.OnSpecialListingConditionsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpecialListingConditions> _SpecialListingConditions = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpecialListingConditions>(); | |
partial void OnSpecialListingConditionsChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SpecialListingConditions> value); | |
partial void OnSpecialListingConditionsChanged(); | |
/// <summary> | |
/// The status of the listing as it reflects the state of the contract between the listing agent and seller or an agreement with a buyer (Active, Active Under Contract, Canceled, Closed, Expired, Pending, Withdrawn). This is a Single Select field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.StandardStatus> StandardStatus | |
{ | |
get | |
{ | |
return this._StandardStatus; | |
} | |
set | |
{ | |
this.OnStandardStatusChanging(value); | |
this._StandardStatus = value; | |
this.OnStandardStatusChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.StandardStatus> _StandardStatus; | |
partial void OnStandardStatusChanging(global::System.Nullable<global::org.reso.metadata.enums.StandardStatus> value); | |
partial void OnStandardStatusChanged(); | |
/// <summary> | |
/// Text field containing the accepted postal abbreviation for the state or province. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> StateOrProvince | |
{ | |
get | |
{ | |
return this._StateOrProvince; | |
} | |
set | |
{ | |
this.OnStateOrProvinceChanging(value); | |
this._StateOrProvince = value; | |
this.OnStateOrProvinceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> _StateOrProvince; | |
partial void OnStateOrProvinceChanging(global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> value); | |
partial void OnStateOrProvinceChanged(); | |
/// <summary> | |
/// A sub-section or area of a defined state or province. Examples would be the Keys in FL or Hudson Valley in NY. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "StateRegion cannot be longer than 150 characters.")] | |
public virtual string StateRegion | |
{ | |
get | |
{ | |
return this._StateRegion; | |
} | |
set | |
{ | |
this.OnStateRegionChanging(value); | |
this._StateRegion = value; | |
this.OnStateRegionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _StateRegion; | |
partial void OnStateRegionChanging(string value); | |
partial void OnStateRegionChanged(); | |
/// <summary> | |
/// The transactional timestamp automatically recorded by the MLS system representing the date/time the listing's status was last changed. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> StatusChangeTimestamp | |
{ | |
get | |
{ | |
return this._StatusChangeTimestamp; | |
} | |
set | |
{ | |
this.OnStatusChangeTimestampChanging(value); | |
this._StatusChangeTimestamp = value; | |
this.OnStatusChangeTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _StatusChangeTimestamp; | |
partial void OnStatusChangeTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnStatusChangeTimestampChanged(); | |
/// <summary> | |
/// The number of floors in the property being sold. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> Stories | |
{ | |
get | |
{ | |
return this._Stories; | |
} | |
set | |
{ | |
this.OnStoriesChanging(value); | |
this._Stories = value; | |
this.OnStoriesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _Stories; | |
partial void OnStoriesChanging(global::System.Nullable<long> value); | |
partial void OnStoriesChanged(); | |
/// <summary> | |
/// The total number of floors in the building. In the case of multi-dwelling structures, this is the entire structure and not the individual dwelling being sold. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> StoriesTotal | |
{ | |
get | |
{ | |
return this._StoriesTotal; | |
} | |
set | |
{ | |
this.OnStoriesTotalChanging(value); | |
this._StoriesTotal = value; | |
this.OnStoriesTotalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _StoriesTotal; | |
partial void OnStoriesTotalChanging(global::System.Nullable<long> value); | |
partial void OnStoriesTotalChanged(); | |
/// <summary> | |
/// Information other than a prefix or suffix for the street portion of a postal address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "StreetAdditionalInfo cannot be longer than 50 characters.")] | |
public virtual string StreetAdditionalInfo | |
{ | |
get | |
{ | |
return this._StreetAdditionalInfo; | |
} | |
set | |
{ | |
this.OnStreetAdditionalInfoChanging(value); | |
this._StreetAdditionalInfo = value; | |
this.OnStreetAdditionalInfoChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _StreetAdditionalInfo; | |
partial void OnStreetAdditionalInfoChanging(string value); | |
partial void OnStreetAdditionalInfoChanged(); | |
/// <summary> | |
/// The direction indicator that precedes the listed property's street name. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.StreetDirection> StreetDirPrefix | |
{ | |
get | |
{ | |
return this._StreetDirPrefix; | |
} | |
set | |
{ | |
this.OnStreetDirPrefixChanging(value); | |
this._StreetDirPrefix = value; | |
this.OnStreetDirPrefixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.StreetDirection> _StreetDirPrefix; | |
partial void OnStreetDirPrefixChanging(global::System.Nullable<global::org.reso.metadata.enums.StreetDirection> value); | |
partial void OnStreetDirPrefixChanged(); | |
/// <summary> | |
/// The direction indicator that follows a listed property's street address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.StreetDirection> StreetDirSuffix | |
{ | |
get | |
{ | |
return this._StreetDirSuffix; | |
} | |
set | |
{ | |
this.OnStreetDirSuffixChanging(value); | |
this._StreetDirSuffix = value; | |
this.OnStreetDirSuffixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.StreetDirection> _StreetDirSuffix; | |
partial void OnStreetDirSuffixChanging(global::System.Nullable<global::org.reso.metadata.enums.StreetDirection> value); | |
partial void OnStreetDirSuffixChanged(); | |
/// <summary> | |
/// The street name portion of a listed property's street address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "StreetName cannot be longer than 50 characters.")] | |
public virtual string StreetName | |
{ | |
get | |
{ | |
return this._StreetName; | |
} | |
set | |
{ | |
this.OnStreetNameChanging(value); | |
this._StreetName = value; | |
this.OnStreetNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _StreetName; | |
partial void OnStreetNameChanging(string value); | |
partial void OnStreetNameChanged(); | |
/// <summary> | |
/// The street number portion of a listed property's street address. In some areas the street number may contain non-numeric characters. This field can also contain extensions and modifiers to the street number, such as "1/2" or "-B". This street number field should not include Prefixes, Direction or Suffixes. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "StreetNumber cannot be longer than 25 characters.")] | |
public virtual string StreetNumber | |
{ | |
get | |
{ | |
return this._StreetNumber; | |
} | |
set | |
{ | |
this.OnStreetNumberChanging(value); | |
this._StreetNumber = value; | |
this.OnStreetNumberChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _StreetNumber; | |
partial void OnStreetNumberChanging(string value); | |
partial void OnStreetNumberChanged(); | |
/// <summary> | |
/// The integer portion of the street number. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> StreetNumberNumeric | |
{ | |
get | |
{ | |
return this._StreetNumberNumeric; | |
} | |
set | |
{ | |
this.OnStreetNumberNumericChanging(value); | |
this._StreetNumberNumeric = value; | |
this.OnStreetNumberNumericChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _StreetNumberNumeric; | |
partial void OnStreetNumberNumericChanging(global::System.Nullable<long> value); | |
partial void OnStreetNumberNumericChanged(); | |
/// <summary> | |
/// The suffix portion of a listed property's street address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.StreetSuffix> StreetSuffix | |
{ | |
get | |
{ | |
return this._StreetSuffix; | |
} | |
set | |
{ | |
this.OnStreetSuffixChanging(value); | |
this._StreetSuffix = value; | |
this.OnStreetSuffixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.StreetSuffix> _StreetSuffix; | |
partial void OnStreetSuffixChanging(global::System.Nullable<global::org.reso.metadata.enums.StreetSuffix> value); | |
partial void OnStreetSuffixChanged(); | |
/// <summary> | |
/// The Street Suffix Modifier allows the member to enter a unique Street Suffix that was not found in the Street Suffix pick list or to extend or prefix the suffix. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "StreetSuffixModifier cannot be longer than 25 characters.")] | |
public virtual string StreetSuffixModifier | |
{ | |
get | |
{ | |
return this._StreetSuffixModifier; | |
} | |
set | |
{ | |
this.OnStreetSuffixModifierChanging(value); | |
this._StreetSuffixModifier = value; | |
this.OnStreetSuffixModifierChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _StreetSuffixModifier; | |
partial void OnStreetSuffixModifierChanging(string value); | |
partial void OnStreetSuffixModifierChanged(); | |
/// <summary> | |
/// The type of structure that the property completely or partially encompasses. For example, House or Cabin are the overall structure and typically sold or leased as a whole. Multi Family and Docks may be sold in whole, but are often sold or leased by unit/slip. This field is the type of structure as opposed to style, which is under the Architectural Style field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.StructureType> StructureType | |
{ | |
get | |
{ | |
return this._StructureType; | |
} | |
set | |
{ | |
this.OnStructureTypeChanging(value); | |
this._StructureType = value; | |
this.OnStructureTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.StructureType> _StructureType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.StructureType>(); | |
partial void OnStructureTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.StructureType> value); | |
partial void OnStructureTypeChanged(); | |
/// <summary> | |
/// The total commission to be paid to the Sub Agency, expressed as either a percentage or a constant currency amount. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "SubAgencyCompensation cannot be longer than 25 characters.")] | |
public virtual string SubAgencyCompensation | |
{ | |
get | |
{ | |
return this._SubAgencyCompensation; | |
} | |
set | |
{ | |
this.OnSubAgencyCompensationChanging(value); | |
this._SubAgencyCompensation = value; | |
this.OnSubAgencyCompensationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SubAgencyCompensation; | |
partial void OnSubAgencyCompensationChanging(string value); | |
partial void OnSubAgencyCompensationChanged(); | |
/// <summary> | |
/// A list of types to clarify the value entered in the SubAgencyCompensation field. For example $, % or some other clarification of the SubAgencyCompensation. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.CompensationType> SubAgencyCompensationType | |
{ | |
get | |
{ | |
return this._SubAgencyCompensationType; | |
} | |
set | |
{ | |
this.OnSubAgencyCompensationTypeChanging(value); | |
this._SubAgencyCompensationType = value; | |
this.OnSubAgencyCompensationTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.CompensationType> _SubAgencyCompensationType; | |
partial void OnSubAgencyCompensationTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.CompensationType> value); | |
partial void OnSubAgencyCompensationTypeChanged(); | |
/// <summary> | |
/// A neighborhood, community, complex or builder tract. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "SubdivisionName cannot be longer than 50 characters.")] | |
public virtual string SubdivisionName | |
{ | |
get | |
{ | |
return this._SubdivisionName; | |
} | |
set | |
{ | |
this.OnSubdivisionNameChanging(value); | |
this._SubdivisionName = value; | |
this.OnSubdivisionNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SubdivisionName; | |
partial void OnSubdivisionNameChanging(string value); | |
partial void OnSubdivisionNameChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> SuppliesExpense | |
{ | |
get | |
{ | |
return this._SuppliesExpense; | |
} | |
set | |
{ | |
this.OnSuppliesExpenseChanging(value); | |
this._SuppliesExpense = value; | |
this.OnSuppliesExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _SuppliesExpense; | |
partial void OnSuppliesExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnSuppliesExpenseChanged(); | |
/// <summary> | |
/// When permitted by the broker, the options made by the agent on behalf of the seller, where they would like their listings syndicated. i.e. Zillow, Trulia, Homes.com, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> SyndicateTo | |
{ | |
get | |
{ | |
return this._SyndicateTo; | |
} | |
set | |
{ | |
this.OnSyndicateToChanging(value); | |
this._SyndicateTo = value; | |
this.OnSyndicateToChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> _SyndicateTo = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo>(); | |
partial void OnSyndicateToChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> value); | |
partial void OnSyndicateToChanged(); | |
/// <summary> | |
/// Becoming more common in the industry, MLS's are hosting a separate "Public Remarks" for syndication purposes. This field should be defaulted to containing the Public Remarks, but upon broker decision, modified to include contact and other information denied by IDX rules, but allowed under local and national regulations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(4000, ErrorMessage = "SyndicationRemarks cannot be longer than 4000 characters.")] | |
public virtual string SyndicationRemarks | |
{ | |
get | |
{ | |
return this._SyndicationRemarks; | |
} | |
set | |
{ | |
this.OnSyndicationRemarksChanging(value); | |
this._SyndicationRemarks = value; | |
this.OnSyndicationRemarksChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SyndicationRemarks; | |
partial void OnSyndicationRemarksChanging(string value); | |
partial void OnSyndicationRemarksChanged(); | |
/// <summary> | |
/// The annual property tax amount as of the last assessment made by the taxing authority. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> TaxAnnualAmount | |
{ | |
get | |
{ | |
return this._TaxAnnualAmount; | |
} | |
set | |
{ | |
this.OnTaxAnnualAmountChanging(value); | |
this._TaxAnnualAmount = value; | |
this.OnTaxAnnualAmountChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _TaxAnnualAmount; | |
partial void OnTaxAnnualAmountChanging(global::System.Nullable<decimal> value); | |
partial void OnTaxAnnualAmountChanged(); | |
/// <summary> | |
/// The property value as of the last assessment made by the taxing authority. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> TaxAssessedValue | |
{ | |
get | |
{ | |
return this._TaxAssessedValue; | |
} | |
set | |
{ | |
this.OnTaxAssessedValueChanging(value); | |
this._TaxAssessedValue = value; | |
this.OnTaxAssessedValueChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _TaxAssessedValue; | |
partial void OnTaxAssessedValueChanging(global::System.Nullable<long> value); | |
partial void OnTaxAssessedValueChanged(); | |
/// <summary> | |
/// A type of legal description for land in developed areas where streets or other rights-of-ways delineate large parcels of land referred to as divided into lots on which homes or other types of developments are built. An example would read "Lot 12 of Block 45 of Tract 3002 of the City of San Dunes, Desert County." Such a description would also reference an official plat filed with the clerk or recorder for that area which shows the location of the block and often the dimensions of the lots therein. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "TaxBlock cannot be longer than 25 characters.")] | |
public virtual string TaxBlock | |
{ | |
get | |
{ | |
return this._TaxBlock; | |
} | |
set | |
{ | |
this.OnTaxBlockChanging(value); | |
this._TaxBlock = value; | |
this.OnTaxBlockChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _TaxBlock; | |
partial void OnTaxBlockChanging(string value); | |
partial void OnTaxBlockChanged(); | |
/// <summary> | |
/// Some systems of parcel identification incorporate a method which utilizes a county identifier, a tax book number, a tax map number and a parcel identification number. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "TaxBookNumber cannot be longer than 25 characters.")] | |
public virtual string TaxBookNumber | |
{ | |
get | |
{ | |
return this._TaxBookNumber; | |
} | |
set | |
{ | |
this.OnTaxBookNumberChanging(value); | |
this._TaxBookNumber = value; | |
this.OnTaxBookNumberChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _TaxBookNumber; | |
partial void OnTaxBookNumberChanging(string value); | |
partial void OnTaxBookNumberChanged(); | |
/// <summary> | |
/// A type of legal description for land in developed areas where streets or other rights-of-ways delineate large parcels of land referred to as divided into lots on which homes or other types of developments are built. An example would read "Lot 12 of Block 45 of Tract 3002 of the City of San Dunes, Desert County." Such a description would also reference an official plat filed with the clerk or recorder for that area which shows the location of the block and often the dimensions of the lots therein. The text here is also an index into the property as described by the County Recorder. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(6000, ErrorMessage = "TaxLegalDescription cannot be longer than 6000 characters.")] | |
public virtual string TaxLegalDescription | |
{ | |
get | |
{ | |
return this._TaxLegalDescription; | |
} | |
set | |
{ | |
this.OnTaxLegalDescriptionChanging(value); | |
this._TaxLegalDescription = value; | |
this.OnTaxLegalDescriptionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _TaxLegalDescription; | |
partial void OnTaxLegalDescriptionChanging(string value); | |
partial void OnTaxLegalDescriptionChanged(); | |
/// <summary> | |
/// A type of legal description for land in developed areas where streets or other rights-of-ways delineate large parcels of land referred to as divided into lots on which homes or other types of developments are built. An example would read "Lot 12 of Block 45 of Tract 3002 of the City of San Dunes, Desert County." Such a description would also reference an official plat filed with the clerk or recorder for that area which shows the location of the block and often the dimensions of the lots therein. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "TaxLot cannot be longer than 25 characters.")] | |
public virtual string TaxLot | |
{ | |
get | |
{ | |
return this._TaxLot; | |
} | |
set | |
{ | |
this.OnTaxLotChanging(value); | |
this._TaxLot = value; | |
this.OnTaxLotChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _TaxLot; | |
partial void OnTaxLotChanging(string value); | |
partial void OnTaxLotChanged(); | |
/// <summary> | |
/// Some systems of parcel identification incorporate a method which utilizes a county identifier, a tax book number, a tax map number and a parcel identification number. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "TaxMapNumber cannot be longer than 25 characters.")] | |
public virtual string TaxMapNumber | |
{ | |
get | |
{ | |
return this._TaxMapNumber; | |
} | |
set | |
{ | |
this.OnTaxMapNumberChanging(value); | |
this._TaxMapNumber = value; | |
this.OnTaxMapNumberChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _TaxMapNumber; | |
partial void OnTaxMapNumberChanging(string value); | |
partial void OnTaxMapNumberChanged(); | |
/// <summary> | |
/// Any other annual taxes, not including the tax reported in the TaxAmount field, as of the last assessment made by the taxing authority. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> TaxOtherAnnualAssessmentAmount | |
{ | |
get | |
{ | |
return this._TaxOtherAnnualAssessmentAmount; | |
} | |
set | |
{ | |
this.OnTaxOtherAnnualAssessmentAmountChanging(value); | |
this._TaxOtherAnnualAssessmentAmount = value; | |
this.OnTaxOtherAnnualAssessmentAmountChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _TaxOtherAnnualAssessmentAmount; | |
partial void OnTaxOtherAnnualAssessmentAmountChanging(global::System.Nullable<decimal> value); | |
partial void OnTaxOtherAnnualAssessmentAmountChanged(); | |
/// <summary> | |
/// Some systems of parcel identification incorporate a method which utilizes a county identifier, a tax book number, a tax map number and a parcel identification number. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "TaxParcelLetter cannot be longer than 25 characters.")] | |
public virtual string TaxParcelLetter | |
{ | |
get | |
{ | |
return this._TaxParcelLetter; | |
} | |
set | |
{ | |
this.OnTaxParcelLetterChanging(value); | |
this._TaxParcelLetter = value; | |
this.OnTaxParcelLetterChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _TaxParcelLetter; | |
partial void OnTaxParcelLetterChanging(string value); | |
partial void OnTaxParcelLetterChanged(); | |
/// <summary> | |
/// The current tax status of the mobile home in cases where the land or space is included in the sale. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.TaxStatusCurrent> TaxStatusCurrent | |
{ | |
get | |
{ | |
return this._TaxStatusCurrent; | |
} | |
set | |
{ | |
this.OnTaxStatusCurrentChanging(value); | |
this._TaxStatusCurrent = value; | |
this.OnTaxStatusCurrentChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.TaxStatusCurrent> _TaxStatusCurrent = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.TaxStatusCurrent>(); | |
partial void OnTaxStatusCurrentChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.TaxStatusCurrent> value); | |
partial void OnTaxStatusCurrentChanged(); | |
/// <summary> | |
/// A type of legal description for land in developed areas where streets or other rights-of-ways delineate large parcels of land referred to as divided into lots on which homes or other types of developments are built. An example would read "Lot 12 of Block 45 of Tract 3002 of the City of San Dunes, Desert County." Such a description would also reference an official plat filed with the clerk or recorder for that area which shows the location of the block and often the dimensions of the lots therein. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "TaxTract cannot be longer than 25 characters.")] | |
public virtual string TaxTract | |
{ | |
get | |
{ | |
return this._TaxTract; | |
} | |
set | |
{ | |
this.OnTaxTractChanging(value); | |
this._TaxTract = value; | |
this.OnTaxTractChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _TaxTract; | |
partial void OnTaxTractChanging(string value); | |
partial void OnTaxTractChanged(); | |
/// <summary> | |
/// The year in with the last assessment of the property value/tax was made. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> TaxYear | |
{ | |
get | |
{ | |
return this._TaxYear; | |
} | |
set | |
{ | |
this.OnTaxYearChanging(value); | |
this._TaxYear = value; | |
this.OnTaxYearChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _TaxYear; | |
partial void OnTaxYearChanging(global::System.Nullable<long> value); | |
partial void OnTaxYearChanged(); | |
/// <summary> | |
/// A list of services or items that the tenant is responsible to pay. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.TenantPays> TenantPays | |
{ | |
get | |
{ | |
return this._TenantPays; | |
} | |
set | |
{ | |
this.OnTenantPaysChanging(value); | |
this._TenantPays = value; | |
this.OnTenantPaysChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.TenantPays> _TenantPays = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.TenantPays>(); | |
partial void OnTenantPaysChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.TenantPays> value); | |
partial void OnTenantPaysChanged(); | |
/// <summary> | |
/// The state of the surface of the land included with the property. i.e. flat, rolling, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "Topography cannot be longer than 255 characters.")] | |
public virtual string Topography | |
{ | |
get | |
{ | |
return this._Topography; | |
} | |
set | |
{ | |
this.OnTopographyChanging(value); | |
this._Topography = value; | |
this.OnTopographyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Topography; | |
partial void OnTopographyChanging(string value); | |
partial void OnTopographyChanged(); | |
/// <summary> | |
/// Total actual rent currently being collected from tenants of the income property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> TotalActualRent | |
{ | |
get | |
{ | |
return this._TotalActualRent; | |
} | |
set | |
{ | |
this.OnTotalActualRentChanging(value); | |
this._TotalActualRent = value; | |
this.OnTotalActualRentChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _TotalActualRent; | |
partial void OnTotalActualRentChanging(global::System.Nullable<decimal> value); | |
partial void OnTotalActualRentChanged(); | |
/// <summary> | |
/// A subdivision of the county. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "Township cannot be longer than 50 characters.")] | |
public virtual string Township | |
{ | |
get | |
{ | |
return this._Township; | |
} | |
set | |
{ | |
this.OnTownshipChanging(value); | |
this._Township = value; | |
this.OnTownshipChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Township; | |
partial void OnTownshipChanging(string value); | |
partial void OnTownshipChanged(); | |
/// <summary> | |
/// The total commission to be paid to the transaction facilitator, expressed as either a percentage or a constant currency amount. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "TransactionBrokerCompensation cannot be longer than 25 characters.")] | |
public virtual string TransactionBrokerCompensation | |
{ | |
get | |
{ | |
return this._TransactionBrokerCompensation; | |
} | |
set | |
{ | |
this.OnTransactionBrokerCompensationChanging(value); | |
this._TransactionBrokerCompensation = value; | |
this.OnTransactionBrokerCompensationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _TransactionBrokerCompensation; | |
partial void OnTransactionBrokerCompensationChanging(string value); | |
partial void OnTransactionBrokerCompensationChanged(); | |
/// <summary> | |
/// A list of types to clarify the value entered in the TransactionBrokerCompensation field. For example $, % or some other clarification of the TransactionBrokerCompensation. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.CompensationType> TransactionBrokerCompensationType | |
{ | |
get | |
{ | |
return this._TransactionBrokerCompensationType; | |
} | |
set | |
{ | |
this.OnTransactionBrokerCompensationTypeChanging(value); | |
this._TransactionBrokerCompensationType = value; | |
this.OnTransactionBrokerCompensationTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.CompensationType> _TransactionBrokerCompensationType; | |
partial void OnTransactionBrokerCompensationTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.CompensationType> value); | |
partial void OnTransactionBrokerCompensationTypeChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> TrashExpense | |
{ | |
get | |
{ | |
return this._TrashExpense; | |
} | |
set | |
{ | |
this.OnTrashExpenseChanging(value); | |
this._TrashExpense = value; | |
this.OnTrashExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _TrashExpense; | |
partial void OnTrashExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnTrashExpenseChanged(); | |
/// <summary> | |
/// Text field containing the number or portion of a larger building or complex. Unit Number should appear following the street suffix or, if it exists, the street suffix direction, in the street address. Examples are: "APT G", "55", etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "UnitNumber cannot be longer than 25 characters.")] | |
public virtual string UnitNumber | |
{ | |
get | |
{ | |
return this._UnitNumber; | |
} | |
set | |
{ | |
this.OnUnitNumberChanging(value); | |
this._UnitNumber = value; | |
this.OnUnitNumberChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _UnitNumber; | |
partial void OnUnitNumberChanging(string value); | |
partial void OnUnitNumberChanged(); | |
/// <summary> | |
/// This field is a list of the types used in the Unit Type repeating elements. The Type is a list of possible Unit Types. i.e. 1, 2, 3 or 2 Bed, Studio, Special Loft, etc. Each selected are expected to appear as the "[type]" in the related UnitType fields in a flattened implementation (RETS 1.x only) of the room fields. A relational implementation of UnitTypes must omit the type from the field name and use UnitTypeType to create a vertical representation of the various unit types. The fact that the field repeats the word "type" is intentional. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.UnitTypeType> UnitTypeType | |
{ | |
get | |
{ | |
return this._UnitTypeType; | |
} | |
set | |
{ | |
this.OnUnitTypeTypeChanging(value); | |
this._UnitTypeType = value; | |
this.OnUnitTypeTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.UnitTypeType> _UnitTypeType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.UnitTypeType>(); | |
partial void OnUnitTypeTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.UnitTypeType> value); | |
partial void OnUnitTypeTypeChanged(); | |
/// <summary> | |
/// Are the units furnished? i.e. All Units, Varies By Unit, None. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.UnitsFurnished> UnitsFurnished | |
{ | |
get | |
{ | |
return this._UnitsFurnished; | |
} | |
set | |
{ | |
this.OnUnitsFurnishedChanging(value); | |
this._UnitsFurnished = value; | |
this.OnUnitsFurnishedChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.UnitsFurnished> _UnitsFurnished; | |
partial void OnUnitsFurnishedChanging(global::System.Nullable<global::org.reso.metadata.enums.UnitsFurnished> value); | |
partial void OnUnitsFurnishedChanged(); | |
/// <summary> | |
/// The Universal Property Identifier is a unique identifier for all real property in the US and Canada. It is based on country and local identification methods and is limited to real property. For cases such as shares of real property, units, and other more granular cases, please utilize the UniversalPropertySubId. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(128, ErrorMessage = "UniversalPropertyId cannot be longer than 128 characters.")] | |
public virtual string UniversalPropertyId | |
{ | |
get | |
{ | |
return this._UniversalPropertyId; | |
} | |
set | |
{ | |
this.OnUniversalPropertyIdChanging(value); | |
this._UniversalPropertyId = value; | |
this.OnUniversalPropertyIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _UniversalPropertyId; | |
partial void OnUniversalPropertyIdChanging(string value); | |
partial void OnUniversalPropertyIdChanged(); | |
/// <summary> | |
/// The Universal Property Sub Identifier is a unique identifier for all sub sets or shares of real property in the US and Canada. This may include Stock Cooperatives, Community Apartment, Units for Rent, etc. Informally abbreviated as "UPSI", It is based on country and local identification methods just as the UPI, but is limited to sub sets or shares of real property. For cases of complete real property, please utilize the UniversalPropertyId field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(128, ErrorMessage = "UniversalPropertySubId cannot be longer than 128 characters.")] | |
public virtual string UniversalPropertySubId | |
{ | |
get | |
{ | |
return this._UniversalPropertySubId; | |
} | |
set | |
{ | |
this.OnUniversalPropertySubIdChanging(value); | |
this._UniversalPropertySubId = value; | |
this.OnUniversalPropertySubIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _UniversalPropertySubId; | |
partial void OnUniversalPropertySubIdChanging(string value); | |
partial void OnUniversalPropertySubIdChanged(); | |
/// <summary> | |
/// The UnparsedAddress is a text representation of the address with the full civic location as a single entity. It may optionally include any of City, StateOrProvince, PostalCode and Country. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "UnparsedAddress cannot be longer than 255 characters.")] | |
public virtual string UnparsedAddress | |
{ | |
get | |
{ | |
return this._UnparsedAddress; | |
} | |
set | |
{ | |
this.OnUnparsedAddressChanging(value); | |
this._UnparsedAddress = value; | |
this.OnUnparsedAddressChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _UnparsedAddress; | |
partial void OnUnparsedAddressChanging(string value); | |
partial void OnUnparsedAddressChanged(); | |
/// <summary> | |
/// A list of the utilities for the property being sold/leased. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Utilities> Utilities | |
{ | |
get | |
{ | |
return this._Utilities; | |
} | |
set | |
{ | |
this.OnUtilitiesChanging(value); | |
this._Utilities = value; | |
this.OnUtilitiesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Utilities> _Utilities = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Utilities>(); | |
partial void OnUtilitiesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Utilities> value); | |
partial void OnUtilitiesChanged(); | |
/// <summary> | |
/// An estimate of the amount of rent that may be foregone because of unoccupied units. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> VacancyAllowance | |
{ | |
get | |
{ | |
return this._VacancyAllowance; | |
} | |
set | |
{ | |
this.OnVacancyAllowanceChanging(value); | |
this._VacancyAllowance = value; | |
this.OnVacancyAllowanceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _VacancyAllowance; | |
partial void OnVacancyAllowanceChanging(global::System.Nullable<long> value); | |
partial void OnVacancyAllowanceChanged(); | |
/// <summary> | |
/// An estimate of the percent of rent that may be foregone because of unoccupied units. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> VacancyAllowanceRate | |
{ | |
get | |
{ | |
return this._VacancyAllowanceRate; | |
} | |
set | |
{ | |
this.OnVacancyAllowanceRateChanging(value); | |
this._VacancyAllowanceRate = value; | |
this.OnVacancyAllowanceRateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _VacancyAllowanceRate; | |
partial void OnVacancyAllowanceRateChanging(global::System.Nullable<decimal> value); | |
partial void OnVacancyAllowanceRateChanged(); | |
/// <summary> | |
/// A list of the type(s) of vegetation on the property. Note that this is not for farm crops, but more residential type vegetation. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Vegetation> Vegetation | |
{ | |
get | |
{ | |
return this._Vegetation; | |
} | |
set | |
{ | |
this.OnVegetationChanging(value); | |
this._Vegetation = value; | |
this.OnVegetationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Vegetation> _Vegetation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Vegetation>(); | |
partial void OnVegetationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Vegetation> value); | |
partial void OnVegetationChanged(); | |
/// <summary> | |
/// System generated timestamp of when the last update or change to the videos for this listing was made. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> VideosChangeTimestamp | |
{ | |
get | |
{ | |
return this._VideosChangeTimestamp; | |
} | |
set | |
{ | |
this.OnVideosChangeTimestampChanging(value); | |
this._VideosChangeTimestamp = value; | |
this.OnVideosChangeTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _VideosChangeTimestamp; | |
partial void OnVideosChangeTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnVideosChangeTimestampChanged(); | |
/// <summary> | |
/// The total number of videos or virtual tours included with the listing. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> VideosCount | |
{ | |
get | |
{ | |
return this._VideosCount; | |
} | |
set | |
{ | |
this.OnVideosCountChanging(value); | |
this._VideosCount = value; | |
this.OnVideosCountChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _VideosCount; | |
partial void OnVideosCountChanging(global::System.Nullable<long> value); | |
partial void OnVideosCountChanged(); | |
/// <summary> | |
/// A view as seen from the listed property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.View> View | |
{ | |
get | |
{ | |
return this._View; | |
} | |
set | |
{ | |
this.OnViewChanging(value); | |
this._View = value; | |
this.OnViewChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.View> _View = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.View>(); | |
partial void OnViewChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.View> value); | |
partial void OnViewChanged(); | |
/// <summary> | |
/// The property has a view. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> ViewYN | |
{ | |
get | |
{ | |
return this._ViewYN; | |
} | |
set | |
{ | |
this.OnViewYNChanging(value); | |
this._ViewYN = value; | |
this.OnViewYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _ViewYN; | |
partial void OnViewYNChanging(global::System.Nullable<bool> value); | |
partial void OnViewYNChanged(); | |
/// <summary> | |
/// A text field that holds the URL for a branded virtual tour of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "VirtualTourURLBranded cannot be longer than 8000 characters.")] | |
public virtual string VirtualTourURLBranded | |
{ | |
get | |
{ | |
return this._VirtualTourURLBranded; | |
} | |
set | |
{ | |
this.OnVirtualTourURLBrandedChanging(value); | |
this._VirtualTourURLBranded = value; | |
this.OnVirtualTourURLBrandedChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _VirtualTourURLBranded; | |
partial void OnVirtualTourURLBrandedChanging(string value); | |
partial void OnVirtualTourURLBrandedChanged(); | |
/// <summary> | |
/// A text field that holds the URL for an unbranded virtual tour of the property. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(8000, ErrorMessage = "VirtualTourURLUnbranded cannot be longer than 8000 characters.")] | |
public virtual string VirtualTourURLUnbranded | |
{ | |
get | |
{ | |
return this._VirtualTourURLUnbranded; | |
} | |
set | |
{ | |
this.OnVirtualTourURLUnbrandedChanging(value); | |
this._VirtualTourURLUnbranded = value; | |
this.OnVirtualTourURLUnbrandedChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _VirtualTourURLUnbranded; | |
partial void OnVirtualTourURLUnbrandedChanging(string value); | |
partial void OnVirtualTourURLUnbrandedChanged(); | |
/// <summary> | |
/// A walkability index based on the time to walk from a property to near by essentials such as grocery stores, schools, churches, etc. See www.walkscore.com for more information and requirements for using WalkScore. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> WalkScore | |
{ | |
get | |
{ | |
return this._WalkScore; | |
} | |
set | |
{ | |
this.OnWalkScoreChanging(value); | |
this._WalkScore = value; | |
this.OnWalkScoreChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _WalkScore; | |
partial void OnWalkScoreChanging(global::System.Nullable<long> value); | |
partial void OnWalkScoreChanged(); | |
/// <summary> | |
/// The name, if known, of the body of water on which the property is located. (E.g., lake name, river name, ocean name, sea name, canal name). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "WaterBodyName cannot be longer than 50 characters.")] | |
public virtual string WaterBodyName | |
{ | |
get | |
{ | |
return this._WaterBodyName; | |
} | |
set | |
{ | |
this.OnWaterBodyNameChanging(value); | |
this._WaterBodyName = value; | |
this.OnWaterBodyNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _WaterBodyName; | |
partial void OnWaterBodyNameChanging(string value); | |
partial void OnWaterBodyNameChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> WaterSewerExpense | |
{ | |
get | |
{ | |
return this._WaterSewerExpense; | |
} | |
set | |
{ | |
this.OnWaterSewerExpenseChanging(value); | |
this._WaterSewerExpense = value; | |
this.OnWaterSewerExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _WaterSewerExpense; | |
partial void OnWaterSewerExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnWaterSewerExpenseChanged(); | |
/// <summary> | |
/// A list of the source(s) of water for the property | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WaterSource> WaterSource | |
{ | |
get | |
{ | |
return this._WaterSource; | |
} | |
set | |
{ | |
this.OnWaterSourceChanging(value); | |
this._WaterSource = value; | |
this.OnWaterSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WaterSource> _WaterSource = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WaterSource>(); | |
partial void OnWaterSourceChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WaterSource> value); | |
partial void OnWaterSourceChanged(); | |
/// <summary> | |
/// Features of the waterfront on which the property is located. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WaterfrontFeatures> WaterfrontFeatures | |
{ | |
get | |
{ | |
return this._WaterfrontFeatures; | |
} | |
set | |
{ | |
this.OnWaterfrontFeaturesChanging(value); | |
this._WaterfrontFeatures = value; | |
this.OnWaterfrontFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WaterfrontFeatures> _WaterfrontFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WaterfrontFeatures>(); | |
partial void OnWaterfrontFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WaterfrontFeatures> value); | |
partial void OnWaterfrontFeaturesChanged(); | |
/// <summary> | |
/// The property is on the waterfront. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> WaterfrontYN | |
{ | |
get | |
{ | |
return this._WaterfrontYN; | |
} | |
set | |
{ | |
this.OnWaterfrontYNChanging(value); | |
this._WaterfrontYN = value; | |
this.OnWaterfrontYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _WaterfrontYN; | |
partial void OnWaterfrontYNChanging(global::System.Nullable<bool> value); | |
partial void OnWaterfrontYNChanged(); | |
/// <summary> | |
/// A list of features or description of the windows included in the sale/lease. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WindowFeatures> WindowFeatures | |
{ | |
get | |
{ | |
return this._WindowFeatures; | |
} | |
set | |
{ | |
this.OnWindowFeaturesChanging(value); | |
this._WindowFeatures = value; | |
this.OnWindowFeaturesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WindowFeatures> _WindowFeatures = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WindowFeatures>(); | |
partial void OnWindowFeaturesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.WindowFeatures> value); | |
partial void OnWindowFeaturesChanged(); | |
/// <summary> | |
/// Date the listing was withdrawn from the market. This is not when a listing contact was cancelled or closed, but a withdrawal from the market while the contract between the seller and listing agent is still in effect and an offer has not been accepted. This is the date entered by the agent reflecting when the change occurred contractually, not a timestamp of when the change was made in the MLS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> WithdrawnDate | |
{ | |
get | |
{ | |
return this._WithdrawnDate; | |
} | |
set | |
{ | |
this.OnWithdrawnDateChanging(value); | |
this._WithdrawnDate = value; | |
this.OnWithdrawnDateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _WithdrawnDate; | |
partial void OnWithdrawnDateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnWithdrawnDateChanged(); | |
/// <summary> | |
/// Measurement or percentage of the property that is wooded or forest. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> WoodedArea | |
{ | |
get | |
{ | |
return this._WoodedArea; | |
} | |
set | |
{ | |
this.OnWoodedAreaChanging(value); | |
this._WoodedArea = value; | |
this.OnWoodedAreaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _WoodedArea; | |
partial void OnWoodedAreaChanging(global::System.Nullable<decimal> value); | |
partial void OnWoodedAreaChanged(); | |
/// <summary> | |
/// The annual expense that is not paid directly by the tenant and is included in the Operating Expense calculations. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<decimal> WorkmansCompensationExpense | |
{ | |
get | |
{ | |
return this._WorkmansCompensationExpense; | |
} | |
set | |
{ | |
this.OnWorkmansCompensationExpenseChanging(value); | |
this._WorkmansCompensationExpense = value; | |
this.OnWorkmansCompensationExpenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<decimal> _WorkmansCompensationExpense; | |
partial void OnWorkmansCompensationExpenseChanging(global::System.Nullable<decimal> value); | |
partial void OnWorkmansCompensationExpenseChanged(); | |
/// <summary> | |
/// The year that an occupancy permit is first granted for the house or other local measure of initial habitability of the build. The type definition permits an empty value with an attribute noting that it is an unknown date or that the building is new construction. While constraints have not been applied, convention at the time of adoption has this as a four (4) digit year value. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> YearBuilt | |
{ | |
get | |
{ | |
return this._YearBuilt; | |
} | |
set | |
{ | |
this.OnYearBuiltChanging(value); | |
this._YearBuilt = value; | |
this.OnYearBuiltChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _YearBuilt; | |
partial void OnYearBuiltChanging(global::System.Nullable<long> value); | |
partial void OnYearBuiltChanged(); | |
/// <summary> | |
/// A description of the details behind the year the structure was built. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(1024, ErrorMessage = "YearBuiltDetails cannot be longer than 1024 characters.")] | |
public virtual string YearBuiltDetails | |
{ | |
get | |
{ | |
return this._YearBuiltDetails; | |
} | |
set | |
{ | |
this.OnYearBuiltDetailsChanging(value); | |
this._YearBuiltDetails = value; | |
this.OnYearBuiltDetailsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _YearBuiltDetails; | |
partial void OnYearBuiltDetailsChanging(string value); | |
partial void OnYearBuiltDetailsChanged(); | |
/// <summary> | |
/// The year a major rebuild/renovated of the structure occurred. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> YearBuiltEffective | |
{ | |
get | |
{ | |
return this._YearBuiltEffective; | |
} | |
set | |
{ | |
this.OnYearBuiltEffectiveChanging(value); | |
this._YearBuiltEffective = value; | |
this.OnYearBuiltEffectiveChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _YearBuiltEffective; | |
partial void OnYearBuiltEffectiveChanging(global::System.Nullable<long> value); | |
partial void OnYearBuiltEffectiveChanged(); | |
/// <summary> | |
/// Add a list of sources of the year built. i.e. Appraiser, Assessor, Builder, Estimated, etc., | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.YearBuiltSource> YearBuiltSource | |
{ | |
get | |
{ | |
return this._YearBuiltSource; | |
} | |
set | |
{ | |
this.OnYearBuiltSourceChanging(value); | |
this._YearBuiltSource = value; | |
this.OnYearBuiltSourceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.YearBuiltSource> _YearBuiltSource; | |
partial void OnYearBuiltSourceChanging(global::System.Nullable<global::org.reso.metadata.enums.YearBuiltSource> value); | |
partial void OnYearBuiltSourceChanged(); | |
/// <summary> | |
/// The year the business being sold was established. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> YearEstablished | |
{ | |
get | |
{ | |
return this._YearEstablished; | |
} | |
set | |
{ | |
this.OnYearEstablishedChanging(value); | |
this._YearEstablished = value; | |
this.OnYearEstablishedChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _YearEstablished; | |
partial void OnYearEstablishedChanging(global::System.Nullable<long> value); | |
partial void OnYearEstablishedChanged(); | |
/// <summary> | |
/// The number of years the current owner has had possession of the business. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<long> YearsCurrentOwner | |
{ | |
get | |
{ | |
return this._YearsCurrentOwner; | |
} | |
set | |
{ | |
this.OnYearsCurrentOwnerChanging(value); | |
this._YearsCurrentOwner = value; | |
this.OnYearsCurrentOwnerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<long> _YearsCurrentOwner; | |
partial void OnYearsCurrentOwnerChanging(global::System.Nullable<long> value); | |
partial void OnYearsCurrentOwnerChanged(); | |
/// <summary> | |
/// A division of the city or county into areas of different permissible land uses. This Zone field should be used for the short code that is commonly used. For full textual descriptions please use the ZoningDescription field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "Zoning cannot be longer than 25 characters.")] | |
public virtual string Zoning | |
{ | |
get | |
{ | |
return this._Zoning; | |
} | |
set | |
{ | |
this.OnZoningChanging(value); | |
this._Zoning = value; | |
this.OnZoningChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Zoning; | |
partial void OnZoningChanging(string value); | |
partial void OnZoningChanged(); | |
/// <summary> | |
/// A list of descriptions of the zoning of the property. The zoning codes are often non-descriptive and variant. Zoning Description is a more descriptive form of the zoning for the property, i.e. Agricultural, Residential, Rezone Possible, etc. Specific zone codes must be added to the Zoning field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "ZoningDescription cannot be longer than 255 characters.")] | |
public virtual string ZoningDescription | |
{ | |
get | |
{ | |
return this._ZoningDescription; | |
} | |
set | |
{ | |
this.OnZoningDescriptionChanging(value); | |
this._ZoningDescription = value; | |
this.OnZoningDescriptionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ZoningDescription; | |
partial void OnZoningDescriptionChanging(string value); | |
partial void OnZoningDescriptionChanged(); | |
/// <summary> | |
/// The originating system of the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUID OriginatingSystem | |
{ | |
get | |
{ | |
return this._OriginatingSystem; | |
} | |
set | |
{ | |
this.OnOriginatingSystemChanging(value); | |
this._OriginatingSystem = value; | |
this.OnOriginatingSystemChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUID _OriginatingSystem; | |
partial void OnOriginatingSystemChanging(global::org.reso.metadata.OUID value); | |
partial void OnOriginatingSystemChanged(); | |
/// <summary> | |
/// The buyer's agent involved in the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Member BuyerAgent | |
{ | |
get | |
{ | |
return this._BuyerAgent; | |
} | |
set | |
{ | |
this.OnBuyerAgentChanging(value); | |
this._BuyerAgent = value; | |
this.OnBuyerAgentChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Member _BuyerAgent; | |
partial void OnBuyerAgentChanging(global::org.reso.metadata.Member value); | |
partial void OnBuyerAgentChanged(); | |
/// <summary> | |
/// The buyer agent's office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Office BuyerOffice | |
{ | |
get | |
{ | |
return this._BuyerOffice; | |
} | |
set | |
{ | |
this.OnBuyerOfficeChanging(value); | |
this._BuyerOffice = value; | |
this.OnBuyerOfficeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Office _BuyerOffice; | |
partial void OnBuyerOfficeChanging(global::org.reso.metadata.Office value); | |
partial void OnBuyerOfficeChanged(); | |
/// <summary> | |
/// The co-buyer's agent involved in the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Member CoBuyerAgent | |
{ | |
get | |
{ | |
return this._CoBuyerAgent; | |
} | |
set | |
{ | |
this.OnCoBuyerAgentChanging(value); | |
this._CoBuyerAgent = value; | |
this.OnCoBuyerAgentChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Member _CoBuyerAgent; | |
partial void OnCoBuyerAgentChanging(global::org.reso.metadata.Member value); | |
partial void OnCoBuyerAgentChanged(); | |
/// <summary> | |
/// The co-buyer agent's office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Office CoBuyerOffice | |
{ | |
get | |
{ | |
return this._CoBuyerOffice; | |
} | |
set | |
{ | |
this.OnCoBuyerOfficeChanging(value); | |
this._CoBuyerOffice = value; | |
this.OnCoBuyerOfficeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Office _CoBuyerOffice; | |
partial void OnCoBuyerOfficeChanging(global::org.reso.metadata.Office value); | |
partial void OnCoBuyerOfficeChanged(); | |
/// <summary> | |
/// The co-listing agent involved in the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Member CoListAgent | |
{ | |
get | |
{ | |
return this._CoListAgent; | |
} | |
set | |
{ | |
this.OnCoListAgentChanging(value); | |
this._CoListAgent = value; | |
this.OnCoListAgentChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Member _CoListAgent; | |
partial void OnCoListAgentChanging(global::org.reso.metadata.Member value); | |
partial void OnCoListAgentChanged(); | |
/// <summary> | |
/// The co-listing agent's office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Office CoListOffice | |
{ | |
get | |
{ | |
return this._CoListOffice; | |
} | |
set | |
{ | |
this.OnCoListOfficeChanging(value); | |
this._CoListOffice = value; | |
this.OnCoListOfficeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Office _CoListOffice; | |
partial void OnCoListOfficeChanging(global::org.reso.metadata.Office value); | |
partial void OnCoListOfficeChanged(); | |
/// <summary> | |
/// The listing agent involved in the transaction. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Member ListAgent | |
{ | |
get | |
{ | |
return this._ListAgent; | |
} | |
set | |
{ | |
this.OnListAgentChanging(value); | |
this._ListAgent = value; | |
this.OnListAgentChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Member _ListAgent; | |
partial void OnListAgentChanging(global::org.reso.metadata.Member value); | |
partial void OnListAgentChanged(); | |
/// <summary> | |
/// The listing agent's office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Office ListOffice | |
{ | |
get | |
{ | |
return this._ListOffice; | |
} | |
set | |
{ | |
this.OnListOfficeChanging(value); | |
this._ListOffice = value; | |
this.OnListOfficeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Office _ListOffice; | |
partial void OnListOfficeChanging(global::org.reso.metadata.Office value); | |
partial void OnListOfficeChanged(); | |
/// <summary> | |
/// Two or more agents working on the buyer agent's team. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Teams BuyerTeam | |
{ | |
get | |
{ | |
return this._BuyerTeam; | |
} | |
set | |
{ | |
this.OnBuyerTeamChanging(value); | |
this._BuyerTeam = value; | |
this.OnBuyerTeamChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Teams _BuyerTeam; | |
partial void OnBuyerTeamChanging(global::org.reso.metadata.Teams value); | |
partial void OnBuyerTeamChanged(); | |
/// <summary> | |
/// Two or more agents working on the listing agent's team. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Teams ListTeam | |
{ | |
get | |
{ | |
return this._ListTeam; | |
} | |
set | |
{ | |
this.OnListTeamChanging(value); | |
this._ListTeam = value; | |
this.OnListTeamChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Teams _ListTeam; | |
partial void OnListTeamChanging(global::org.reso.metadata.Teams value); | |
partial void OnListTeamChanged(); | |
/// <summary> | |
/// The source system of the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUID SourceSystem | |
{ | |
get | |
{ | |
return this._SourceSystem; | |
} | |
set | |
{ | |
this.OnSourceSystemChanging(value); | |
this._SourceSystem = value; | |
this.OnSourceSystemChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUID _SourceSystem; | |
partial void OnSourceSystemChanging(global::org.reso.metadata.OUID value); | |
partial void OnSourceSystemChanged(); | |
/// <summary> | |
/// A collection of verifications or certifications awarded to a new or pre-existing residential or commercial structure. For example: LEED, Energy Star, ICC-700. The collection includes information about the type, year, rating and other details about the awarded performance verification. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyGreenVerification> GreenBuildingVerification | |
{ | |
get | |
{ | |
return this._GreenBuildingVerification; | |
} | |
set | |
{ | |
this.OnGreenBuildingVerificationChanging(value); | |
this._GreenBuildingVerification = value; | |
this.OnGreenBuildingVerificationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyGreenVerification> _GreenBuildingVerification = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyGreenVerification>(); | |
partial void OnGreenBuildingVerificationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyGreenVerification> value); | |
partial void OnGreenBuildingVerificationChanged(); | |
/// <summary> | |
/// A collection of the types of power production system(s) available on the property. The collection includes the type of system and other details about the power produced and age of the system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyPowerProduction> PowerProduction | |
{ | |
get | |
{ | |
return this._PowerProduction; | |
} | |
set | |
{ | |
this.OnPowerProductionChanging(value); | |
this._PowerProduction = value; | |
this.OnPowerProductionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyPowerProduction> _PowerProduction = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyPowerProduction>(); | |
partial void OnPowerProductionChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyPowerProduction> value); | |
partial void OnPowerProductionChanged(); | |
/// <summary> | |
/// A collection of types of rooms and details/features about the given room. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyRooms> Rooms | |
{ | |
get | |
{ | |
return this._Rooms; | |
} | |
set | |
{ | |
this.OnRoomsChanging(value); | |
this._Rooms = value; | |
this.OnRoomsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyRooms> _Rooms = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyRooms>(); | |
partial void OnRoomsChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyRooms> value); | |
partial void OnRoomsChanged(); | |
/// <summary> | |
/// A collection of types of units included in the income (multi-family) property. The collection includes a type, beds, baths and other aspects of the type of unit behind described. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyUnitTypes> UnitTypes | |
{ | |
get | |
{ | |
return this._UnitTypes; | |
} | |
set | |
{ | |
this.OnUnitTypesChanging(value); | |
this._UnitTypes = value; | |
this.OnUnitTypesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyUnitTypes> _UnitTypes = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyUnitTypes>(); | |
partial void OnUnitTypesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.PropertyUnitTypes> value); | |
partial void OnUnitTypesChanged(); | |
/// <summary> | |
/// A collection of history items related to the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> HistoryTransactional | |
{ | |
get | |
{ | |
return this._HistoryTransactional; | |
} | |
set | |
{ | |
this.OnHistoryTransactionalChanging(value); | |
this._HistoryTransactional = value; | |
this.OnHistoryTransactionalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> _HistoryTransactional = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional>(); | |
partial void OnHistoryTransactionalChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> value); | |
partial void OnHistoryTransactionalChanged(); | |
/// <summary> | |
/// A collection of media items related to the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> Media | |
{ | |
get | |
{ | |
return this._Media; | |
} | |
set | |
{ | |
this.OnMediaChanging(value); | |
this._Media = value; | |
this.OnMediaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> _Media = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media>(); | |
partial void OnMediaChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> value); | |
partial void OnMediaChanged(); | |
/// <summary> | |
/// A collection of social media items related to the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> SocialMedia | |
{ | |
get | |
{ | |
return this._SocialMedia; | |
} | |
set | |
{ | |
this.OnSocialMediaChanging(value); | |
this._SocialMedia = value; | |
this.OnSocialMediaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> _SocialMedia = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia>(); | |
partial void OnSocialMediaChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> value); | |
partial void OnSocialMediaChanged(); | |
/// <summary> | |
/// A collection of open house items related to the Property record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.OpenHouse> OpenHouse | |
{ | |
get | |
{ | |
return this._OpenHouse; | |
} | |
set | |
{ | |
this.OnOpenHouseChanging(value); | |
this._OpenHouse = value; | |
this.OnOpenHouseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.OpenHouse> _OpenHouse = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.OpenHouse>(); | |
partial void OnOpenHouseChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.OpenHouse> value); | |
partial void OnOpenHouseChanged(); | |
} | |
/// <summary> | |
/// There are no comments for MemberSingle in the schema. | |
/// </summary> | |
public partial class MemberSingle : global::Microsoft.OData.Client.DataServiceQuerySingle<Member> | |
{ | |
/// <summary> | |
/// Initialize a new MemberSingle object. | |
/// </summary> | |
public MemberSingle(global::Microsoft.OData.Client.DataServiceContext context, string path) | |
: base(context, path) {} | |
/// <summary> | |
/// Initialize a new MemberSingle object. | |
/// </summary> | |
public MemberSingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) | |
: base(context, path, isComposable) {} | |
/// <summary> | |
/// Initialize a new MemberSingle object. | |
/// </summary> | |
public MemberSingle(global::Microsoft.OData.Client.DataServiceQuerySingle<Member> query) | |
: base(query) {} | |
/// <summary> | |
/// The office the member belongs to. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OfficeSingle Office | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._Office == null)) | |
{ | |
this._Office = new global::org.reso.metadata.OfficeSingle(this.Context, GetPath("Office")); | |
} | |
return this._Office; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OfficeSingle _Office; | |
/// <summary> | |
/// The originating system of the Member record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUIDSingle OriginatingSystem | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OriginatingSystem == null)) | |
{ | |
this._OriginatingSystem = new global::org.reso.metadata.OUIDSingle(this.Context, GetPath("OriginatingSystem")); | |
} | |
return this._OriginatingSystem; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUIDSingle _OriginatingSystem; | |
/// <summary> | |
/// The source system of the Member record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUIDSingle SourceSystem | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._SourceSystem == null)) | |
{ | |
this._SourceSystem = new global::org.reso.metadata.OUIDSingle(this.Context, GetPath("SourceSystem")); | |
} | |
return this._SourceSystem; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUIDSingle _SourceSystem; | |
/// <summary> | |
/// A collection of the types of other phone fields available for this member. The collection includes the type of system and other details pertinent about other phone numbers | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.OtherPhone> MemberOtherPhone | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._MemberOtherPhone == null)) | |
{ | |
this._MemberOtherPhone = Context.CreateQuery<global::org.reso.metadata.OtherPhone>(GetPath("MemberOtherPhone")); | |
} | |
return this._MemberOtherPhone; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.OtherPhone> _MemberOtherPhone; | |
/// <summary> | |
/// A collection of the types of social media fields available for this member. The collection includes the type of system and other details pertinent about social media | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.SocialMedia> MemberSocialMedia | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._MemberSocialMedia == null)) | |
{ | |
this._MemberSocialMedia = Context.CreateQuery<global::org.reso.metadata.SocialMedia>(GetPath("MemberSocialMedia")); | |
} | |
return this._MemberSocialMedia; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.SocialMedia> _MemberSocialMedia; | |
/// <summary> | |
/// The history of the Member record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.HistoryTransactional> HistoryTransactional | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._HistoryTransactional == null)) | |
{ | |
this._HistoryTransactional = Context.CreateQuery<global::org.reso.metadata.HistoryTransactional>(GetPath("HistoryTransactional")); | |
} | |
return this._HistoryTransactional; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.HistoryTransactional> _HistoryTransactional; | |
/// <summary> | |
/// The media for the Member record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.Media> Media | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._Media == null)) | |
{ | |
this._Media = Context.CreateQuery<global::org.reso.metadata.Media>(GetPath("Media")); | |
} | |
return this._Media; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.Media> _Media; | |
} | |
/// <summary> | |
/// There are no comments for Member in the schema. | |
/// </summary> | |
/// <KeyProperties> | |
/// MemberKey | |
/// </KeyProperties> | |
[global::Microsoft.OData.Client.Key("MemberKey")] | |
public partial class Member : global::Microsoft.OData.Client.BaseEntityType | |
{ | |
/// <summary> | |
/// The title or position of the member within their organization. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "JobTitle cannot be longer than 50 characters.")] | |
public virtual string JobTitle | |
{ | |
get | |
{ | |
return this._JobTitle; | |
} | |
set | |
{ | |
this.OnJobTitleChanging(value); | |
this._JobTitle = value; | |
this.OnJobTitleChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _JobTitle; | |
partial void OnJobTitleChanging(string value); | |
partial void OnJobTitleChanged(); | |
/// <summary> | |
/// Date/time the member last logged into the source or other system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> LastLoginTimestamp | |
{ | |
get | |
{ | |
return this._LastLoginTimestamp; | |
} | |
set | |
{ | |
this.OnLastLoginTimestampChanging(value); | |
this._LastLoginTimestamp = value; | |
this.OnLastLoginTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _LastLoginTimestamp; | |
partial void OnLastLoginTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnLastLoginTimestampChanged(); | |
/// <summary> | |
/// The Member's Primary Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> MemberAOR | |
{ | |
get | |
{ | |
return this._MemberAOR; | |
} | |
set | |
{ | |
this.OnMemberAORChanging(value); | |
this._MemberAOR = value; | |
this.OnMemberAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _MemberAOR; | |
partial void OnMemberAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnMemberAORChanged(); | |
/// <summary> | |
/// The local, well-known identifier for the member's Association of REALTORS. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "MemberAORMlsId cannot be longer than 25 characters.")] | |
public virtual string MemberAORMlsId | |
{ | |
get | |
{ | |
return this._MemberAORMlsId; | |
} | |
set | |
{ | |
this.OnMemberAORMlsIdChanging(value); | |
this._MemberAORMlsId = value; | |
this.OnMemberAORMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberAORMlsId; | |
partial void OnMemberAORMlsIdChanging(string value); | |
partial void OnMemberAORMlsIdChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the MemberAORkey is the system unique identifier from the system that the record was retrieved. This may be identical to the related xxxId. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "MemberAORkey cannot be longer than 255 characters.")] | |
public virtual string MemberAORkey | |
{ | |
get | |
{ | |
return this._MemberAORkey; | |
} | |
set | |
{ | |
this.OnMemberAORkeyChanging(value); | |
this._MemberAORkey = value; | |
this.OnMemberAORkeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberAORkey; | |
partial void OnMemberAORkeyChanging(string value); | |
partial void OnMemberAORkeyChanged(); | |
/// <summary> | |
/// The street number, direction, name and suffix of the member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberAddress1 cannot be longer than 50 characters.")] | |
public virtual string MemberAddress1 | |
{ | |
get | |
{ | |
return this._MemberAddress1; | |
} | |
set | |
{ | |
this.OnMemberAddress1Changing(value); | |
this._MemberAddress1 = value; | |
this.OnMemberAddress1Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberAddress1; | |
partial void OnMemberAddress1Changing(string value); | |
partial void OnMemberAddress1Changed(); | |
/// <summary> | |
/// The unit/suite number of the member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberAddress2 cannot be longer than 50 characters.")] | |
public virtual string MemberAddress2 | |
{ | |
get | |
{ | |
return this._MemberAddress2; | |
} | |
set | |
{ | |
this.OnMemberAddress2Changing(value); | |
this._MemberAddress2 = value; | |
this.OnMemberAddress2Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberAddress2; | |
partial void OnMemberAddress2Changing(string value); | |
partial void OnMemberAddress2Changed(); | |
/// <summary> | |
/// The association's notes regarding the member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(500, ErrorMessage = "MemberAssociationComments cannot be longer than 500 characters.")] | |
public virtual string MemberAssociationComments | |
{ | |
get | |
{ | |
return this._MemberAssociationComments; | |
} | |
set | |
{ | |
this.OnMemberAssociationCommentsChanging(value); | |
this._MemberAssociationComments = value; | |
this.OnMemberAssociationCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberAssociationComments; | |
partial void OnMemberAssociationCommentsChanging(string value); | |
partial void OnMemberAssociationCommentsChanged(); | |
/// <summary> | |
/// The group of addresses to which the USPS assigns the same code to aid in mail delivery. For the USPS, these codes are 9 digits: 5 numbers for the ZIP Code, one letter for the carrier route type, and 3 numbers for the carrier route number. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(9, ErrorMessage = "MemberCarrierRoute cannot be longer than 9 characters.")] | |
public virtual string MemberCarrierRoute | |
{ | |
get | |
{ | |
return this._MemberCarrierRoute; | |
} | |
set | |
{ | |
this.OnMemberCarrierRouteChanging(value); | |
this._MemberCarrierRoute = value; | |
this.OnMemberCarrierRouteChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberCarrierRoute; | |
partial void OnMemberCarrierRouteChanging(string value); | |
partial void OnMemberCarrierRouteChanged(); | |
/// <summary> | |
/// The city of the member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberCity cannot be longer than 50 characters.")] | |
public virtual string MemberCity | |
{ | |
get | |
{ | |
return this._MemberCity; | |
} | |
set | |
{ | |
this.OnMemberCityChanging(value); | |
this._MemberCity = value; | |
this.OnMemberCityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberCity; | |
partial void OnMemberCityChanging(string value); | |
partial void OnMemberCityChanged(); | |
/// <summary> | |
/// The country abbreviation in a postal address. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.Country> MemberCountry | |
{ | |
get | |
{ | |
return this._MemberCountry; | |
} | |
set | |
{ | |
this.OnMemberCountryChanging(value); | |
this._MemberCountry = value; | |
this.OnMemberCountryChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.Country> _MemberCountry; | |
partial void OnMemberCountryChanging(global::System.Nullable<global::org.reso.metadata.enums.Country> value); | |
partial void OnMemberCountryChanged(); | |
/// <summary> | |
/// The county or parish in which the member is addressed. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> MemberCountyOrParish | |
{ | |
get | |
{ | |
return this._MemberCountyOrParish; | |
} | |
set | |
{ | |
this.OnMemberCountyOrParishChanging(value); | |
this._MemberCountyOrParish = value; | |
this.OnMemberCountyOrParishChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> _MemberCountyOrParish; | |
partial void OnMemberCountyOrParishChanging(global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> value); | |
partial void OnMemberCountyOrParishChanged(); | |
/// <summary> | |
/// Designations and certifications acknowledging experience and expertise in various real estate sectors are awarded by NAR and each affiliated group upon completion of required courses. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.MemberDesignation> MemberDesignation | |
{ | |
get | |
{ | |
return this._MemberDesignation; | |
} | |
set | |
{ | |
this.OnMemberDesignationChanging(value); | |
this._MemberDesignation = value; | |
this.OnMemberDesignationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.MemberDesignation> _MemberDesignation = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.MemberDesignation>(); | |
partial void OnMemberDesignationChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.MemberDesignation> value); | |
partial void OnMemberDesignationChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberDirectPhone cannot be longer than 16 characters.")] | |
public virtual string MemberDirectPhone | |
{ | |
get | |
{ | |
return this._MemberDirectPhone; | |
} | |
set | |
{ | |
this.OnMemberDirectPhoneChanging(value); | |
this._MemberDirectPhone = value; | |
this.OnMemberDirectPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberDirectPhone; | |
partial void OnMemberDirectPhoneChanging(string value); | |
partial void OnMemberDirectPhoneChanged(); | |
/// <summary> | |
/// The email address of the Member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "MemberEmail cannot be longer than 80 characters.")] | |
public virtual string MemberEmail | |
{ | |
get | |
{ | |
return this._MemberEmail; | |
} | |
set | |
{ | |
this.OnMemberEmailChanging(value); | |
this._MemberEmail = value; | |
this.OnMemberEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberEmail; | |
partial void OnMemberEmailChanging(string value); | |
partial void OnMemberEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberFax cannot be longer than 16 characters.")] | |
public virtual string MemberFax | |
{ | |
get | |
{ | |
return this._MemberFax; | |
} | |
set | |
{ | |
this.OnMemberFaxChanging(value); | |
this._MemberFax = value; | |
this.OnMemberFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberFax; | |
partial void OnMemberFaxChanging(string value); | |
partial void OnMemberFaxChanged(); | |
/// <summary> | |
/// The first name of the Member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberFirstName cannot be longer than 50 characters.")] | |
public virtual string MemberFirstName | |
{ | |
get | |
{ | |
return this._MemberFirstName; | |
} | |
set | |
{ | |
this.OnMemberFirstNameChanging(value); | |
this._MemberFirstName = value; | |
this.OnMemberFirstNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberFirstName; | |
partial void OnMemberFirstNameChanging(string value); | |
partial void OnMemberFirstNameChanged(); | |
/// <summary> | |
/// The full name of the Member. (First Middle Last) or a alternate full name. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "MemberFullName cannot be longer than 150 characters.")] | |
public virtual string MemberFullName | |
{ | |
get | |
{ | |
return this._MemberFullName; | |
} | |
set | |
{ | |
this.OnMemberFullNameChanging(value); | |
this._MemberFullName = value; | |
this.OnMemberFullNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberFullName; | |
partial void OnMemberFullNameChanging(string value); | |
partial void OnMemberFullNameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberHomePhone cannot be longer than 16 characters.")] | |
public virtual string MemberHomePhone | |
{ | |
get | |
{ | |
return this._MemberHomePhone; | |
} | |
set | |
{ | |
this.OnMemberHomePhoneChanging(value); | |
this._MemberHomePhone = value; | |
this.OnMemberHomePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberHomePhone; | |
partial void OnMemberHomePhoneChanging(string value); | |
partial void OnMemberHomePhoneChanged(); | |
/// <summary> | |
/// The MemberMlsId of the Agent/Broker that this member is an assistant. The typical use will be to add the agent's ID to this field when editing the member record of the assistant. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberIsAssistantTo cannot be longer than 50 characters.")] | |
public virtual string MemberIsAssistantTo | |
{ | |
get | |
{ | |
return this._MemberIsAssistantTo; | |
} | |
set | |
{ | |
this.OnMemberIsAssistantToChanging(value); | |
this._MemberIsAssistantTo = value; | |
this.OnMemberIsAssistantToChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberIsAssistantTo; | |
partial void OnMemberIsAssistantToChanging(string value); | |
partial void OnMemberIsAssistantToChanged(); | |
/// <summary> | |
/// A unique identifier for this record from the immediate source. This is a string that can include URI or other forms. Alternatively use the MemberKeyNumeric for a numeric only key field. This is the local key of the system. When records are received from other systems, a local key is commonly applied. If conveying the original keys from the source or originating systems, see SourceSystemMemberKey and OriginatingSystemMemberKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "MemberKey cannot be longer than 255 characters.")] | |
public virtual string MemberKey | |
{ | |
get | |
{ | |
return this._MemberKey; | |
} | |
set | |
{ | |
this.OnMemberKeyChanging(value); | |
this._MemberKey = value; | |
this.OnMemberKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberKey; | |
partial void OnMemberKeyChanging(string value); | |
partial void OnMemberKeyChanged(); | |
/// <summary> | |
/// The languages the member speaks. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Languages> MemberLanguages | |
{ | |
get | |
{ | |
return this._MemberLanguages; | |
} | |
set | |
{ | |
this.OnMemberLanguagesChanging(value); | |
this._MemberLanguages = value; | |
this.OnMemberLanguagesChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Languages> _MemberLanguages = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Languages>(); | |
partial void OnMemberLanguagesChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.Languages> value); | |
partial void OnMemberLanguagesChanged(); | |
/// <summary> | |
/// The last name of the Member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberLastName cannot be longer than 50 characters.")] | |
public virtual string MemberLastName | |
{ | |
get | |
{ | |
return this._MemberLastName; | |
} | |
set | |
{ | |
this.OnMemberLastNameChanging(value); | |
this._MemberLastName = value; | |
this.OnMemberLastNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberLastName; | |
partial void OnMemberLastNameChanging(string value); | |
partial void OnMemberLastNameChanged(); | |
/// <summary> | |
/// The ID used to logon to the MLS system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "MemberLoginId cannot be longer than 25 characters.")] | |
public virtual string MemberLoginId | |
{ | |
get | |
{ | |
return this._MemberLoginId; | |
} | |
set | |
{ | |
this.OnMemberLoginIdChanging(value); | |
this._MemberLoginId = value; | |
this.OnMemberLoginIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberLoginId; | |
partial void OnMemberLoginIdChanging(string value); | |
partial void OnMemberLoginIdChanged(); | |
/// <summary> | |
/// The middle name of the Member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberMiddleName cannot be longer than 50 characters.")] | |
public virtual string MemberMiddleName | |
{ | |
get | |
{ | |
return this._MemberMiddleName; | |
} | |
set | |
{ | |
this.OnMemberMiddleNameChanging(value); | |
this._MemberMiddleName = value; | |
this.OnMemberMiddleNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberMiddleName; | |
partial void OnMemberMiddleNameChanging(string value); | |
partial void OnMemberMiddleNameChanged(); | |
/// <summary> | |
/// Does the member have access to the MLS system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> MemberMlsAccessYN | |
{ | |
get | |
{ | |
return this._MemberMlsAccessYN; | |
} | |
set | |
{ | |
this.OnMemberMlsAccessYNChanging(value); | |
this._MemberMlsAccessYN = value; | |
this.OnMemberMlsAccessYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _MemberMlsAccessYN; | |
partial void OnMemberMlsAccessYNChanging(global::System.Nullable<bool> value); | |
partial void OnMemberMlsAccessYNChanged(); | |
/// <summary> | |
/// The local, well-known identifier for the member. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "MemberMlsId cannot be longer than 25 characters.")] | |
public virtual string MemberMlsId | |
{ | |
get | |
{ | |
return this._MemberMlsId; | |
} | |
set | |
{ | |
this.OnMemberMlsIdChanging(value); | |
this._MemberMlsId = value; | |
this.OnMemberMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberMlsId; | |
partial void OnMemberMlsIdChanging(string value); | |
partial void OnMemberMlsIdChanged(); | |
/// <summary> | |
/// The MLS security group or class given to the member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MemberMlsSecurityClass> MemberMlsSecurityClass | |
{ | |
get | |
{ | |
return this._MemberMlsSecurityClass; | |
} | |
set | |
{ | |
this.OnMemberMlsSecurityClassChanging(value); | |
this._MemberMlsSecurityClass = value; | |
this.OnMemberMlsSecurityClassChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MemberMlsSecurityClass> _MemberMlsSecurityClass; | |
partial void OnMemberMlsSecurityClassChanging(global::System.Nullable<global::org.reso.metadata.enums.MemberMlsSecurityClass> value); | |
partial void OnMemberMlsSecurityClassChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberMobilePhone cannot be longer than 16 characters.")] | |
public virtual string MemberMobilePhone | |
{ | |
get | |
{ | |
return this._MemberMobilePhone; | |
} | |
set | |
{ | |
this.OnMemberMobilePhoneChanging(value); | |
this._MemberMobilePhone = value; | |
this.OnMemberMobilePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberMobilePhone; | |
partial void OnMemberMobilePhoneChanging(string value); | |
partial void OnMemberMobilePhoneChanged(); | |
/// <summary> | |
/// Prefix to the name (e.g. Dr. Mr. Ms. etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "MemberNamePrefix cannot be longer than 10 characters.")] | |
public virtual string MemberNamePrefix | |
{ | |
get | |
{ | |
return this._MemberNamePrefix; | |
} | |
set | |
{ | |
this.OnMemberNamePrefixChanging(value); | |
this._MemberNamePrefix = value; | |
this.OnMemberNamePrefixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberNamePrefix; | |
partial void OnMemberNamePrefixChanging(string value); | |
partial void OnMemberNamePrefixChanged(); | |
/// <summary> | |
/// Suffix to the surname (e.g. Esq., Jr., III etc.) | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "MemberNameSuffix cannot be longer than 10 characters.")] | |
public virtual string MemberNameSuffix | |
{ | |
get | |
{ | |
return this._MemberNameSuffix; | |
} | |
set | |
{ | |
this.OnMemberNameSuffixChanging(value); | |
this._MemberNameSuffix = value; | |
this.OnMemberNameSuffixChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberNameSuffix; | |
partial void OnMemberNameSuffixChanging(string value); | |
partial void OnMemberNameSuffixChanged(); | |
/// <summary> | |
/// The national association ID of the member. i.e. in the U.S. is the NRDS number. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "MemberNationalAssociationId cannot be longer than 25 characters.")] | |
public virtual string MemberNationalAssociationId | |
{ | |
get | |
{ | |
return this._MemberNationalAssociationId; | |
} | |
set | |
{ | |
this.OnMemberNationalAssociationIdChanging(value); | |
this._MemberNationalAssociationId = value; | |
this.OnMemberNationalAssociationIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberNationalAssociationId; | |
partial void OnMemberNationalAssociationIdChanging(string value); | |
partial void OnMemberNationalAssociationIdChanged(); | |
/// <summary> | |
/// An alternate name used by the Member, usually as a substitute for the first name. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberNickname cannot be longer than 50 characters.")] | |
public virtual string MemberNickname | |
{ | |
get | |
{ | |
return this._MemberNickname; | |
} | |
set | |
{ | |
this.OnMemberNicknameChanging(value); | |
this._MemberNickname = value; | |
this.OnMemberNicknameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberNickname; | |
partial void OnMemberNicknameChanging(string value); | |
partial void OnMemberNicknameChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberOfficePhone cannot be longer than 16 characters.")] | |
public virtual string MemberOfficePhone | |
{ | |
get | |
{ | |
return this._MemberOfficePhone; | |
} | |
set | |
{ | |
this.OnMemberOfficePhoneChanging(value); | |
this._MemberOfficePhone = value; | |
this.OnMemberOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberOfficePhone; | |
partial void OnMemberOfficePhoneChanging(string value); | |
partial void OnMemberOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "MemberOfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string MemberOfficePhoneExt | |
{ | |
get | |
{ | |
return this._MemberOfficePhoneExt; | |
} | |
set | |
{ | |
this.OnMemberOfficePhoneExtChanging(value); | |
this._MemberOfficePhoneExt = value; | |
this.OnMemberOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberOfficePhoneExt; | |
partial void OnMemberOfficePhoneExtChanging(string value); | |
partial void OnMemberOfficePhoneExtChanged(); | |
/// <summary> | |
/// The type of "other" phone. i.e. Preferred, Office, Mobile, Direct, Home, Fax, Pager, Voicemail, Toll Free, SMS, 1, 2, 3, First, Second, Third, etc.. This is used as the list of options for the Member Other Phone repeating elements. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MemberOtherPhoneType> MemberOtherPhoneType | |
{ | |
get | |
{ | |
return this._MemberOtherPhoneType; | |
} | |
set | |
{ | |
this.OnMemberOtherPhoneTypeChanging(value); | |
this._MemberOtherPhoneType = value; | |
this.OnMemberOtherPhoneTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MemberOtherPhoneType> _MemberOtherPhoneType; | |
partial void OnMemberOtherPhoneTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.MemberOtherPhoneType> value); | |
partial void OnMemberOtherPhoneTypeChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberPager cannot be longer than 16 characters.")] | |
public virtual string MemberPager | |
{ | |
get | |
{ | |
return this._MemberPager; | |
} | |
set | |
{ | |
this.OnMemberPagerChanging(value); | |
this._MemberPager = value; | |
this.OnMemberPagerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberPager; | |
partial void OnMemberPagerChanging(string value); | |
partial void OnMemberPagerChanged(); | |
/// <summary> | |
/// A password that the member whishes to share with other systems. Normal security considerations apply and are the responsibility of the entity utilizing this field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "MemberPassword cannot be longer than 25 characters.")] | |
public virtual string MemberPassword | |
{ | |
get | |
{ | |
return this._MemberPassword; | |
} | |
set | |
{ | |
this.OnMemberPasswordChanging(value); | |
this._MemberPassword = value; | |
this.OnMemberPasswordChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberPassword; | |
partial void OnMemberPasswordChanging(string value); | |
partial void OnMemberPasswordChanged(); | |
/// <summary> | |
/// (Telecommunications Device for the Deaf/TeleTYpewriter) A user terminal with keyboard input and printer or display output used by the hearing and speech impaired. The device contains a modem and is used over a standard analog phone line. If a recipient does not have a corresponding terminal device, TDD/TTY users dial a relay service composed of operators who receive the typed messages, call the recipients and speak the messages to them. The operators also type the responses back to the TDD/TTY user. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberPhoneTTYTDD cannot be longer than 16 characters.")] | |
public virtual string MemberPhoneTTYTDD | |
{ | |
get | |
{ | |
return this._MemberPhoneTTYTDD; | |
} | |
set | |
{ | |
this.OnMemberPhoneTTYTDDChanging(value); | |
this._MemberPhoneTTYTDD = value; | |
this.OnMemberPhoneTTYTDDChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberPhoneTTYTDD; | |
partial void OnMemberPhoneTTYTDDChanging(string value); | |
partial void OnMemberPhoneTTYTDDChanged(); | |
/// <summary> | |
/// The postal code of the member. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "MemberPostalCode cannot be longer than 10 characters.")] | |
public virtual string MemberPostalCode | |
{ | |
get | |
{ | |
return this._MemberPostalCode; | |
} | |
set | |
{ | |
this.OnMemberPostalCodeChanging(value); | |
this._MemberPostalCode = value; | |
this.OnMemberPostalCodeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberPostalCode; | |
partial void OnMemberPostalCodeChanging(string value); | |
partial void OnMemberPostalCodeChanged(); | |
/// <summary> | |
/// The extension of the postal/zip code. i.e. +4 | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(4, ErrorMessage = "MemberPostalCodePlus4 cannot be longer than 4 characters.")] | |
public virtual string MemberPostalCodePlus4 | |
{ | |
get | |
{ | |
return this._MemberPostalCodePlus4; | |
} | |
set | |
{ | |
this.OnMemberPostalCodePlus4Changing(value); | |
this._MemberPostalCodePlus4 = value; | |
this.OnMemberPostalCodePlus4Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberPostalCodePlus4; | |
partial void OnMemberPostalCodePlus4Changing(string value); | |
partial void OnMemberPostalCodePlus4Changed(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberPreferredPhone cannot be longer than 16 characters.")] | |
public virtual string MemberPreferredPhone | |
{ | |
get | |
{ | |
return this._MemberPreferredPhone; | |
} | |
set | |
{ | |
this.OnMemberPreferredPhoneChanging(value); | |
this._MemberPreferredPhone = value; | |
this.OnMemberPreferredPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberPreferredPhone; | |
partial void OnMemberPreferredPhoneChanging(string value); | |
partial void OnMemberPreferredPhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "MemberPreferredPhoneExt cannot be longer than 10 characters.")] | |
public virtual string MemberPreferredPhoneExt | |
{ | |
get | |
{ | |
return this._MemberPreferredPhoneExt; | |
} | |
set | |
{ | |
this.OnMemberPreferredPhoneExtChanging(value); | |
this._MemberPreferredPhoneExt = value; | |
this.OnMemberPreferredPhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberPreferredPhoneExt; | |
partial void OnMemberPreferredPhoneExtChanging(string value); | |
partial void OnMemberPreferredPhoneExtChanged(); | |
/// <summary> | |
/// The license of the Member. Separate multiple licenses with a comma and space. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "MemberStateLicense cannot be longer than 50 characters.")] | |
public virtual string MemberStateLicense | |
{ | |
get | |
{ | |
return this._MemberStateLicense; | |
} | |
set | |
{ | |
this.OnMemberStateLicenseChanging(value); | |
this._MemberStateLicense = value; | |
this.OnMemberStateLicenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberStateLicense; | |
partial void OnMemberStateLicenseChanging(string value); | |
partial void OnMemberStateLicenseChanged(); | |
/// <summary> | |
/// The state in which the member is licensed. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> MemberStateLicenseState | |
{ | |
get | |
{ | |
return this._MemberStateLicenseState; | |
} | |
set | |
{ | |
this.OnMemberStateLicenseStateChanging(value); | |
this._MemberStateLicenseState = value; | |
this.OnMemberStateLicenseStateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> _MemberStateLicenseState; | |
partial void OnMemberStateLicenseStateChanging(global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> value); | |
partial void OnMemberStateLicenseStateChanged(); | |
/// <summary> | |
/// The state or province in which the member is addressed. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> MemberStateOrProvince | |
{ | |
get | |
{ | |
return this._MemberStateOrProvince; | |
} | |
set | |
{ | |
this.OnMemberStateOrProvinceChanging(value); | |
this._MemberStateOrProvince = value; | |
this.OnMemberStateOrProvinceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> _MemberStateOrProvince; | |
partial void OnMemberStateOrProvinceChanging(global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> value); | |
partial void OnMemberStateOrProvinceChanged(); | |
/// <summary> | |
/// Is the account active, inactive or under disciplinary action. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MemberStatus> MemberStatus | |
{ | |
get | |
{ | |
return this._MemberStatus; | |
} | |
set | |
{ | |
this.OnMemberStatusChanging(value); | |
this._MemberStatus = value; | |
this.OnMemberStatusChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MemberStatus> _MemberStatus; | |
partial void OnMemberStatusChanging(global::System.Nullable<global::org.reso.metadata.enums.MemberStatus> value); | |
partial void OnMemberStatusChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberTollFreePhone cannot be longer than 16 characters.")] | |
public virtual string MemberTollFreePhone | |
{ | |
get | |
{ | |
return this._MemberTollFreePhone; | |
} | |
set | |
{ | |
this.OnMemberTollFreePhoneChanging(value); | |
this._MemberTollFreePhone = value; | |
this.OnMemberTollFreePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberTollFreePhone; | |
partial void OnMemberTollFreePhoneChanging(string value); | |
partial void OnMemberTollFreePhoneChanged(); | |
/// <summary> | |
/// The type of member. i.e. Agent, Broker, Office Manager, Appraiser, Photographer, Assistants, MLO, Realtor, Association Staff, MLS Staff, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.MemberType> MemberType | |
{ | |
get | |
{ | |
return this._MemberType; | |
} | |
set | |
{ | |
this.OnMemberTypeChanging(value); | |
this._MemberType = value; | |
this.OnMemberTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.MemberType> _MemberType; | |
partial void OnMemberTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.MemberType> value); | |
partial void OnMemberTypeChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "MemberVoiceMail cannot be longer than 16 characters.")] | |
public virtual string MemberVoiceMail | |
{ | |
get | |
{ | |
return this._MemberVoiceMail; | |
} | |
set | |
{ | |
this.OnMemberVoiceMailChanging(value); | |
this._MemberVoiceMail = value; | |
this.OnMemberVoiceMailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberVoiceMail; | |
partial void OnMemberVoiceMailChanging(string value); | |
partial void OnMemberVoiceMailChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "MemberVoiceMailExt cannot be longer than 10 characters.")] | |
public virtual string MemberVoiceMailExt | |
{ | |
get | |
{ | |
return this._MemberVoiceMailExt; | |
} | |
set | |
{ | |
this.OnMemberVoiceMailExtChanging(value); | |
this._MemberVoiceMailExt = value; | |
this.OnMemberVoiceMailExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MemberVoiceMailExt; | |
partial void OnMemberVoiceMailExtChanging(string value); | |
partial void OnMemberVoiceMailExtChanged(); | |
/// <summary> | |
/// Date/time the roster (member or office) record was last modified. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> ModificationTimestamp | |
{ | |
get | |
{ | |
return this._ModificationTimestamp; | |
} | |
set | |
{ | |
this.OnModificationTimestampChanging(value); | |
this._ModificationTimestamp = value; | |
this.OnModificationTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _ModificationTimestamp; | |
partial void OnModificationTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnModificationTimestampChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. This is a foreign key relating to the Office resource's OfficeKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OfficeKey cannot be longer than 255 characters.")] | |
public virtual string OfficeKey | |
{ | |
get | |
{ | |
return this._OfficeKey; | |
} | |
set | |
{ | |
this.OnOfficeKeyChanging(value); | |
this._OfficeKey = value; | |
this.OnOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeKey; | |
partial void OnOfficeKeyChanging(string value); | |
partial void OnOfficeKeyChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OfficeMlsId cannot be longer than 25 characters.")] | |
public virtual string OfficeMlsId | |
{ | |
get | |
{ | |
return this._OfficeMlsId; | |
} | |
set | |
{ | |
this.OnOfficeMlsIdChanging(value); | |
this._OfficeMlsId = value; | |
this.OnOfficeMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeMlsId; | |
partial void OnOfficeMlsIdChanging(string value); | |
partial void OnOfficeMlsIdChanged(); | |
/// <summary> | |
/// The legal name of the brokerage. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OfficeName cannot be longer than 255 characters.")] | |
public virtual string OfficeName | |
{ | |
get | |
{ | |
return this._OfficeName; | |
} | |
set | |
{ | |
this.OnOfficeNameChanging(value); | |
this._OfficeName = value; | |
this.OnOfficeNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeName; | |
partial void OnOfficeNameChanging(string value); | |
partial void OnOfficeNameChanged(); | |
/// <summary> | |
/// Date/time the roster (member or office) record was originally input into the source system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> OriginalEntryTimestamp | |
{ | |
get | |
{ | |
return this._OriginalEntryTimestamp; | |
} | |
set | |
{ | |
this.OnOriginalEntryTimestampChanging(value); | |
this._OriginalEntryTimestamp = value; | |
this.OnOriginalEntryTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _OriginalEntryTimestamp; | |
partial void OnOriginalEntryTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnOriginalEntryTimestampChanged(); | |
/// <summary> | |
/// The RESO OUID's OrganizationUniqueId of the Originating record provider. The Originating system is the system with authoritative control over the record. For example; the name of the MLS where the member was input. In cases where the Originating system was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OriginatingSystemID cannot be longer than 25 characters.")] | |
public virtual string OriginatingSystemID | |
{ | |
get | |
{ | |
return this._OriginatingSystemID; | |
} | |
set | |
{ | |
this.OnOriginatingSystemIDChanging(value); | |
this._OriginatingSystemID = value; | |
this.OnOriginatingSystemIDChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemID; | |
partial void OnOriginatingSystemIDChanging(string value); | |
partial void OnOriginatingSystemIDChanged(); | |
/// <summary> | |
/// The system key, a unique record identifier, from the Originating system. The Originating system is the system with authoritative control over the record. For example, the Multiple Listing Service where the member was input. There may be cases where the Source System (how you received the record) is not the Originating System. See Source System Key for more information. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OriginatingSystemMemberKey cannot be longer than 255 characters.")] | |
public virtual string OriginatingSystemMemberKey | |
{ | |
get | |
{ | |
return this._OriginatingSystemMemberKey; | |
} | |
set | |
{ | |
this.OnOriginatingSystemMemberKeyChanging(value); | |
this._OriginatingSystemMemberKey = value; | |
this.OnOriginatingSystemMemberKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemMemberKey; | |
partial void OnOriginatingSystemMemberKeyChanging(string value); | |
partial void OnOriginatingSystemMemberKeyChanged(); | |
/// <summary> | |
/// The name of the Originating record provider. Most commonly the name of the MLS. The place where the member is originally input by the member. The legal name of the company. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OriginatingSystemName cannot be longer than 255 characters.")] | |
public virtual string OriginatingSystemName | |
{ | |
get | |
{ | |
return this._OriginatingSystemName; | |
} | |
set | |
{ | |
this.OnOriginatingSystemNameChanging(value); | |
this._OriginatingSystemName = value; | |
this.OnOriginatingSystemNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemName; | |
partial void OnOriginatingSystemNameChanging(string value); | |
partial void OnOriginatingSystemNameChanged(); | |
/// <summary> | |
/// A list of types of sites, blog, social media, the Member URL or ID is referring to. i.e. Website, Blog, Facebook, Twitter, LinkedIn, Skype, etc., This list is used to populate the Type with repeating Social Media URL or ID types. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.SocialMediaType> SocialMediaType | |
{ | |
get | |
{ | |
return this._SocialMediaType; | |
} | |
set | |
{ | |
this.OnSocialMediaTypeChanging(value); | |
this._SocialMediaType = value; | |
this.OnSocialMediaTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.SocialMediaType> _SocialMediaType; | |
partial void OnSocialMediaTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.SocialMediaType> value); | |
partial void OnSocialMediaTypeChanged(); | |
/// <summary> | |
/// The RESO OUID's OrganizationUniqueId of the Source record provider. The source system is the system from which the record was directly received. In cases where the source system was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "SourceSystemID cannot be longer than 25 characters.")] | |
public virtual string SourceSystemID | |
{ | |
get | |
{ | |
return this._SourceSystemID; | |
} | |
set | |
{ | |
this.OnSourceSystemIDChanging(value); | |
this._SourceSystemID = value; | |
this.OnSourceSystemIDChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemID; | |
partial void OnSourceSystemIDChanging(string value); | |
partial void OnSourceSystemIDChanged(); | |
/// <summary> | |
/// The system key, a unique record identifier, from the Source System. The Source System is the system from which the record was directly received. In cases where the Source System was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "SourceSystemMemberKey cannot be longer than 255 characters.")] | |
public virtual string SourceSystemMemberKey | |
{ | |
get | |
{ | |
return this._SourceSystemMemberKey; | |
} | |
set | |
{ | |
this.OnSourceSystemMemberKeyChanging(value); | |
this._SourceSystemMemberKey = value; | |
this.OnSourceSystemMemberKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemMemberKey; | |
partial void OnSourceSystemMemberKeyChanging(string value); | |
partial void OnSourceSystemMemberKeyChanged(); | |
/// <summary> | |
/// The name of the immediate record provider. The system from which the record was directly received. The legal name of the company. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "SourceSystemName cannot be longer than 255 characters.")] | |
public virtual string SourceSystemName | |
{ | |
get | |
{ | |
return this._SourceSystemName; | |
} | |
set | |
{ | |
this.OnSourceSystemNameChanging(value); | |
this._SourceSystemName = value; | |
this.OnSourceSystemNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemName; | |
partial void OnSourceSystemNameChanging(string value); | |
partial void OnSourceSystemNameChanged(); | |
/// <summary> | |
/// When permitted by the broker, the options made by the individual agent on where they would like their listings syndicated. i.e. Zillow, Trulia, Homes.com, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> SyndicateTo | |
{ | |
get | |
{ | |
return this._SyndicateTo; | |
} | |
set | |
{ | |
this.OnSyndicateToChanging(value); | |
this._SyndicateTo = value; | |
this.OnSyndicateToChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> _SyndicateTo = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo>(); | |
partial void OnSyndicateToChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> value); | |
partial void OnSyndicateToChanged(); | |
/// <summary> | |
/// The office the member belongs to. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Office Office | |
{ | |
get | |
{ | |
return this._Office; | |
} | |
set | |
{ | |
this.OnOfficeChanging(value); | |
this._Office = value; | |
this.OnOfficeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Office _Office; | |
partial void OnOfficeChanging(global::org.reso.metadata.Office value); | |
partial void OnOfficeChanged(); | |
/// <summary> | |
/// The originating system of the Member record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUID OriginatingSystem | |
{ | |
get | |
{ | |
return this._OriginatingSystem; | |
} | |
set | |
{ | |
this.OnOriginatingSystemChanging(value); | |
this._OriginatingSystem = value; | |
this.OnOriginatingSystemChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUID _OriginatingSystem; | |
partial void OnOriginatingSystemChanging(global::org.reso.metadata.OUID value); | |
partial void OnOriginatingSystemChanged(); | |
/// <summary> | |
/// The source system of the Member record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUID SourceSystem | |
{ | |
get | |
{ | |
return this._SourceSystem; | |
} | |
set | |
{ | |
this.OnSourceSystemChanging(value); | |
this._SourceSystem = value; | |
this.OnSourceSystemChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUID _SourceSystem; | |
partial void OnSourceSystemChanging(global::org.reso.metadata.OUID value); | |
partial void OnSourceSystemChanged(); | |
/// <summary> | |
/// A collection of the types of other phone fields available for this member. The collection includes the type of system and other details pertinent about other phone numbers | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.OtherPhone> MemberOtherPhone | |
{ | |
get | |
{ | |
return this._MemberOtherPhone; | |
} | |
set | |
{ | |
this.OnMemberOtherPhoneChanging(value); | |
this._MemberOtherPhone = value; | |
this.OnMemberOtherPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.OtherPhone> _MemberOtherPhone = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.OtherPhone>(); | |
partial void OnMemberOtherPhoneChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.OtherPhone> value); | |
partial void OnMemberOtherPhoneChanged(); | |
/// <summary> | |
/// A collection of the types of social media fields available for this member. The collection includes the type of system and other details pertinent about social media | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> MemberSocialMedia | |
{ | |
get | |
{ | |
return this._MemberSocialMedia; | |
} | |
set | |
{ | |
this.OnMemberSocialMediaChanging(value); | |
this._MemberSocialMedia = value; | |
this.OnMemberSocialMediaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> _MemberSocialMedia = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia>(); | |
partial void OnMemberSocialMediaChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> value); | |
partial void OnMemberSocialMediaChanged(); | |
/// <summary> | |
/// The history of the Member record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> HistoryTransactional | |
{ | |
get | |
{ | |
return this._HistoryTransactional; | |
} | |
set | |
{ | |
this.OnHistoryTransactionalChanging(value); | |
this._HistoryTransactional = value; | |
this.OnHistoryTransactionalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> _HistoryTransactional = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional>(); | |
partial void OnHistoryTransactionalChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> value); | |
partial void OnHistoryTransactionalChanged(); | |
/// <summary> | |
/// The media for the Member record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> Media | |
{ | |
get | |
{ | |
return this._Media; | |
} | |
set | |
{ | |
this.OnMediaChanging(value); | |
this._Media = value; | |
this.OnMediaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> _Media = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media>(); | |
partial void OnMediaChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> value); | |
partial void OnMediaChanged(); | |
} | |
/// <summary> | |
/// There are no comments for OfficeSingle in the schema. | |
/// </summary> | |
public partial class OfficeSingle : global::Microsoft.OData.Client.DataServiceQuerySingle<Office> | |
{ | |
/// <summary> | |
/// Initialize a new OfficeSingle object. | |
/// </summary> | |
public OfficeSingle(global::Microsoft.OData.Client.DataServiceContext context, string path) | |
: base(context, path) {} | |
/// <summary> | |
/// Initialize a new OfficeSingle object. | |
/// </summary> | |
public OfficeSingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) | |
: base(context, path, isComposable) {} | |
/// <summary> | |
/// Initialize a new OfficeSingle object. | |
/// </summary> | |
public OfficeSingle(global::Microsoft.OData.Client.DataServiceQuerySingle<Office> query) | |
: base(query) {} | |
/// <summary> | |
/// The main office for the office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OfficeSingle MainOffice | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._MainOffice == null)) | |
{ | |
this._MainOffice = new global::org.reso.metadata.OfficeSingle(this.Context, GetPath("MainOffice")); | |
} | |
return this._MainOffice; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OfficeSingle _MainOffice; | |
/// <summary> | |
/// The broker for the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.MemberSingle OfficeBroker | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OfficeBroker == null)) | |
{ | |
this._OfficeBroker = new global::org.reso.metadata.MemberSingle(this.Context, GetPath("OfficeBroker")); | |
} | |
return this._OfficeBroker; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.MemberSingle _OfficeBroker; | |
/// <summary> | |
/// The office manager for the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.MemberSingle OfficeManager | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OfficeManager == null)) | |
{ | |
this._OfficeManager = new global::org.reso.metadata.MemberSingle(this.Context, GetPath("OfficeManager")); | |
} | |
return this._OfficeManager; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.MemberSingle _OfficeManager; | |
/// <summary> | |
/// The originating system of the Office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUIDSingle OriginatingSystem | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OriginatingSystem == null)) | |
{ | |
this._OriginatingSystem = new global::org.reso.metadata.OUIDSingle(this.Context, GetPath("OriginatingSystem")); | |
} | |
return this._OriginatingSystem; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUIDSingle _OriginatingSystem; | |
/// <summary> | |
/// The source system of the Office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUIDSingle SourceSystem | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._SourceSystem == null)) | |
{ | |
this._SourceSystem = new global::org.reso.metadata.OUIDSingle(this.Context, GetPath("SourceSystem")); | |
} | |
return this._SourceSystem; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUIDSingle _SourceSystem; | |
/// <summary> | |
/// The history of the Office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.HistoryTransactional> HistoryTransactional | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._HistoryTransactional == null)) | |
{ | |
this._HistoryTransactional = Context.CreateQuery<global::org.reso.metadata.HistoryTransactional>(GetPath("HistoryTransactional")); | |
} | |
return this._HistoryTransactional; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.HistoryTransactional> _HistoryTransactional; | |
/// <summary> | |
/// The media for the Office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.Media> Media | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._Media == null)) | |
{ | |
this._Media = Context.CreateQuery<global::org.reso.metadata.Media>(GetPath("Media")); | |
} | |
return this._Media; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.Media> _Media; | |
/// <summary> | |
/// A collection of the types of social media fields available for this office. The collection includes the type of system and other details pertinent about social media | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.SocialMedia> OfficeSocialMedia | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OfficeSocialMedia == null)) | |
{ | |
this._OfficeSocialMedia = Context.CreateQuery<global::org.reso.metadata.SocialMedia>(GetPath("OfficeSocialMedia")); | |
} | |
return this._OfficeSocialMedia; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.SocialMedia> _OfficeSocialMedia; | |
} | |
/// <summary> | |
/// There are no comments for Office in the schema. | |
/// </summary> | |
/// <KeyProperties> | |
/// OfficeKey | |
/// </KeyProperties> | |
[global::Microsoft.OData.Client.Key("OfficeKey")] | |
public partial class Office : global::Microsoft.OData.Client.BaseEntityType | |
{ | |
/// <summary> | |
/// The name of the franchise to which the broker/office is contracted. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "FranchiseAffiliation cannot be longer than 50 characters.")] | |
public virtual string FranchiseAffiliation | |
{ | |
get | |
{ | |
return this._FranchiseAffiliation; | |
} | |
set | |
{ | |
this.OnFranchiseAffiliationChanging(value); | |
this._FranchiseAffiliation = value; | |
this.OnFranchiseAffiliationChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _FranchiseAffiliation; | |
partial void OnFranchiseAffiliationChanging(string value); | |
partial void OnFranchiseAffiliationChanged(); | |
/// <summary> | |
/// Does the Office/Broker participate in IDX. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<bool> IDXOfficeParticipationYN | |
{ | |
get | |
{ | |
return this._IDXOfficeParticipationYN; | |
} | |
set | |
{ | |
this.OnIDXOfficeParticipationYNChanging(value); | |
this._IDXOfficeParticipationYN = value; | |
this.OnIDXOfficeParticipationYNChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<bool> _IDXOfficeParticipationYN; | |
partial void OnIDXOfficeParticipationYNChanging(global::System.Nullable<bool> value); | |
partial void OnIDXOfficeParticipationYNChanged(); | |
/// <summary> | |
/// OfficeKey of the Main Office in a firm/company of offices. This is a self referencing foreign key relating to this resource's OfficeKey. This key may be the same value as the OfficeKey for a given record if the given office is the Main Office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "MainOfficeKey cannot be longer than 255 characters.")] | |
public virtual string MainOfficeKey | |
{ | |
get | |
{ | |
return this._MainOfficeKey; | |
} | |
set | |
{ | |
this.OnMainOfficeKeyChanging(value); | |
this._MainOfficeKey = value; | |
this.OnMainOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MainOfficeKey; | |
partial void OnMainOfficeKeyChanging(string value); | |
partial void OnMainOfficeKeyChanged(); | |
/// <summary> | |
/// OfficeMlsId of the Main Office in a firm/company of offices. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "MainOfficeMlsId cannot be longer than 25 characters.")] | |
public virtual string MainOfficeMlsId | |
{ | |
get | |
{ | |
return this._MainOfficeMlsId; | |
} | |
set | |
{ | |
this.OnMainOfficeMlsIdChanging(value); | |
this._MainOfficeMlsId = value; | |
this.OnMainOfficeMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _MainOfficeMlsId; | |
partial void OnMainOfficeMlsIdChanging(string value); | |
partial void OnMainOfficeMlsIdChanged(); | |
/// <summary> | |
/// Date/time the roster (member or office) record was last modified. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> ModificationTimestamp | |
{ | |
get | |
{ | |
return this._ModificationTimestamp; | |
} | |
set | |
{ | |
this.OnModificationTimestampChanging(value); | |
this._ModificationTimestamp = value; | |
this.OnModificationTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _ModificationTimestamp; | |
partial void OnModificationTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnModificationTimestampChanged(); | |
/// <summary> | |
/// The Office's Board or Association of REALTORS. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.AOR> OfficeAOR | |
{ | |
get | |
{ | |
return this._OfficeAOR; | |
} | |
set | |
{ | |
this.OnOfficeAORChanging(value); | |
this._OfficeAOR = value; | |
this.OnOfficeAORChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.AOR> _OfficeAOR; | |
partial void OnOfficeAORChanging(global::System.Nullable<global::org.reso.metadata.enums.AOR> value); | |
partial void OnOfficeAORChanged(); | |
/// <summary> | |
/// The local, well-known identifier for the office's Association of REALTORS. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OfficeAORMlsId cannot be longer than 25 characters.")] | |
public virtual string OfficeAORMlsId | |
{ | |
get | |
{ | |
return this._OfficeAORMlsId; | |
} | |
set | |
{ | |
this.OnOfficeAORMlsIdChanging(value); | |
this._OfficeAORMlsId = value; | |
this.OnOfficeAORMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeAORMlsId; | |
partial void OnOfficeAORMlsIdChanging(string value); | |
partial void OnOfficeAORMlsIdChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the OfficeAORkey is the system unique identifier from the system that the record was retrieved. This may be identical to the related xxxId. This is a foreign key relating to the AOR's member management system in which the record was originated. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OfficeAORkey cannot be longer than 255 characters.")] | |
public virtual string OfficeAORkey | |
{ | |
get | |
{ | |
return this._OfficeAORkey; | |
} | |
set | |
{ | |
this.OnOfficeAORkeyChanging(value); | |
this._OfficeAORkey = value; | |
this.OnOfficeAORkeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeAORkey; | |
partial void OnOfficeAORkeyChanging(string value); | |
partial void OnOfficeAORkeyChanged(); | |
/// <summary> | |
/// The street number, direction, name and suffix of the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "OfficeAddress1 cannot be longer than 50 characters.")] | |
public virtual string OfficeAddress1 | |
{ | |
get | |
{ | |
return this._OfficeAddress1; | |
} | |
set | |
{ | |
this.OnOfficeAddress1Changing(value); | |
this._OfficeAddress1 = value; | |
this.OnOfficeAddress1Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeAddress1; | |
partial void OnOfficeAddress1Changing(string value); | |
partial void OnOfficeAddress1Changed(); | |
/// <summary> | |
/// The unit/suite number of the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "OfficeAddress2 cannot be longer than 50 characters.")] | |
public virtual string OfficeAddress2 | |
{ | |
get | |
{ | |
return this._OfficeAddress2; | |
} | |
set | |
{ | |
this.OnOfficeAddress2Changing(value); | |
this._OfficeAddress2 = value; | |
this.OnOfficeAddress2Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeAddress2; | |
partial void OnOfficeAddress2Changing(string value); | |
partial void OnOfficeAddress2Changed(); | |
/// <summary> | |
/// Notes relating to the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(500, ErrorMessage = "OfficeAssociationComments cannot be longer than 500 characters.")] | |
public virtual string OfficeAssociationComments | |
{ | |
get | |
{ | |
return this._OfficeAssociationComments; | |
} | |
set | |
{ | |
this.OnOfficeAssociationCommentsChanging(value); | |
this._OfficeAssociationComments = value; | |
this.OnOfficeAssociationCommentsChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeAssociationComments; | |
partial void OnOfficeAssociationCommentsChanging(string value); | |
partial void OnOfficeAssociationCommentsChanged(); | |
/// <summary> | |
/// The level of the office in the hierarchy of Main, Branch, Stand Alone, etc., | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.OfficeBranchType> OfficeBranchType | |
{ | |
get | |
{ | |
return this._OfficeBranchType; | |
} | |
set | |
{ | |
this.OnOfficeBranchTypeChanging(value); | |
this._OfficeBranchType = value; | |
this.OnOfficeBranchTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.OfficeBranchType> _OfficeBranchType; | |
partial void OnOfficeBranchTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.OfficeBranchType> value); | |
partial void OnOfficeBranchTypeChanged(); | |
/// <summary> | |
/// The MemberKey of the responsible/owning broker. This is a foreign key relating to the Member resource's MemberKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OfficeBrokerKey cannot be longer than 255 characters.")] | |
public virtual string OfficeBrokerKey | |
{ | |
get | |
{ | |
return this._OfficeBrokerKey; | |
} | |
set | |
{ | |
this.OnOfficeBrokerKeyChanging(value); | |
this._OfficeBrokerKey = value; | |
this.OnOfficeBrokerKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeBrokerKey; | |
partial void OnOfficeBrokerKeyChanging(string value); | |
partial void OnOfficeBrokerKeyChanged(); | |
/// <summary> | |
/// The MemberMlsId of the responsible/owning broker. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OfficeBrokerMlsId cannot be longer than 25 characters.")] | |
public virtual string OfficeBrokerMlsId | |
{ | |
get | |
{ | |
return this._OfficeBrokerMlsId; | |
} | |
set | |
{ | |
this.OnOfficeBrokerMlsIdChanging(value); | |
this._OfficeBrokerMlsId = value; | |
this.OnOfficeBrokerMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeBrokerMlsId; | |
partial void OnOfficeBrokerMlsIdChanging(string value); | |
partial void OnOfficeBrokerMlsIdChanged(); | |
/// <summary> | |
/// The city of the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "OfficeCity cannot be longer than 50 characters.")] | |
public virtual string OfficeCity | |
{ | |
get | |
{ | |
return this._OfficeCity; | |
} | |
set | |
{ | |
this.OnOfficeCityChanging(value); | |
this._OfficeCity = value; | |
this.OnOfficeCityChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeCity; | |
partial void OnOfficeCityChanging(string value); | |
partial void OnOfficeCityChanged(); | |
/// <summary> | |
/// When an office/firm is a corporation, an independent license number is issued. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "OfficeCorporateLicense cannot be longer than 50 characters.")] | |
public virtual string OfficeCorporateLicense | |
{ | |
get | |
{ | |
return this._OfficeCorporateLicense; | |
} | |
set | |
{ | |
this.OnOfficeCorporateLicenseChanging(value); | |
this._OfficeCorporateLicense = value; | |
this.OnOfficeCorporateLicenseChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeCorporateLicense; | |
partial void OnOfficeCorporateLicenseChanging(string value); | |
partial void OnOfficeCorporateLicenseChanged(); | |
/// <summary> | |
/// The county or parish in which the offices is located. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> OfficeCountyOrParish | |
{ | |
get | |
{ | |
return this._OfficeCountyOrParish; | |
} | |
set | |
{ | |
this.OnOfficeCountyOrParishChanging(value); | |
this._OfficeCountyOrParish = value; | |
this.OnOfficeCountyOrParishChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> _OfficeCountyOrParish; | |
partial void OnOfficeCountyOrParishChanging(global::System.Nullable<global::org.reso.metadata.enums.CountyOrParish> value); | |
partial void OnOfficeCountyOrParishChanged(); | |
/// <summary> | |
/// The email address of the office | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "OfficeEmail cannot be longer than 80 characters.")] | |
public virtual string OfficeEmail | |
{ | |
get | |
{ | |
return this._OfficeEmail; | |
} | |
set | |
{ | |
this.OnOfficeEmailChanging(value); | |
this._OfficeEmail = value; | |
this.OnOfficeEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeEmail; | |
partial void OnOfficeEmailChanging(string value); | |
partial void OnOfficeEmailChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "OfficeFax cannot be longer than 16 characters.")] | |
public virtual string OfficeFax | |
{ | |
get | |
{ | |
return this._OfficeFax; | |
} | |
set | |
{ | |
this.OnOfficeFaxChanging(value); | |
this._OfficeFax = value; | |
this.OnOfficeFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeFax; | |
partial void OnOfficeFaxChanging(string value); | |
partial void OnOfficeFaxChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the Key is the system unique identifier from the system that the record was just retrieved. This may be identical to the related xxxId identifier, but the key is guaranteed unique for this record set. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OfficeKey cannot be longer than 255 characters.")] | |
public virtual string OfficeKey | |
{ | |
get | |
{ | |
return this._OfficeKey; | |
} | |
set | |
{ | |
this.OnOfficeKeyChanging(value); | |
this._OfficeKey = value; | |
this.OnOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeKey; | |
partial void OnOfficeKeyChanging(string value); | |
partial void OnOfficeKeyChanged(); | |
/// <summary> | |
/// The lead Office Manager for the given office. This is a foreign key relating to the Member resource's MemberKey. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OfficeManagerKey cannot be longer than 255 characters.")] | |
public virtual string OfficeManagerKey | |
{ | |
get | |
{ | |
return this._OfficeManagerKey; | |
} | |
set | |
{ | |
this.OnOfficeManagerKeyChanging(value); | |
this._OfficeManagerKey = value; | |
this.OnOfficeManagerKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeManagerKey; | |
partial void OnOfficeManagerKeyChanging(string value); | |
partial void OnOfficeManagerKeyChanged(); | |
/// <summary> | |
/// The lead Office Manager for the given office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OfficeManagerMlsId cannot be longer than 25 characters.")] | |
public virtual string OfficeManagerMlsId | |
{ | |
get | |
{ | |
return this._OfficeManagerMlsId; | |
} | |
set | |
{ | |
this.OnOfficeManagerMlsIdChanging(value); | |
this._OfficeManagerMlsId = value; | |
this.OnOfficeManagerMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeManagerMlsId; | |
partial void OnOfficeManagerMlsIdChanging(string value); | |
partial void OnOfficeManagerMlsIdChanged(); | |
/// <summary> | |
/// The local, well-known identifier. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OfficeMlsId cannot be longer than 25 characters.")] | |
public virtual string OfficeMlsId | |
{ | |
get | |
{ | |
return this._OfficeMlsId; | |
} | |
set | |
{ | |
this.OnOfficeMlsIdChanging(value); | |
this._OfficeMlsId = value; | |
this.OnOfficeMlsIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeMlsId; | |
partial void OnOfficeMlsIdChanging(string value); | |
partial void OnOfficeMlsIdChanged(); | |
/// <summary> | |
/// The legal name of the brokerage. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OfficeName cannot be longer than 255 characters.")] | |
public virtual string OfficeName | |
{ | |
get | |
{ | |
return this._OfficeName; | |
} | |
set | |
{ | |
this.OnOfficeNameChanging(value); | |
this._OfficeName = value; | |
this.OnOfficeNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeName; | |
partial void OnOfficeNameChanging(string value); | |
partial void OnOfficeNameChanged(); | |
/// <summary> | |
/// The national association ID of the office. i.e. in the U.S. is the NRDS number. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OfficeNationalAssociationId cannot be longer than 25 characters.")] | |
public virtual string OfficeNationalAssociationId | |
{ | |
get | |
{ | |
return this._OfficeNationalAssociationId; | |
} | |
set | |
{ | |
this.OnOfficeNationalAssociationIdChanging(value); | |
this._OfficeNationalAssociationId = value; | |
this.OnOfficeNationalAssociationIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficeNationalAssociationId; | |
partial void OnOfficeNationalAssociationIdChanging(string value); | |
partial void OnOfficeNationalAssociationIdChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "OfficePhone cannot be longer than 16 characters.")] | |
public virtual string OfficePhone | |
{ | |
get | |
{ | |
return this._OfficePhone; | |
} | |
set | |
{ | |
this.OnOfficePhoneChanging(value); | |
this._OfficePhone = value; | |
this.OnOfficePhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficePhone; | |
partial void OnOfficePhoneChanging(string value); | |
partial void OnOfficePhoneChanged(); | |
/// <summary> | |
/// The extension of the given phone number (if applicable). | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "OfficePhoneExt cannot be longer than 10 characters.")] | |
public virtual string OfficePhoneExt | |
{ | |
get | |
{ | |
return this._OfficePhoneExt; | |
} | |
set | |
{ | |
this.OnOfficePhoneExtChanging(value); | |
this._OfficePhoneExt = value; | |
this.OnOfficePhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficePhoneExt; | |
partial void OnOfficePhoneExtChanging(string value); | |
partial void OnOfficePhoneExtChanged(); | |
/// <summary> | |
/// The postal code of the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "OfficePostalCode cannot be longer than 10 characters.")] | |
public virtual string OfficePostalCode | |
{ | |
get | |
{ | |
return this._OfficePostalCode; | |
} | |
set | |
{ | |
this.OnOfficePostalCodeChanging(value); | |
this._OfficePostalCode = value; | |
this.OnOfficePostalCodeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficePostalCode; | |
partial void OnOfficePostalCodeChanging(string value); | |
partial void OnOfficePostalCodeChanged(); | |
/// <summary> | |
/// The extension of the postal/zip code. i.e. +4 | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(4, ErrorMessage = "OfficePostalCodePlus4 cannot be longer than 4 characters.")] | |
public virtual string OfficePostalCodePlus4 | |
{ | |
get | |
{ | |
return this._OfficePostalCodePlus4; | |
} | |
set | |
{ | |
this.OnOfficePostalCodePlus4Changing(value); | |
this._OfficePostalCodePlus4 = value; | |
this.OnOfficePostalCodePlus4Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OfficePostalCodePlus4; | |
partial void OnOfficePostalCodePlus4Changing(string value); | |
partial void OnOfficePostalCodePlus4Changed(); | |
/// <summary> | |
/// The state or province in which the office is located. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> OfficeStateOrProvince | |
{ | |
get | |
{ | |
return this._OfficeStateOrProvince; | |
} | |
set | |
{ | |
this.OnOfficeStateOrProvinceChanging(value); | |
this._OfficeStateOrProvince = value; | |
this.OnOfficeStateOrProvinceChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> _OfficeStateOrProvince; | |
partial void OnOfficeStateOrProvinceChanging(global::System.Nullable<global::org.reso.metadata.enums.StateOrProvince> value); | |
partial void OnOfficeStateOrProvinceChanged(); | |
/// <summary> | |
/// Is the office active, inactive or under disciplinary action. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.OfficeStatus> OfficeStatus | |
{ | |
get | |
{ | |
return this._OfficeStatus; | |
} | |
set | |
{ | |
this.OnOfficeStatusChanging(value); | |
this._OfficeStatus = value; | |
this.OnOfficeStatusChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.OfficeStatus> _OfficeStatus; | |
partial void OnOfficeStatusChanging(global::System.Nullable<global::org.reso.metadata.enums.OfficeStatus> value); | |
partial void OnOfficeStatusChanged(); | |
/// <summary> | |
/// The type of business conducted by the office. i.e. Real Estate, Appraiser, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.OfficeType> OfficeType | |
{ | |
get | |
{ | |
return this._OfficeType; | |
} | |
set | |
{ | |
this.OnOfficeTypeChanging(value); | |
this._OfficeType = value; | |
this.OnOfficeTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.OfficeType> _OfficeType; | |
partial void OnOfficeTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.OfficeType> value); | |
partial void OnOfficeTypeChanged(); | |
/// <summary> | |
/// Date/time the roster (member or office) record was originally input into the source system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::System.DateTimeOffset> OriginalEntryTimestamp | |
{ | |
get | |
{ | |
return this._OriginalEntryTimestamp; | |
} | |
set | |
{ | |
this.OnOriginalEntryTimestampChanging(value); | |
this._OriginalEntryTimestamp = value; | |
this.OnOriginalEntryTimestampChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::System.DateTimeOffset> _OriginalEntryTimestamp; | |
partial void OnOriginalEntryTimestampChanging(global::System.Nullable<global::System.DateTimeOffset> value); | |
partial void OnOriginalEntryTimestampChanged(); | |
/// <summary> | |
/// The RESO OUID's OrganizationUniqueId of the Originating record provider. The Originating system is the system with authoritative control over the record. For example; the name of the MLS where the office was input. In cases where the Originating system was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "OriginatingSystemID cannot be longer than 25 characters.")] | |
public virtual string OriginatingSystemID | |
{ | |
get | |
{ | |
return this._OriginatingSystemID; | |
} | |
set | |
{ | |
this.OnOriginatingSystemIDChanging(value); | |
this._OriginatingSystemID = value; | |
this.OnOriginatingSystemIDChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemID; | |
partial void OnOriginatingSystemIDChanging(string value); | |
partial void OnOriginatingSystemIDChanged(); | |
/// <summary> | |
/// The name of the Originating record provider. Most commonly the name of the MLS. The place where the office is originally input by the member. The legal name of the company. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OriginatingSystemName cannot be longer than 255 characters.")] | |
public virtual string OriginatingSystemName | |
{ | |
get | |
{ | |
return this._OriginatingSystemName; | |
} | |
set | |
{ | |
this.OnOriginatingSystemNameChanging(value); | |
this._OriginatingSystemName = value; | |
this.OnOriginatingSystemNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemName; | |
partial void OnOriginatingSystemNameChanging(string value); | |
partial void OnOriginatingSystemNameChanged(); | |
/// <summary> | |
/// The system key, a unique record identifier, from the Originating system. The Originating system is the system with authoritative control over the record. For example, the Multiple Listing Service where the office was input. There may be cases where the Source System (how you received the record) is not the Originating System. See Source System Key for more information. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "OriginatingSystemOfficeKey cannot be longer than 255 characters.")] | |
public virtual string OriginatingSystemOfficeKey | |
{ | |
get | |
{ | |
return this._OriginatingSystemOfficeKey; | |
} | |
set | |
{ | |
this.OnOriginatingSystemOfficeKeyChanging(value); | |
this._OriginatingSystemOfficeKey = value; | |
this.OnOriginatingSystemOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _OriginatingSystemOfficeKey; | |
partial void OnOriginatingSystemOfficeKeyChanging(string value); | |
partial void OnOriginatingSystemOfficeKeyChanged(); | |
/// <summary> | |
/// A list of types of sites, blog, social media, the Office URL or ID is referring to. i.e. Website, Blog, Facebook, Twitter, LinkedIn, Skype, etc., This list is used to populate the Type with repeating Social Media URL or ID types. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.SocialMediaType> SocialMediaType | |
{ | |
get | |
{ | |
return this._SocialMediaType; | |
} | |
set | |
{ | |
this.OnSocialMediaTypeChanging(value); | |
this._SocialMediaType = value; | |
this.OnSocialMediaTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.SocialMediaType> _SocialMediaType; | |
partial void OnSocialMediaTypeChanging(global::System.Nullable<global::org.reso.metadata.enums.SocialMediaType> value); | |
partial void OnSocialMediaTypeChanged(); | |
/// <summary> | |
/// The RESO OUID's OrganizationUniqueId of the Source record provider. The source system is the system from which the record was directly received. In cases where the source system was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "SourceSystemID cannot be longer than 25 characters.")] | |
public virtual string SourceSystemID | |
{ | |
get | |
{ | |
return this._SourceSystemID; | |
} | |
set | |
{ | |
this.OnSourceSystemIDChanging(value); | |
this._SourceSystemID = value; | |
this.OnSourceSystemIDChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemID; | |
partial void OnSourceSystemIDChanging(string value); | |
partial void OnSourceSystemIDChanged(); | |
/// <summary> | |
/// The name of the immediate record provider. The system from which the record was directly received. The legal name of the company. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "SourceSystemName cannot be longer than 255 characters.")] | |
public virtual string SourceSystemName | |
{ | |
get | |
{ | |
return this._SourceSystemName; | |
} | |
set | |
{ | |
this.OnSourceSystemNameChanging(value); | |
this._SourceSystemName = value; | |
this.OnSourceSystemNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemName; | |
partial void OnSourceSystemNameChanging(string value); | |
partial void OnSourceSystemNameChanged(); | |
/// <summary> | |
/// The system key, a unique record identifier, from the Source System. The Source System is the system from which the record was directly received. In cases where the Source System was not where the record originated (the authoritative system), see the Originating System fields. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "SourceSystemOfficeKey cannot be longer than 255 characters.")] | |
public virtual string SourceSystemOfficeKey | |
{ | |
get | |
{ | |
return this._SourceSystemOfficeKey; | |
} | |
set | |
{ | |
this.OnSourceSystemOfficeKeyChanging(value); | |
this._SourceSystemOfficeKey = value; | |
this.OnSourceSystemOfficeKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _SourceSystemOfficeKey; | |
partial void OnSourceSystemOfficeKeyChanging(string value); | |
partial void OnSourceSystemOfficeKeyChanged(); | |
/// <summary> | |
/// A list of options allowing the broker to pass the decision of syndication choice down to the listing agents. i.e. No Agent Choice, Allow Agent Choice, Restrict Agent Choice, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.SyndicateAgentOption> SyndicateAgentOption | |
{ | |
get | |
{ | |
return this._SyndicateAgentOption; | |
} | |
set | |
{ | |
this.OnSyndicateAgentOptionChanging(value); | |
this._SyndicateAgentOption = value; | |
this.OnSyndicateAgentOptionChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.SyndicateAgentOption> _SyndicateAgentOption; | |
partial void OnSyndicateAgentOptionChanging(global::System.Nullable<global::org.reso.metadata.enums.SyndicateAgentOption> value); | |
partial void OnSyndicateAgentOptionChanged(); | |
/// <summary> | |
/// The principal broker's choice on where they would like their listings syndicated. i.e. Zillow, Trulia, Homes.com, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> SyndicateTo | |
{ | |
get | |
{ | |
return this._SyndicateTo; | |
} | |
set | |
{ | |
this.OnSyndicateToChanging(value); | |
this._SyndicateTo = value; | |
this.OnSyndicateToChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> _SyndicateTo = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo>(); | |
partial void OnSyndicateToChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.SyndicateTo> value); | |
partial void OnSyndicateToChanged(); | |
/// <summary> | |
/// The main office for the office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Office MainOffice | |
{ | |
get | |
{ | |
return this._MainOffice; | |
} | |
set | |
{ | |
this.OnMainOfficeChanging(value); | |
this._MainOffice = value; | |
this.OnMainOfficeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Office _MainOffice; | |
partial void OnMainOfficeChanging(global::org.reso.metadata.Office value); | |
partial void OnMainOfficeChanged(); | |
/// <summary> | |
/// The broker for the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Member OfficeBroker | |
{ | |
get | |
{ | |
return this._OfficeBroker; | |
} | |
set | |
{ | |
this.OnOfficeBrokerChanging(value); | |
this._OfficeBroker = value; | |
this.OnOfficeBrokerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Member _OfficeBroker; | |
partial void OnOfficeBrokerChanging(global::org.reso.metadata.Member value); | |
partial void OnOfficeBrokerChanged(); | |
/// <summary> | |
/// The office manager for the office. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.Member OfficeManager | |
{ | |
get | |
{ | |
return this._OfficeManager; | |
} | |
set | |
{ | |
this.OnOfficeManagerChanging(value); | |
this._OfficeManager = value; | |
this.OnOfficeManagerChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.Member _OfficeManager; | |
partial void OnOfficeManagerChanging(global::org.reso.metadata.Member value); | |
partial void OnOfficeManagerChanged(); | |
/// <summary> | |
/// The originating system of the Office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUID OriginatingSystem | |
{ | |
get | |
{ | |
return this._OriginatingSystem; | |
} | |
set | |
{ | |
this.OnOriginatingSystemChanging(value); | |
this._OriginatingSystem = value; | |
this.OnOriginatingSystemChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUID _OriginatingSystem; | |
partial void OnOriginatingSystemChanging(global::org.reso.metadata.OUID value); | |
partial void OnOriginatingSystemChanged(); | |
/// <summary> | |
/// The source system of the Office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUID SourceSystem | |
{ | |
get | |
{ | |
return this._SourceSystem; | |
} | |
set | |
{ | |
this.OnSourceSystemChanging(value); | |
this._SourceSystem = value; | |
this.OnSourceSystemChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUID _SourceSystem; | |
partial void OnSourceSystemChanging(global::org.reso.metadata.OUID value); | |
partial void OnSourceSystemChanged(); | |
/// <summary> | |
/// The history of the Office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> HistoryTransactional | |
{ | |
get | |
{ | |
return this._HistoryTransactional; | |
} | |
set | |
{ | |
this.OnHistoryTransactionalChanging(value); | |
this._HistoryTransactional = value; | |
this.OnHistoryTransactionalChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> _HistoryTransactional = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional>(); | |
partial void OnHistoryTransactionalChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.HistoryTransactional> value); | |
partial void OnHistoryTransactionalChanged(); | |
/// <summary> | |
/// The media for the Office record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> Media | |
{ | |
get | |
{ | |
return this._Media; | |
} | |
set | |
{ | |
this.OnMediaChanging(value); | |
this._Media = value; | |
this.OnMediaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> _Media = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media>(); | |
partial void OnMediaChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.Media> value); | |
partial void OnMediaChanged(); | |
/// <summary> | |
/// A collection of the types of social media fields available for this office. The collection includes the type of system and other details pertinent about social media | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> OfficeSocialMedia | |
{ | |
get | |
{ | |
return this._OfficeSocialMedia; | |
} | |
set | |
{ | |
this.OnOfficeSocialMediaChanging(value); | |
this._OfficeSocialMedia = value; | |
this.OnOfficeSocialMediaChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> _OfficeSocialMedia = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia>(); | |
partial void OnOfficeSocialMediaChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.SocialMedia> value); | |
partial void OnOfficeSocialMediaChanged(); | |
} | |
/// <summary> | |
/// There are no comments for ContactsSingle in the schema. | |
/// </summary> | |
public partial class ContactsSingle : global::Microsoft.OData.Client.DataServiceQuerySingle<Contacts> | |
{ | |
/// <summary> | |
/// Initialize a new ContactsSingle object. | |
/// </summary> | |
public ContactsSingle(global::Microsoft.OData.Client.DataServiceContext context, string path) | |
: base(context, path) {} | |
/// <summary> | |
/// Initialize a new ContactsSingle object. | |
/// </summary> | |
public ContactsSingle(global::Microsoft.OData.Client.DataServiceContext context, string path, bool isComposable) | |
: base(context, path, isComposable) {} | |
/// <summary> | |
/// Initialize a new ContactsSingle object. | |
/// </summary> | |
public ContactsSingle(global::Microsoft.OData.Client.DataServiceQuerySingle<Contacts> query) | |
: base(query) {} | |
/// <summary> | |
/// The originating system of the Contacts record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUIDSingle OriginatingSystem | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OriginatingSystem == null)) | |
{ | |
this._OriginatingSystem = new global::org.reso.metadata.OUIDSingle(this.Context, GetPath("OriginatingSystem")); | |
} | |
return this._OriginatingSystem; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUIDSingle _OriginatingSystem; | |
/// <summary> | |
/// The source system of the Contacts record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.OUIDSingle SourceSystem | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._SourceSystem == null)) | |
{ | |
this._SourceSystem = new global::org.reso.metadata.OUIDSingle(this.Context, GetPath("SourceSystem")); | |
} | |
return this._SourceSystem; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.OUIDSingle _SourceSystem; | |
/// <summary> | |
/// The member who owns the Contacts record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::org.reso.metadata.MemberSingle OwnerMember | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._OwnerMember == null)) | |
{ | |
this._OwnerMember = new global::org.reso.metadata.MemberSingle(this.Context, GetPath("OwnerMember")); | |
} | |
return this._OwnerMember; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::org.reso.metadata.MemberSingle _OwnerMember; | |
/// <summary> | |
/// The history of the Contacts record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.HistoryTransactional> HistoryTransactional | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._HistoryTransactional == null)) | |
{ | |
this._HistoryTransactional = Context.CreateQuery<global::org.reso.metadata.HistoryTransactional>(GetPath("HistoryTransactional")); | |
} | |
return this._HistoryTransactional; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.HistoryTransactional> _HistoryTransactional; | |
/// <summary> | |
/// The media for the Contacts record. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.Media> Media | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._Media == null)) | |
{ | |
this._Media = Context.CreateQuery<global::org.reso.metadata.Media>(GetPath("Media")); | |
} | |
return this._Media; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.Media> _Media; | |
/// <summary> | |
/// A collection of the types of other phone fields available for Contacts. The collection includes the type of system and other details pertinent about other phone numbers | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.OtherPhone> ContactsOtherPhone | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._ContactsOtherPhone == null)) | |
{ | |
this._ContactsOtherPhone = Context.CreateQuery<global::org.reso.metadata.OtherPhone>(GetPath("ContactsOtherPhone")); | |
} | |
return this._ContactsOtherPhone; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.OtherPhone> _ContactsOtherPhone; | |
/// <summary> | |
/// A collection of the types of social media fields available for this contact. The collection includes the type of system and other details pertinent about social media | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.SocialMedia> ContactsSocialMedia | |
{ | |
get | |
{ | |
if (!this.IsComposable) | |
{ | |
throw new global::System.NotSupportedException("The previous function is not composable."); | |
} | |
if ((this._ContactsSocialMedia == null)) | |
{ | |
this._ContactsSocialMedia = Context.CreateQuery<global::org.reso.metadata.SocialMedia>(GetPath("ContactsSocialMedia")); | |
} | |
return this._ContactsSocialMedia; | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::Microsoft.OData.Client.DataServiceQuery<global::org.reso.metadata.SocialMedia> _ContactsSocialMedia; | |
} | |
/// <summary> | |
/// There are no comments for Contacts in the schema. | |
/// </summary> | |
/// <KeyProperties> | |
/// ContactKey | |
/// </KeyProperties> | |
[global::Microsoft.OData.Client.Key("ContactKey")] | |
public partial class Contacts : global::Microsoft.OData.Client.BaseEntityType | |
{ | |
/// <summary> | |
/// The wedding anniversary of the contact; month, day and year. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> Anniversary | |
{ | |
get | |
{ | |
return this._Anniversary; | |
} | |
set | |
{ | |
this.OnAnniversaryChanging(value); | |
this._Anniversary = value; | |
this.OnAnniversaryChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _Anniversary; | |
partial void OnAnniversaryChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnAnniversaryChanged(); | |
/// <summary> | |
/// Email address of the contact's assistant. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "AssistantEmail cannot be longer than 80 characters.")] | |
public virtual string AssistantEmail | |
{ | |
get | |
{ | |
return this._AssistantEmail; | |
} | |
set | |
{ | |
this.OnAssistantEmailChanging(value); | |
this._AssistantEmail = value; | |
this.OnAssistantEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AssistantEmail; | |
partial void OnAssistantEmailChanging(string value); | |
partial void OnAssistantEmailChanged(); | |
/// <summary> | |
/// Name of the contact's assistant. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "AssistantName cannot be longer than 150 characters.")] | |
public virtual string AssistantName | |
{ | |
get | |
{ | |
return this._AssistantName; | |
} | |
set | |
{ | |
this.OnAssistantNameChanging(value); | |
this._AssistantName = value; | |
this.OnAssistantNameChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AssistantName; | |
partial void OnAssistantNameChanging(string value); | |
partial void OnAssistantNameChanged(); | |
/// <summary> | |
/// Phone number of the contact's assistant. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "AssistantPhone cannot be longer than 16 characters.")] | |
public virtual string AssistantPhone | |
{ | |
get | |
{ | |
return this._AssistantPhone; | |
} | |
set | |
{ | |
this.OnAssistantPhoneChanging(value); | |
this._AssistantPhone = value; | |
this.OnAssistantPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AssistantPhone; | |
partial void OnAssistantPhoneChanging(string value); | |
partial void OnAssistantPhoneChanged(); | |
/// <summary> | |
/// Phone number extension of the contact's assistant. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(10, ErrorMessage = "AssistantPhoneExt cannot be longer than 10 characters.")] | |
public virtual string AssistantPhoneExt | |
{ | |
get | |
{ | |
return this._AssistantPhoneExt; | |
} | |
set | |
{ | |
this.OnAssistantPhoneExtChanging(value); | |
this._AssistantPhoneExt = value; | |
this.OnAssistantPhoneExtChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _AssistantPhoneExt; | |
partial void OnAssistantPhoneExtChanging(string value); | |
partial void OnAssistantPhoneExtChanged(); | |
/// <summary> | |
/// The birthday of the contact; month, day and year. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::Microsoft.OData.Edm.Date> Birthdate | |
{ | |
get | |
{ | |
return this._Birthdate; | |
} | |
set | |
{ | |
this.OnBirthdateChanging(value); | |
this._Birthdate = value; | |
this.OnBirthdateChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::Microsoft.OData.Edm.Date> _Birthdate; | |
partial void OnBirthdateChanging(global::System.Nullable<global::Microsoft.OData.Edm.Date> value); | |
partial void OnBirthdateChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "BusinessFax cannot be longer than 16 characters.")] | |
public virtual string BusinessFax | |
{ | |
get | |
{ | |
return this._BusinessFax; | |
} | |
set | |
{ | |
this.OnBusinessFaxChanging(value); | |
this._BusinessFax = value; | |
this.OnBusinessFaxChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _BusinessFax; | |
partial void OnBusinessFaxChanging(string value); | |
partial void OnBusinessFaxChanged(); | |
/// <summary> | |
/// A list of the names of the contact's children in a comma separated list. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(150, ErrorMessage = "Children cannot be longer than 150 characters.")] | |
public virtual string Children | |
{ | |
get | |
{ | |
return this._Children; | |
} | |
set | |
{ | |
this.OnChildrenChanging(value); | |
this._Children = value; | |
this.OnChildrenChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Children; | |
partial void OnChildrenChanging(string value); | |
partial void OnChildrenChanged(); | |
/// <summary> | |
/// The contact's company or employer. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "Company cannot be longer than 50 characters.")] | |
public virtual string Company | |
{ | |
get | |
{ | |
return this._Company; | |
} | |
set | |
{ | |
this.OnCompanyChanging(value); | |
this._Company = value; | |
this.OnCompanyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Company; | |
partial void OnCompanyChanging(string value); | |
partial void OnCompanyChanged(); | |
/// <summary> | |
/// A system unique identifier. Specifically, in aggregation systems, the ContactKey is the system unique identifier from the system that the record was retrieved. This may be identical to the related xxxId. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(255, ErrorMessage = "ContactKey cannot be longer than 255 characters.")] | |
public virtual string ContactKey | |
{ | |
get | |
{ | |
return this._ContactKey; | |
} | |
set | |
{ | |
this.OnContactKeyChanging(value); | |
this._ContactKey = value; | |
this.OnContactKeyChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ContactKey; | |
partial void OnContactKeyChanging(string value); | |
partial void OnContactKeyChanged(); | |
/// <summary> | |
/// The local, well-known identifier for the contact. This value may not be unique, specifically in the case of aggregation systems, this value should be the identifier from the original system and is used by the Contact to logon to a client portal in that system. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "ContactLoginId cannot be longer than 25 characters.")] | |
public virtual string ContactLoginId | |
{ | |
get | |
{ | |
return this._ContactLoginId; | |
} | |
set | |
{ | |
this.OnContactLoginIdChanging(value); | |
this._ContactLoginId = value; | |
this.OnContactLoginIdChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ContactLoginId; | |
partial void OnContactLoginIdChanging(string value); | |
partial void OnContactLoginIdChanged(); | |
/// <summary> | |
/// A client password that the member wishes to share with other systems. Normal security considerations apply and are the responsibility of the entity utilizing this field. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(25, ErrorMessage = "ContactPassword cannot be longer than 25 characters.")] | |
public virtual string ContactPassword | |
{ | |
get | |
{ | |
return this._ContactPassword; | |
} | |
set | |
{ | |
this.OnContactPasswordChanging(value); | |
this._ContactPassword = value; | |
this.OnContactPasswordChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _ContactPassword; | |
partial void OnContactPasswordChanging(string value); | |
partial void OnContactPasswordChanged(); | |
/// <summary> | |
/// The status of the contact. Active, Inactive, On Vacation, Deleted, etc., | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Nullable<global::org.reso.metadata.enums.ContactStatus> ContactStatus | |
{ | |
get | |
{ | |
return this._ContactStatus; | |
} | |
set | |
{ | |
this.OnContactStatusChanging(value); | |
this._ContactStatus = value; | |
this.OnContactStatusChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Nullable<global::org.reso.metadata.enums.ContactStatus> _ContactStatus; | |
partial void OnContactStatusChanging(global::System.Nullable<global::org.reso.metadata.enums.ContactStatus> value); | |
partial void OnContactStatusChanged(); | |
/// <summary> | |
/// The type of contact. i.e. Business, Friend, Family, Prospect, Ready to Buy, etc. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
public virtual global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ContactType> ContactType | |
{ | |
get | |
{ | |
return this._ContactType; | |
} | |
set | |
{ | |
this.OnContactTypeChanging(value); | |
this._ContactType = value; | |
this.OnContactTypeChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ContactType> _ContactType = new global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ContactType>(); | |
partial void OnContactTypeChanging(global::System.Collections.ObjectModel.Collection<global::org.reso.metadata.enums.ContactType> value); | |
partial void OnContactTypeChanged(); | |
/// <summary> | |
/// The department in which the contact works. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "Department cannot be longer than 50 characters.")] | |
public virtual string Department | |
{ | |
get | |
{ | |
return this._Department; | |
} | |
set | |
{ | |
this.OnDepartmentChanging(value); | |
this._Department = value; | |
this.OnDepartmentChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Department; | |
partial void OnDepartmentChanging(string value); | |
partial void OnDepartmentChanged(); | |
/// <summary> | |
/// North American 10 digit phone numbers should be in the format of ###-###-#### (separated by hyphens). Other conventions should use the common local standard. International numbers should be preceded by a plus symbol. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(16, ErrorMessage = "DirectPhone cannot be longer than 16 characters.")] | |
public virtual string DirectPhone | |
{ | |
get | |
{ | |
return this._DirectPhone; | |
} | |
set | |
{ | |
this.OnDirectPhoneChanging(value); | |
this._DirectPhone = value; | |
this.OnDirectPhoneChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _DirectPhone; | |
partial void OnDirectPhoneChanging(string value); | |
partial void OnDirectPhoneChanged(); | |
/// <summary> | |
/// The preferred Email address of the contact. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "Email cannot be longer than 80 characters.")] | |
public virtual string Email | |
{ | |
get | |
{ | |
return this._Email; | |
} | |
set | |
{ | |
this.OnEmailChanging(value); | |
this._Email = value; | |
this.OnEmailChanged(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Email; | |
partial void OnEmailChanging(string value); | |
partial void OnEmailChanged(); | |
/// <summary> | |
/// The secondary email address of the contact. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "Email2 cannot be longer than 80 characters.")] | |
public virtual string Email2 | |
{ | |
get | |
{ | |
return this._Email2; | |
} | |
set | |
{ | |
this.OnEmail2Changing(value); | |
this._Email2 = value; | |
this.OnEmail2Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Email2; | |
partial void OnEmail2Changing(string value); | |
partial void OnEmail2Changed(); | |
/// <summary> | |
/// The tertiary email address of the contact. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(80, ErrorMessage = "Email3 cannot be longer than 80 characters.")] | |
public virtual string Email3 | |
{ | |
get | |
{ | |
return this._Email3; | |
} | |
set | |
{ | |
this.OnEmail3Changing(value); | |
this._Email3 = value; | |
this.OnEmail3Changed(); | |
} | |
} | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
private string _Email3; | |
partial void OnEmail3Changing(string value); | |
partial void OnEmail3Changed(); | |
/// <summary> | |
/// The first name of the Contact. | |
/// </summary> | |
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.OData.Client.Design.T4", "#VersionNumber#")] | |
[global::System.ComponentModel.DataAnnotations.StringLengthAttribute(50, ErrorMessage = "FirstName cannot be longer than 50 characters.")] | |
public virtual string FirstName | |
{ | |
get | |
{ | |
return this._FirstName; | |
} | |
set | |
{ | |
this.OnFirstNameChanging(value); | |
this._FirstName = value; | |
this.OnFirstNameChanged(); | |
} | |
} | |
[global::System |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment