Example #1
0
        private NvdlAllow ReadAllow()
        {
            NvdlAllow el = new NvdlAllow();

            ReadCommonActionContent(el);
            return(el);
        }
Example #2
0
 // 6.4.14
 public SimpleValidate(NvdlAllow allow, NvdlCompileContext ctx)
     : this(CreateBuiltInValidate(allow), ctx)
 {
 }
Example #3
0
		private NvdlAllow ReadAllow ()
		{
			NvdlAllow el = new NvdlAllow ();
			ReadCommonActionContent (el);
			return el;
		}
Example #4
0
		// 6.4.14
		public SimpleValidate (NvdlAllow allow, NvdlCompileContext ctx)
			: this (CreateBuiltInValidate (allow), ctx)
		{
		}