C# Class numl.Model.StringFeatureAttribute

Inheritance: FeatureAttribute
Mostra file Open project: sethjuarez/numl

Public Methods

Method Description
GenerateProperty ( PropertyInfo property ) : Property

Generates a property.

StringFeatureAttribute ( ) : System

Default constructor.

StringFeatureAttribute ( StringSplitType splitType, string separator = " ", string exclusions = null ) : System

Constructor.

StringFeatureAttribute ( bool asEnum ) : System

Constructor.

Method Details

GenerateProperty() public method

Generates a property.
Thrown when the requested operation is invalid.
public GenerateProperty ( PropertyInfo property ) : Property
property System.Reflection.PropertyInfo The property.
return Property

StringFeatureAttribute() public method

Default constructor.
public StringFeatureAttribute ( ) : System
return System

StringFeatureAttribute() public method

Constructor.
public StringFeatureAttribute ( StringSplitType splitType, string separator = " ", string exclusions = null ) : System
splitType StringSplitType Type of the split.
separator string (Optional) the separator.
exclusions string (Optional) the exclusions.
return System

StringFeatureAttribute() public method

Constructor.
public StringFeatureAttribute ( bool asEnum ) : System
asEnum bool true to as enum.
return System