C# Class Isop.Domain.Argument

ファイルを表示 Open project: wallymathieu/isop Class Usage Examples

Public Methods

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

Method Details

Argument() public method

public Argument ( 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

Equals() public method

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

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int