private AtomAllowableActions ParseAllowableActions(XmlReader reader) { AtomAllowableActions result = new AtomAllowableActions(); result.AllowableActions = DeserializeAllowableActions(reader); return(result); }
private AtomAllowableActions ParseAllowableActions(XmlReader reader) { AtomAllowableActions result = new AtomAllowableActions(); result.AllowableActions = DeserializeAllowableActions(reader); return result; }