Class SiteModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AreaID
Optional. Type: Guid
Declaration
public Guid? AreaID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CompanyID
Type: Guid
Declaration
public Guid CompanyID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Description
Type: string. Maximum length: 255 characters
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GeneraleNote
Optional. Type: string. Maximum length: nvarchar(max)
Declaration
public string GeneraleNote { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Latitude
Optional. Type: double
Declaration
public double? Latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Longitude
Optional. Type: double
Declaration
public double? Longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Number
Type: string. Maximum length: 30 characters
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SiteAt
Optional. Type: string. Maximum length: 255 characters
Declaration
public string SiteAt { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SiteID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid SiteID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
SiteTypeID
Type: Guid
Declaration
public Guid SiteTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |