.TH "CampusAppWP8.Model.Campusmap.MapPinModel" 3 "Fri Oct 18 2013" "Version 1.0.0" "CampusAppW8" \" -*- nroff -*- .ad l .nh .SH NAME CampusAppWP8.Model.Campusmap.MapPinModel \- .PP This Class manage the properties of a MapPin\&. .SH SYNOPSIS .br .PP .PP Inherited by \fBCampusAppWP8\&.Model\&.Campusmap\&.ClickAblePlacePinModel\fP, \fBCampusAppWP8\&.Model\&.Campusmap\&.CurrentPositionPinModel\fP, and \fBCampusAppWP8\&.Model\&.Campusmap\&.HiddenPinPlaceModel\fP\&. .SS "Public Types" .in +1c .ti -1c .RI "enum \fBPinType\fP { \fBPinType\&.Hidden\fP = 0, \fBPinType\&.SearchPlace\fP = 1, \fBPinType\&.CurrentPosition\fP = 2, \fBPinType\&.InfoPlace\fP = 3, \fBPinType\&.InfoLabPlace\fP = 4, \fBPinType\&.InfoWcPlace\fP = 5, \fBPinType\&.InfoRedPlace\fP = 6, \fBPinType\&.InfoAccesPlace\fP = 7 }" .br .RI "\fIValues that represent PinType\&. \fP" .in -1c .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBMapPinModel\fP ()" .br .RI "\fIInitializes a new instance of the \fBMapPinModel\fP class\&. \fP" .in -1c .SS "Static Public Member Functions" .in +1c .ti -1c .RI "static string \fBPinTypeToString\fP (\fBPinType\fP type)" .br .RI "\fIMethod convert PinType to a string\&. \fP" .in -1c .SS "Properties" .in +1c .ti -1c .RI "static string \fBInfoRedPlacePinString\fP\fC [get]\fP" .br .RI "\fIGets the information red place pin string\&. \fP" .ti -1c .RI "static string \fBInfoAccesPlacePinString\fP\fC [get]\fP" .br .RI "\fIGets the information access place pin string\&. \fP" .ti -1c .RI "static string \fBInfoWcPlacePinString\fP\fC [get]\fP" .br .RI "\fIGets the information wc place pin string\&. \fP" .ti -1c .RI "static string \fBCurrentPositionPlacePinString\fP\fC [get]\fP" .br .RI "\fIGets the string of current position pins\&. \fP" .ti -1c .RI "static string \fBSearchPlacePinString\fP\fC [get]\fP" .br .RI "\fIGets the string of search pins\&. \fP" .ti -1c .RI "static string \fBHiddenPlacePinString\fP\fC [get]\fP" .br .RI "\fIGets the string of hidden pins\&. \fP" .ti -1c .RI "static string \fBInfoPlacePinString\fP\fC [get]\fP" .br .RI "\fIGets the string of info pins\&. \fP" .ti -1c .RI "static string \fBInfoLabPlacePinString\fP\fC [get]\fP" .br .RI "\fIGets the information lab place pin string\&. \fP" .ti -1c .RI "string \fBImageSource\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the ImageSource of the pin\&. \fP" .ti -1c .RI "double \fBImageWidth\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the ImageWidth of the pin\&. \fP" .ti -1c .RI "double \fBImageHeight\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the ImageHeight of the pin\&. \fP" .ti -1c .RI "int \fBZIndex\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the ZIndex of the pin\&. \fP" .ti -1c .RI "double \fBPinImageOffsetX\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the ImageOffsetX of the pin\&. \fP" .ti -1c .RI "double \fBPinImageOffsetY\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the ImageOffsetY of the pin\&. \fP" .ti -1c .RI "Point \fBPosition\fP\fC [get, set]\fP" .br .RI "\fIGets or sets position of the pin\&. \fP" .ti -1c .RI "object \fBTag\fP\fC [get, set]\fP" .br .RI "\fIGets or sets the tag of the pin\&. \fP" .in -1c .SH "Detailed Description" .PP This Class manage the properties of a MapPin\&. Stubbfel, 14\&.10\&.2013\&. .SH "Member Enumeration Documentation" .PP .SS "enum \fBCampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.PinType\fP" .PP Values that represent PinType\&. Stubbfel, 27\&.08\&.2013\&. .PP \fBEnumerator\fP .in +1c .TP \fB\fIHidden \fP\fP An enum constant representing the hidden option\&. .TP \fB\fISearchPlace \fP\fP An enum constant representing the search place option\&. .TP \fB\fICurrentPosition \fP\fP An enum constant representing the current position option\&. .TP \fB\fIInfoPlace \fP\fP An enum constant representing the info place option\&. .TP \fB\fIInfoLabPlace \fP\fP An enum constant representing the information lab place option\&. .TP \fB\fIInfoWcPlace \fP\fP An enum constant representing the information wc place option\&. .TP \fB\fIInfoRedPlace \fP\fP An enum constant representing the information red place option\&. .TP \fB\fIInfoAccesPlace \fP\fP An enum constant representing the information access place option\&. .SH "Constructor & Destructor Documentation" .PP .SS "CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.MapPinModel ()" .PP Initializes a new instance of the \fBMapPinModel\fP class\&. Stubbfel, 14\&.10\&.2013\&. .SH "Member Function Documentation" .PP .SS "static string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.PinTypeToString (\fBPinType\fPtype)\fC [static]\fP" .PP Method convert PinType to a string\&. Stubbfel, 14\&.10\&.2013\&. .PP \fBParameters:\fP .RS 4 \fItype\fP type of the Pin\&. .RE .PP \fBReturns:\fP .RS 4 PinType as string\&. .RE .PP .SH "Property Documentation" .PP .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.CurrentPositionPlacePinString\fC [static]\fP, \fC [get]\fP" .PP Gets the string of current position pins\&. The current position place pin string\&. .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.HiddenPlacePinString\fC [static]\fP, \fC [get]\fP" .PP Gets the string of hidden pins\&. The hidden place pin string\&. .SS "double CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.ImageHeight\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the ImageHeight of the pin\&. The height of the image\&. .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.ImageSource\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the ImageSource of the pin\&. The image source\&. .SS "double CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.ImageWidth\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the ImageWidth of the pin\&. The width of the image\&. .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoAccesPlacePinString\fC [static]\fP, \fC [get]\fP" .PP Gets the information access place pin string\&. The information access place pin string\&. .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoLabPlacePinString\fC [static]\fP, \fC [get]\fP" .PP Gets the information lab place pin string\&. The information lab place pin string\&. .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoPlacePinString\fC [static]\fP, \fC [get]\fP" .PP Gets the string of info pins\&. The information place pin string\&. .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoRedPlacePinString\fC [static]\fP, \fC [get]\fP" .PP Gets the information red place pin string\&. The information red place pin string\&. .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.InfoWcPlacePinString\fC [static]\fP, \fC [get]\fP" .PP Gets the information wc place pin string\&. The information wc place pin string\&. .SS "double CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.PinImageOffsetX\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the ImageOffsetX of the pin\&. The pin image offset x coordinate\&. .SS "double CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.PinImageOffsetY\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the ImageOffsetY of the pin\&. The pin image offset y coordinate\&. .SS "Point CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.Position\fC [get]\fP, \fC [set]\fP" .PP Gets or sets position of the pin\&. The position\&. .SS "string CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.SearchPlacePinString\fC [static]\fP, \fC [get]\fP" .PP Gets the string of search pins\&. The search place pin string\&. .SS "object CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.Tag\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the tag of the pin\&. The tag\&. .SS "int CampusAppWP8\&.Model\&.Campusmap\&.MapPinModel\&.ZIndex\fC [get]\fP, \fC [set]\fP" .PP Gets or sets the ZIndex of the pin\&. The z coordinate index\&. .SH "Author" .PP Generated automatically by Doxygen for CampusAppW8 from the source code\&.