Class DependsOnAttribute
- Namespace
- PropertyChanged
- Assembly
- PropertyChanged.dll
[AttributeUsage(AttributeTargets.Property|AttributeTargets.Field)]
public class DependsOnAttribute : Attribute, _Attribute
- Inheritance
-
DependsOnAttribute
- Implements
- Inherited Members
- Extension Methods
Constructors
DependsOnAttribute(string)
public DependsOnAttribute(string dependency)
Parameters
dependency
string
DependsOnAttribute(string, params string[])
public DependsOnAttribute(string dependency, params string[] otherDependencies)