C# Class Composite.Functions.FunctionParameterIgnoreAttribute

Inheritance: System.Attribute
ファイルを表示 Open project: Orckestra/C1-CMS

Public Methods

Method Description
FunctionParameterIgnoreAttribute ( ) : System

Declare that a property should be ignored as a C1 Function parameter.

Method Details

FunctionParameterIgnoreAttribute() public method

Declare that a property should be ignored as a C1 Function parameter.
public FunctionParameterIgnoreAttribute ( ) : System
return System