コード例 #1
0
ファイル: atompub-parser.cs プロジェクト: sofiaker/Oris4Sync
        private AtomAllowableActions ParseAllowableActions(XmlReader reader)
        {
            AtomAllowableActions result = new AtomAllowableActions();

            result.AllowableActions = DeserializeAllowableActions(reader);
            return(result);
        }
コード例 #2
0
ファイル: atompub-parser.cs プロジェクト: emrul/CmisSync
 private AtomAllowableActions ParseAllowableActions(XmlReader reader)
 {
     AtomAllowableActions result = new AtomAllowableActions();
     result.AllowableActions = DeserializeAllowableActions(reader);
     return result;
 }