コード例 #1
0
            public CorrespondenceFact CreateFact(FactMemento memento)
            {
                DisableToastNotification newFact = new DisableToastNotification(memento);


                return(newFact);
            }
コード例 #2
0
 public static Query GetQueryIsDisabled()
 {
     if (_cacheQueryIsDisabled == null)
     {
         _cacheQueryIsDisabled = new Query()
                                 .JoinSuccessors(DisableToastNotification.GetRoleEnable())
         ;
     }
     return(_cacheQueryIsDisabled);
 }
コード例 #3
0
            public CorrespondenceFact CreateFact(FactMemento memento)
            {
                DisableToastNotification newFact = new DisableToastNotification(memento);

                return newFact;
            }
コード例 #4
0
 public CorrespondenceFact GetNullInstance()
 {
     return(DisableToastNotification.GetNullInstance());
 }
コード例 #5
0
 public void WriteFactData(CorrespondenceFact obj, BinaryWriter output)
 {
     DisableToastNotification fact = (DisableToastNotification)obj;
 }