C# Class Castle.Components.Validator.Tests.Models.Person

Mostrar archivo Open project: nats/castle-1.0.3-mono Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Person ( )
Person ( int id, int age, string name, string address )

Method Details

Person() public method

public Person ( )

Person() public method

public Person ( int id, int age, string name, string address )
id int
age int
name string
address string