C# Class Isop.Domain.Property

Mostra file Open project: wallymathieu/isop

Public Methods

Method Description
Equals ( Property other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Property ( string name, Action action = null, bool required = false, string description = null, Type type = null ) : System

Method Details

Equals() public method

public Equals ( Property other ) : bool
other Property
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property() public method

public Property ( string name, Action action = null, bool required = false, string description = null, Type type = null ) : System
name string
action Action
required bool
description string
type System.Type
return System