示例#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;
 }