C# Class HermaFx.DataAnnotations.RequiredIfHasFlagAttribute

Inheritance: RequiredIfAttribute
显示文件 Open project: evicertia/HermaFx

Public Methods

Method Description
RequiredIfHasFlagAttribute ( string dependentProperty, object flags ) : System

Method Details

RequiredIfHasFlagAttribute() public method

public RequiredIfHasFlagAttribute ( string dependentProperty, object flags ) : System
dependentProperty string
flags object
return System