예제 #1
0
 public ProtectAttribute(ProtectMode settings)
 {
     this.Settings = settings;
 }
예제 #2
0
 public static ViewModelPropertyMap Protect(this ViewModelPropertyMap property, ProtectMode protectMode)
 {
     property.ViewModelProtection = protectMode;
     return(property);
 }
예제 #3
0
 public ProtectAttribute(ProtectMode settings)
 {
     this.Settings = settings;
 }