Changeset 6852 for branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/ClientManagement.designer.cs
- Timestamp:
- 09/29/11 17:16:42 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/ClientManagement.designer.cs
r6840 r6852 486 486 private string _ProcessorType; 487 487 488 private System. Guid_ClientTypeId;489 490 private System. Guid_OperatingSystemId;491 492 private System. Guid_ClientConfigurationId;493 494 private System. Guid_CountryId;488 private System.Nullable<System.Guid> _ClientTypeId; 489 490 private System.Nullable<System.Guid> _OperatingSystemId; 491 492 private System.Nullable<System.Guid> _ClientConfigurationId; 493 494 private System.Nullable<System.Guid> _CountryId; 495 495 496 496 private EntityRef<ClientType> _ClientType; … … 516 516 partial void OnProcessorTypeChanging(string value); 517 517 partial void OnProcessorTypeChanged(); 518 partial void OnClientTypeIdChanging(System. Guidvalue);518 partial void OnClientTypeIdChanging(System.Nullable<System.Guid> value); 519 519 partial void OnClientTypeIdChanged(); 520 partial void OnOperatingSystemIdChanging(System. Guidvalue);520 partial void OnOperatingSystemIdChanging(System.Nullable<System.Guid> value); 521 521 partial void OnOperatingSystemIdChanged(); 522 partial void OnClientConfigurationIdChanging(System. Guidvalue);522 partial void OnClientConfigurationIdChanging(System.Nullable<System.Guid> value); 523 523 partial void OnClientConfigurationIdChanged(); 524 partial void OnCountryIdChanging(System. Guidvalue);524 partial void OnCountryIdChanging(System.Nullable<System.Guid> value); 525 525 partial void OnCountryIdChanged(); 526 526 #endregion … … 636 636 637 637 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientTypeId", DbType="UniqueIdentifier")] 638 public System. GuidClientTypeId638 public System.Nullable<System.Guid> ClientTypeId 639 639 { 640 640 get … … 660 660 661 661 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OperatingSystemId", DbType="UniqueIdentifier")] 662 public System. GuidOperatingSystemId662 public System.Nullable<System.Guid> OperatingSystemId 663 663 { 664 664 get … … 684 684 685 685 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientConfigurationId", DbType="UniqueIdentifier")] 686 public System. GuidClientConfigurationId686 public System.Nullable<System.Guid> ClientConfigurationId 687 687 { 688 688 get … … 708 708 709 709 [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CountryId", DbType="UniqueIdentifier")] 710 public System. GuidCountryId710 public System.Nullable<System.Guid> CountryId 711 711 { 712 712 get
Note: See TracChangeset
for help on using the changeset viewer.