Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the
 /// Car class.
 /// </summary>
 public Car(
     BodyType bodyType                = default(BodyType),
     Brand brand                      = default(Brand),
     Model model                      = default(Model),
     string stateNumber               = default(string),
     string vinCode                   = default(string),
     int?yearIssue                    = default(int?),
     Color color                      = default(Color),
     string engine                    = default(string),
     GearBox gearBox                  = default(GearBox),
     Region region                    = default(Region),
     string id                        = default(string),
     Collateral.Type type             = default(Collateral.Type),
     Collateral.Subtype subtype       = default(Collateral.Subtype),
     string description               = default(string),
     string actualDescription         = default(string),
     bool?deleted                     = default(bool?),
     Collateral.Evaluation evaluation = default(Collateral.Evaluation),
     System.DateTime?evaluationDate   = default(System.DateTime?),
     Collateral.Status status         = default(Collateral.Status),
     bool?isActive                    = default(bool?),
     Collateral.Moratorium moratorium = default(Collateral.Moratorium),
     bool?isVerified                  = default(bool?),
     bool?isAdditionalProperty        = default(bool?),
     string comment                   = default(string),
     string user                      = default(string),
     string modifyUser                = default(string),
     System.DateTime?setamDate        = default(System.DateTime?),
     System.DateTime?biddingDate      = default(System.DateTime?),
     System.DateTime?inventoryDate    = default(System.DateTime?),
     System.DateTime?saleDate         = default(System.DateTime?),
     System.DateTime?entryDate        = default(System.DateTime?),
     System.DateTime?modifyDate       = default(System.DateTime?),
     IList <Collateral.Evaluation> evaluationHistory = default(IList <Collateral.Evaluation>),
     Collateral.SaleType saleType     = default(Collateral.SaleType),
     Collateral.State state           = default(Collateral.State),
     string registrationClientAddress = default(string)
     ) : base(
         id, type, subtype, description, actualDescription,
         deleted, evaluation, evaluationDate, status, isActive,
         moratorium, isVerified, isAdditionalProperty, comment,
         user, modifyUser, setamDate, biddingDate, inventoryDate, saleDate,
         entryDate, modifyDate, evaluationHistory, saleType, state, registrationClientAddress
         )
 {
     BodyType    = bodyType;
     Brand       = brand;
     Model       = model;
     StateNumber = stateNumber;
     VinCode     = vinCode;
     YearIssue   = yearIssue;
     Color       = color;
     Engine      = engine;
     GearBox     = gearBox;
     Region      = region;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// OtherCollateral
 /// class.
 /// </summary>
 public OtherCollateral(
     string specification             = default(string),
     string id                        = default(string),
     Collateral.Type type             = default(Collateral.Type),
     Collateral.Subtype subtype       = default(Collateral.Subtype),
     string description               = default(string),
     string actualDescription         = default(string),
     bool?deleted                     = default(bool?),
     Collateral.Evaluation evaluation = default(Collateral.Evaluation),
     System.DateTime?evaluationDate   = default(System.DateTime?),
     Collateral.Status status         = default(Collateral.Status),
     bool?isActive                    = default(bool?),
     Collateral.Moratorium moratorium = default(Collateral.Moratorium),
     bool?isVerified                  = default(bool?),
     bool?isAdditionalProperty        = default(bool?),
     string comment                   = default(string),
     string user                      = default(string),
     string modifyUser                = default(string),
     System.DateTime?setamDate        = default(System.DateTime?),
     System.DateTime?biddingDate      = default(System.DateTime?),
     System.DateTime?inventoryDate    = default(System.DateTime?),
     System.DateTime?saleDate         = default(System.DateTime?),
     System.DateTime?entryDate        = default(System.DateTime?),
     System.DateTime?modifyDate       = default(System.DateTime?),
     IList <Collateral.Evaluation> evaluationHistory = default(IList <Collateral.Evaluation>),
     Collateral.SaleType saleType     = default(Collateral.SaleType),
     Collateral.State state           = default(Collateral.State),
     string registrationClientAddress = default(string)
     )
     : base(
         id, type, subtype, description, actualDescription,
         deleted, evaluation, evaluationDate, status, isActive,
         moratorium, isVerified, isAdditionalProperty, comment,
         user, modifyUser, setamDate, biddingDate, inventoryDate, saleDate,
         entryDate, modifyDate, evaluationHistory, saleType, state, registrationClientAddress
         )
 {
     Specification = specification;
     CustomInit();
 }
 /// <summary>
 /// Initializes a new instance of the
 /// Mortgage class.
 /// </summary>
 public Mortgage(
     Region region                 = default(Region),
     District district             = default(District),
     Settlement settlement         = default(Settlement),
     SettlementType settlementType = default(SettlementType),
     string street                 = default(string),
     StreetType streetType         = default(StreetType),
     string house            = default(string),
     string apartment        = default(string),
     int?numberOfRooms       = default(int?),
     string totalArea        = default(string),
     string landArea         = default(string),
     Appointment appointment = default(Appointment),
     string pledgers         = default(string),
     string id                        = default(string),
     Collateral.Type type             = default(Collateral.Type),
     Collateral.Subtype subtype       = default(Collateral.Subtype),
     string description               = default(string),
     string actualDescription         = default(string),
     bool?deleted                     = default(bool?),
     Collateral.Evaluation evaluation = default(Collateral.Evaluation),
     System.DateTime?evaluationDate   = default(System.DateTime?),
     Collateral.Status status         = default(Collateral.Status),
     bool?isActive                    = default(bool?),
     Collateral.Moratorium moratorium = default(Collateral.Moratorium),
     bool?isVerified                  = default(bool?),
     bool?isAdditionalProperty        = default(bool?),
     string comment                   = default(string),
     string user                      = default(string),
     string modifyUser                = default(string),
     System.DateTime?setamDate        = default(System.DateTime?),
     System.DateTime?biddingDate      = default(System.DateTime?),
     System.DateTime?inventoryDate    = default(System.DateTime?),
     System.DateTime?saleDate         = default(System.DateTime?),
     System.DateTime?entryDate        = default(System.DateTime?),
     System.DateTime?modifyDate       = default(System.DateTime?),
     IList <Collateral.Evaluation> evaluationHistory = default(IList <Collateral.Evaluation>),
     Collateral.SaleType saleType     = default(Collateral.SaleType),
     Collateral.State state           = default(Collateral.State),
     string registrationClientAddress = default(string)
     )
     : base(
         id, type, subtype,
         description, actualDescription, deleted, evaluation,
         evaluationDate, status, isActive, moratorium,
         isVerified, isAdditionalProperty, comment,
         user, modifyUser, setamDate, biddingDate, inventoryDate,
         saleDate, entryDate, modifyDate, evaluationHistory, saleType, state, registrationClientAddress
         )
 {
     Region         = region;
     District       = district;
     Settlement     = settlement;
     SettlementType = settlementType;
     Street         = street;
     StreetType     = streetType;
     House          = house;
     Apartment      = apartment;
     NumberOfRooms  = numberOfRooms;
     TotalArea      = totalArea;
     LandArea       = landArea;
     Appointment    = appointment;
     Pledgers       = pledgers;
     CustomInit();
 }