Esempio n. 1
0
        private NvdlAllow ReadAllow()
        {
            NvdlAllow el = new NvdlAllow();

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