Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/29/11 17:16:42 (13 years ago)
Author:
ascheibe
Message:

#1648 worked on webservice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ClientUserManagement/HeuristicLab.Services.Access.DataAccess/3.3/ClientManagement.designer.cs

    r6840 r6852  
    486486    private string _ProcessorType;
    487487   
    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;
    495495   
    496496    private EntityRef<ClientType> _ClientType;
     
    516516    partial void OnProcessorTypeChanging(string value);
    517517    partial void OnProcessorTypeChanged();
    518     partial void OnClientTypeIdChanging(System.Guid value);
     518    partial void OnClientTypeIdChanging(System.Nullable<System.Guid> value);
    519519    partial void OnClientTypeIdChanged();
    520     partial void OnOperatingSystemIdChanging(System.Guid value);
     520    partial void OnOperatingSystemIdChanging(System.Nullable<System.Guid> value);
    521521    partial void OnOperatingSystemIdChanged();
    522     partial void OnClientConfigurationIdChanging(System.Guid value);
     522    partial void OnClientConfigurationIdChanging(System.Nullable<System.Guid> value);
    523523    partial void OnClientConfigurationIdChanged();
    524     partial void OnCountryIdChanging(System.Guid value);
     524    partial void OnCountryIdChanging(System.Nullable<System.Guid> value);
    525525    partial void OnCountryIdChanged();
    526526    #endregion
     
    636636   
    637637    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientTypeId", DbType="UniqueIdentifier")]
    638     public System.Guid ClientTypeId
     638    public System.Nullable<System.Guid> ClientTypeId
    639639    {
    640640      get
     
    660660   
    661661    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_OperatingSystemId", DbType="UniqueIdentifier")]
    662     public System.Guid OperatingSystemId
     662    public System.Nullable<System.Guid> OperatingSystemId
    663663    {
    664664      get
     
    684684   
    685685    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ClientConfigurationId", DbType="UniqueIdentifier")]
    686     public System.Guid ClientConfigurationId
     686    public System.Nullable<System.Guid> ClientConfigurationId
    687687    {
    688688      get
     
    708708   
    709709    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_CountryId", DbType="UniqueIdentifier")]
    710     public System.Guid CountryId
     710    public System.Nullable<System.Guid> CountryId
    711711    {
    712712      get
Note: See TracChangeset for help on using the changeset viewer.